chrome,也就是webkit内核下作的检测, chrome版本是40, -webkit-box这种布局在移动端用的比较多,主要是因为pc端的浏览器内核参差不齐。 因为在写HTML的时候看上了-webkit-box的自动根据浏览器窗口大小自动排列的智能布局, 所以我也入了坑, 坑是这样的:无标.....
分类:
Web程序 时间:
2015-02-04 21:40:14
阅读次数:
290
原文add jars和add external jars有什么区别?add jars和add external jars有什么区别?add external jars = 增加工程外部的包add jars = 增加工程内包add library = 增加一个库add class folder = 增...
分类:
编程语言 时间:
2015-02-04 21:37:19
阅读次数:
335
Commando War“Waiting for orders we held in the wood, word from the front never cameBy evening the sound of the gunfire was mi...
分类:
其他好文 时间:
2015-02-04 21:37:20
阅读次数:
154
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:
其他好文 时间:
2015-02-04 21:39:11
阅读次数:
115
随便运行书中的一个程序aaindex.c时出现了下面的错误:pixel format with necessary capabilities not found解决方法:http://www.educity.cn/wenda/519354.htmlhttp://blog.csdn.net/cynin...
分类:
数据库 时间:
2015-02-04 21:39:19
阅读次数:
189
1 2 3 4 5 Untitled Document 6 7 33 34 35 36 你喜欢哪个城市?37 北京38 上海39...
分类:
Web程序 时间:
2015-02-04 21:37:14
阅读次数:
125
现在写年份,还是会习惯性地写成2014来。其实对于已在路上的2015年吧,我想把《兄弟》后记里的一段送给自己:这和人生一模一样,从一条宽广大路出发的人常常走投无路,从一条羊肠小道出发的人却能够走到遥远的天边。所以耶稣说:“你们要走窄门。”他告诫我们,“因为引到灭亡,那门是宽的,路是大的,去的人也多。...
分类:
其他好文 时间:
2015-02-04 21:37:21
阅读次数:
181
Ext JS comes bundled with a localization package that supports over 40 languages ranging from Indonesian to Macedonian, and it’s simple to implement. ...
分类:
Web程序 时间:
2015-02-04 21:38:51
阅读次数:
135
随着一步步的学习,学习到的新知识越来越多了,不管是新的还是旧的,都禁不住时间的堆积,再熟悉的知识点时间久了都会渐渐的忘记,也许这就是人们生活中一种潜在的惰性吧,看似非常熟悉的东西,等到真正要用的时候,却拿不出手来,总是似懂非懂的,所以无论知识点多么多,过的时间多久,我们都要经常拿出来练习下,以...
分类:
编程语言 时间:
2015-02-04 21:37:24
阅读次数:
215
现在框架具有在两个打开的功能之间进行通讯的机制。通讯是指,一个功能调用另外一个功能的方法,或者传递一些数据,并得到返回结果。比如处置单打开结算单,结算单保存后,将结算单号反填到处置单上去。该机制通过委托实现两个功能之间方法的调用来通讯,支持同步和异步两种方式。框架隐藏了委托以及委托异步调用实现的复杂...
分类:
其他好文 时间:
2015-02-04 21:37:32
阅读次数:
195
HTML 4.01 支持 ISO 8859-1 (Latin-1) 字符集。ISO-8859-1 的较低部分(从 1 到 127 之间的代码)是最初的 7 比特 ASCII。ISO-8859-1 的较高部分(从 160 到 255 之间的代码)全都有实体名称。这些符号中的大多数都可以在不进行实体引用...
分类:
Web程序 时间:
2015-02-04 21:35:31
阅读次数:
279
The Dragon of LoowaterOnce upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem.The shores of Rellau Creek in central...
分类:
其他好文 时间:
2015-02-04 21:36:36
阅读次数:
251
git log --all -- '*'FILENAME'*'支持模糊查询主要用于查找历史上被删除的文件可以做成git的一个快捷命令find = "!f(){ git log --all -- '*'$1'*'; }; f"用法:git find FILENAME可以参考git log控制输出宽度 ...
分类:
其他好文 时间:
2015-02-04 21:37:24
阅读次数:
172
1 //静态代理模式 2 //接口 3 interface ClothFactory{ 4 void productCloth(); 5 } 6 //被代理类 7 class NikeClothFactory implements ClothFactory{ 8 9 @Overr...
分类:
编程语言 时间:
2015-02-04 21:35:58
阅读次数:
303
1、#include #include #include #include#define myPrint(expr) printf(#expr " =%d\n",expr);//2-3int htoi(char *s){ int n=0; while(*s!='\0') { ...
分类:
其他好文 时间:
2015-02-04 21:35:16
阅读次数:
292