码迷,mamicode.com
首页 >  
搜索关键字:union all    ( 25526个结果
mysql常用技巧
1.什么是数据库 数据库是按照数据结构,存储和管理数据的仓库。 关系型数据库,是建立在关系模型基础上的数据库,借助于集合代数等书序概念和方法来处理数据库中的数据。 DB:数据库 DBA:数据库管理员 DSMS:数据库管理系统 SQL:结构化查询语言. DQL:数据查询语言 DML:数据操作语言 DD ...
分类:数据库   时间:2020-01-23 14:08:13    阅读次数:95
[Cisco][GNS3]Install IOU device in GNS3
1. 下載並安裝GNS3 下載位置 https://gns3.com/software 安裝 gns3-all-in-one 部屬GNS3 VM至virtualbox 下載並安裝VIX API https://www.vmware.com/support/developer/vix-api/,重啟G ...
分类:系统相关   时间:2020-01-23 11:17:33    阅读次数:122
并查集
心得:看那个博客的时候,感觉很生动很形象,一下子就看懂了,在写那个题目的时候,按照给的方法来做,有问题,仔细检查之后,发现那个路径压缩函数好像没有用到,于是我就把第一次调用过的函数再调用一次,这样就可以知道有几个掌门了,emmm,这个题目我觉得只要细心,应该还是没问题的。 原理:就是把一个人用a[i ...
分类:其他好文   时间:2020-01-23 11:14:02    阅读次数:81
508. Most Frequent Subtree Sum
Given the root of a tree, you are asked to find the most frequent subtree sum. The subtree sum of a node is defined as the sum of all the node values ...
分类:其他好文   时间:2020-01-23 09:17:11    阅读次数:93
css让文字超出部分用省略号三个点显示的方法案例
.div{ width: 98%; margin: auto; color: #ccc; display:block; overflow:hidden; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis;} ...
分类:Web程序   时间:2020-01-22 21:36:05    阅读次数:312
JVM Stack and Frame
Overview Sharing a single thread within the district: PC Register/JVM Stack/Native Method Stack.All thread shared area: Heap/Method Area/Runtime Const ...
分类:其他好文   时间:2020-01-22 21:32:39    阅读次数:93
挑战程序设计竞赛2.3习题:Cheapest Palindrome POJ - 3280
Keeping track of all the cows can be a tricky task so Farmer John has installed a system to automate it. He has installed on each cow an electronic ID ...
分类:其他好文   时间:2020-01-22 20:05:48    阅读次数:73
1018 Public Bike Management (30分)
There is a public bike service in Hangzhou City which provides great convenience to the tourists from all over the world. One may rent a bike at any s ...
分类:其他好文   时间:2020-01-22 18:20:53    阅读次数:96
做题报告模板
题目链接: Remove All Adjacent Duplicates In String 题目大意: 。。。。 做题报告: (1)该题涉及的算法与数据结构 。。。 (2)自己的解答思路+代码+分析时间和空间复杂度 (3)大神们的解答思路+代码+分析时间和空间复杂度 时间和空间复杂度: 时间复杂度 ...
分类:其他好文   时间:2020-01-22 16:23:12    阅读次数:49
1047. Remove All Adjacent Duplicates In String做题报告
题目链接: Remove All Adjacent Duplicates In String 题目大意: 删除字符串中的所有相邻字符 做题报告: (1)该题涉及的算法与数据结构 栈,原地算法 (2)自己的解答思路+代码+分析时间和空间复杂度 Input: "abbaca" Output: "ca" ...
分类:其他好文   时间:2020-01-22 16:15:20    阅读次数:82
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!