Single NumberGiven an array of integers, every
element appearstwiceexcept for one. Find that single one.Note:Your algorithm
should have a linear runti...
分类:
其他好文 时间:
2014-07-22 23:07:14
阅读次数:
337
Given a binary tree, find its maximum depth.The
maximum depth is the number of nodes along the longest path from the root node
down to the farthest le...
分类:
其他好文 时间:
2014-07-22 23:07:13
阅读次数:
379
本文简单介绍了Entity Framework中的几种数据加载方式:惰性加载(Lazy
Loading),显式加载(Explicit Loading),预先加载(Eager Loading)
分类:
其他好文 时间:
2014-07-22 23:07:13
阅读次数:
364
编译: .java变成.class 前端编译 Sun javac Eclipse ECJ
.class变成机器码 运行期编译 等HostSpot VM c1,c2 .java变成机器码 静态提前编译 GCJ
====================== 上述是三种不同的编译...
分类:
编程语言 时间:
2014-07-22 23:07:13
阅读次数:
343
mysql数据库在做查询时候,有时候是英文字母大小写敏感的,有时候又不是的,主要是由mysql的字符校验规则的设置决定的,通常默认是不支持的大小写字母敏感的。1.什么是字符集和校验规则?字符集是一套符号和编码。校对规则是在字符集内用于比较字符的一套规则。任何一个给定的字符集至少有一个校对规则,它可能...
分类:
数据库 时间:
2014-07-22 23:07:12
阅读次数:
526
Bootstrap 的简单表格实例 Example of Table with twitter
bootstrap Student-ID First Name Last Name ...
分类:
其他好文 时间:
2014-07-22 23:06:56
阅读次数:
327
Bootstrap 排版实例 Example of Typography with bootstrap
This is heading 1 / H1This is heading 2 / H2This is heading 3 / H3This is
heading 4 / H4This ...
分类:
其他好文 时间:
2014-07-22 23:06:56
阅读次数:
351
bootstrap提供的布局主要有两种,固定布局和流动布局。Bootstrap 固定布局用法 ...
实例:Example of Fixed Layout with Bootstrap version 2.0 from
w3cschool.ccHomeAboutContactw3csch...
分类:
其他好文 时间:
2014-07-22 23:06:55
阅读次数:
812
这里分享一个不错的js分页代码。代码中cpage是页面计数,应为全局变量,可以随处调用它;totalpage是总页数。与asp分页代码很类似,也是先取得记录总数,然后实现分页,基本的分页思路与原理还是相通的,感兴趣的朋友做个参考吧。例子,js分页效果代码。JS静态分页程序--www.jbxue.co...
分类:
Web程序 时间:
2014-07-22 23:06:55
阅读次数:
405
使用jquery写的更改表格行顺序的小功能表格部分:复制代码代码如下:时间详情操作2014-04-29 11:02:24详情
www.jbxue.com2014-04-28
10:00:00详情js代码,其中会为要变更的行在变更顺序后加上class=danger复制代码代码如下:更改后可以按照每行的...
分类:
Web程序 时间:
2014-07-22 23:06:55
阅读次数:
420