定义ul li的 list-style 的时候,list-style跟文字内容有距离,需要通过margin-left来显示正常,并且IE6、IE7的间距比谷歌浏览器大,所以给li定如下样式ul li{list-style:decimal inside;}
分类:
其他好文 时间:
2016-01-18 15:02:20
阅读次数:
116
As the title of the post suggest in this tutorial we will see how to have spinner widget inside the toolbar in the previous series of tutorial we have...
分类:
移动开发 时间:
2016-01-15 16:20:55
阅读次数:
266
What is Inner Interface in Java?Inner interface is also called nested interface, which means declare an interface inside of another interface. For exa...
分类:
编程语言 时间:
2016-01-02 08:44:14
阅读次数:
417
The trick is to use the classes without soiling the existing code. 1. composition--simply create objects of your existing class inside the new class.....
分类:
编程语言 时间:
2016-01-01 00:22:52
阅读次数:
214
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...
分类:
其他好文 时间:
2015-12-29 10:01:33
阅读次数:
137
Linking Containers TogetherInthe Using Docker sectionwe touched on connecting to a service running inside a Docker container via a network port. This ...
分类:
其他好文 时间:
2015-12-25 21:07:47
阅读次数:
285
Inside君整理了一份最新基于MySQL 5.6和5.7的配置文件模板,基本上可以说覆盖90%的调优选项,用户只需根据自己的服务器配置稍作修改即可,如InnoDB缓冲池的大小、IO能力(innodb_buffer_pool_size,innodb_io_capacity)。特别注意,这份配置文件不...
分类:
数据库 时间:
2015-12-23 22:41:11
阅读次数:
224
Using xslt to add new node item to wix source code.Original wix code: Add node inside node, the expected wix code wou...
分类:
其他好文 时间:
2015-12-10 14:57:47
阅读次数:
198
Given a 2D matrixmatrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1,col1) and lower right corner (row2,c...
分类:
其他好文 时间:
2015-12-07 18:35:33
阅读次数:
117
又报错了,不过并不感到烦恼,因为又可以学习了……Can't create handler inside thread that has not called Looper.prepare()我把文档给摘录下来了,大家可以看看。这个类被用于为线程运行消息循环。默认线程并没有消息循环与之关联,所以你需要创建一个,在线程中调用prepare()以运行这个循环,然后调用loop()在循环结束时获取进程信息。...
分类:
移动开发 时间:
2015-12-06 17:48:25
阅读次数:
181