1.基本表的练习: 2.记录操作DML: 3.function用法: 4.bulk insert用法: 5.cursor用法: 6.primary key,unique,not null, check用法: 7.view and index: 8.trigger用法: ...
分类:
数据库 时间:
2016-10-27 23:00:49
阅读次数:
263
SnakeYAML Documentation This documentation is very brief and incomplete. Feel free to fix or improve it. Installation If you use Maven just add a depe ...
分类:
其他好文 时间:
2016-10-27 12:53:07
阅读次数:
333
Code.Complete.Second.Edition 2004 Bachman compared the Ptolemaic-to-Copernican change in astronomy to the change in computer programming in the early ...
分类:
数据库 时间:
2016-10-27 01:26:40
阅读次数:
166
以数列内容少的为主要参考 Parameters The first sequence to merge. The second sequence to merge. A function that specifies how to merge the elements from the two se ...
分类:
其他好文 时间:
2016-10-27 01:16:47
阅读次数:
128
出处:ShareLeTeX应用模板:https://cn.sharelatex.com/project/5810ad8a07a1ab0f0f8c2ce4 代码如下: 1 % Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>. 2 ...
分类:
其他好文 时间:
2016-10-26 22:13:21
阅读次数:
531
题解: 构造题...当时想到了怎么做了。。 无奈码力太弱,一个位置写错了 fst 具体思路是。只要相同的字母不是相邻的,就一定可以构造 具体构造方法是把相同的字母的这一段放在最右边 xxxxxxxxx xxxxxxxxxx 如上图所示,然后X处就转圈画了.. 代码: ...
分类:
其他好文 时间:
2016-10-26 19:19:07
阅读次数:
211
JavaScript函数大全 1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,loca ...
分类:
编程语言 时间:
2016-10-26 13:56:43
阅读次数:
229
First ViewController Second ViewController ...
分类:
移动开发 时间:
2016-10-24 23:10:14
阅读次数:
352
FPS计算方法 FPS是Frame per second的缩写,即每秒的帧数.这一术语广泛的应用于计算机图形学,视频采集,游戏等。 CADisplayLink CADisplayLink是一个能让我们以和屏幕刷新率相同的频率将内容画到屏幕上的定时器,创建一个新的 CADisplayLink 对象,把 ...
分类:
其他好文 时间:
2016-10-24 14:05:21
阅读次数:
441