列表方块 列表style= List-style none 去掉列表中的数值 Inside 控制序号在里面 Outside 控制学号在外面 List-style-image 将前面的序号换成图片 格式与布局 页面布局时候在最上面格式里面加*{magin:0px auto;padding 0px} a ...
分类:
其他好文 时间:
2016-09-11 14:27:42
阅读次数:
181
参照这两篇博客: http://stackoverflow.com/questions/805555/ld-linker-question-the-whole-archive-option http://codemacro.com/2014/09/15/inside-static-library/ ...
分类:
编程语言 时间:
2016-09-09 13:36:28
阅读次数:
280
Summary: this tutorial shows you how to use MySQL handler to handle exceptions or errors encountered in stored procedures. When an error occurs inside ...
分类:
数据库 时间:
2016-09-09 08:52:14
阅读次数:
286
Given an encoded string, return it's decoded string. The encoding rule is: k[encoded_string], where the encoded_string inside the square brackets is b ...
分类:
其他好文 时间:
2016-09-07 14:31:03
阅读次数:
124
在android开发中,主线程不能进行耗时操作,所以我们经常把耗时操作放在子线程中进行,那么就需要子线程与主线程相互交流,就需要使用到handler.而在使用handler过程中,如果对handler使用不太熟练的话就偶尔会出现Can‘tcreatehandlerinsidethreadthathasnotcalledLooper.prepa..
分类:
其他好文 时间:
2016-08-26 15:45:36
阅读次数:
152
1.字符串中,引用字符串:要用/"转换: 例如:var myStr="I am a \"double quoted\" string inside \"double quotes\"."; 输出是:I am a "double quoted" string inside "double quotes ...
分类:
编程语言 时间:
2016-08-25 23:49:06
阅读次数:
945
原文链接:
英文原文:《Inside the Sencha Test Futures API》
编写交互式测试的一个最大的挑战是处理它们的异步特性。Sencha Test 提...
Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1, col1) and lower right corner (row2 ...
分类:
其他好文 时间:
2016-08-19 14:43:30
阅读次数:
147
Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1, col1) and lower right corner (row2 ...
分类:
其他好文 时间:
2016-08-16 16:03:38
阅读次数:
163
问题: I have a ListView that's using a custom adapter. I want to dynamically add/remove items from the ListView. I've tried everything inside the getVie ...
分类:
移动开发 时间:
2016-08-10 06:25:39
阅读次数:
213