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
SQL 攻击(SQL
injection,台湾称作SQL资料隐码攻击),简称注入攻击,是发生于应用程序之数据库层的安全漏洞。简而言之,是在输入的字符串之中注入SQL指
令,在设计不良的程序当中忽略了检查,那么这些注入进去的指令就会被数据库服务器误认为是正常的SQL指令而运行,因此遭到破坏。有部...
分类:
数据库 时间:
2014-07-22 23:07:13
阅读次数:
582
本文简单介绍了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
转载来源:http://aofengblog.blog.163.com/blog/static/63170212010101065030136/MySQL与Oracle在大小写处理上的区别:1MYSQL
...
分类:
数据库 时间:
2014-07-22 23:06:56
阅读次数:
327
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