li::before{ content:url(./images/icons/yes.png); padding-right:6px; vertical-align: middle; } 可用于在li前面加图片内容
分类:
其他好文 时间:
2014-11-29 18:54:52
阅读次数:
181
以前面试的时候遇到过这个问题,今天闲着整理了以下,大概想到以下三种方法。
class delect_duplicate:
def method_set(self,mlist):
print("method_set is called")
print("before process mlist is", mlist)
l2 = set...
分类:
编程语言 时间:
2014-11-29 17:38:19
阅读次数:
256
一、IE8报下面错误,解决办法:网页错误详细信息消息: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)行: 0字符: 0代码...
分类:
Web程序 时间:
2014-11-29 17:28:07
阅读次数:
235
继续刷水题,不能再错了!!
题目大意:
要求在n天内学习t小时,给出每一天可以学习的最小时间和最大时间。问能不能实现,若可以输出时间表。
解题思路:
水题一个,保证在区间范围内的情况下直接贪心。
下面是代码:
#include
#include
#include
#include
#include
#include
#include ...
分类:
其他好文 时间:
2014-11-29 13:15:03
阅读次数:
156
最近写代码,需要修改伪类的 content 属性,不想定义两个样式进行切换,而是直接通过 js 进行修改。html 中的伪类(如 a:hover/ a:link/ class::before / clss::after 等),因为不是 dom 元素,所以不能直接通过 js 修改其属性,虽然可以通过....
分类:
其他好文 时间:
2014-11-28 16:01:16
阅读次数:
754
java.lang.IllegalStateException:Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data fro...
1、jQuery - 添加元素我们将学习用于添加新内容的四个 jQuery 方法:append() - 在被选元素的结尾插入内容prepend() - 在被选元素的开头插入内容after() - 在被选元素之后插入内容before() - 在被选元素之前插入内容解析:append方法和after方法...
分类:
Web程序 时间:
2014-11-28 14:05:42
阅读次数:
190
public class BaseController : Controller{ /// /// Called before the action method is invoked. /// /// Information about the cu...
分类:
Web程序 时间:
2014-11-28 14:00:05
阅读次数:
191
Reverse digits of an integer.
Example1: x = 123, return 321
Example2: x = -123, return -321
click to show spoilers.
Have you thought about this?
Here are some good questions to ask before c...
分类:
其他好文 时间:
2014-11-27 09:15:14
阅读次数:
178
#if defined(__gl_h_) || defined(__GL_H__)#error gl.h included before glew.h#endif===============fatal error C1189: #error : gl.h included before glew....
分类:
其他好文 时间:
2014-11-26 22:24:33
阅读次数:
175