sudo chown -R yourusename:admin /usr/local/binMac-Pro:local user$ brew install imagemagick Error: You must `brew link jpeg' before imagemagick can be ...
分类:
其他好文 时间:
2014-09-24 13:27:26
阅读次数:
250
create sequence processss minvalue 1 maxvalue 999999999999 start with 31 increment by 1 ; create or replace trigger trg_t_process_config before insert on? t_process_config for each row? declare ...
分类:
数据库 时间:
2014-09-22 18:43:23
阅读次数:
216
in soapui the XML object used here is from org.w3c.dom package so you need to read this article carefully before we can use xml object very well. http...
分类:
其他好文 时间:
2014-09-20 22:12:49
阅读次数:
215
将boost更新到1.53时, 发现luabind死活编译不过, 报错如下error: missing binary operator before token “(“根据老外的描述, boost中的BOOST_PP_ITERATION_FLAGS从1.49版本后发生了一些变化.在git找到一个pa...
分类:
其他好文 时间:
2014-09-19 19:11:55
阅读次数:
180
1.:focus 选择器用于选取获得焦点的元素。 案例:http://www.w3school.com.cn/tiy/t.asp?f=css_sel_focus2.clearfix清除浮动闭合容器之:after与:before 首先对伪类:before与:after做下注脚 :before 伪元素在...
分类:
Web程序 时间:
2014-09-19 11:32:25
阅读次数:
243
CSS中存在一些比较特殊的属性,称之为伪类,它们之中最常用的就是定义链接的伪:link,:visited,:hover,:active等。 除了它们,还有一些不被常使用的伪类,有:focus,:first-child,:lang等。 而且CSS里不光有伪类,还有伪元素,比如::first-lett....
分类:
Web程序 时间:
2014-09-18 20:24:34
阅读次数:
274
题目:
Reverse digits of an integer.
Have you thought about this?
Here are some good questions to ask before coding. Bonus points for you if you have already thought through this!
If the inte...
分类:
其他好文 时间:
2014-09-18 18:52:54
阅读次数:
191
*Export Aborted Export aborted because fatal Lin error were founds. These are listed in the problems view. Either fix these before running Export Again, or turn off "Run full error check when expor...
分类:
移动开发 时间:
2014-09-16 19:18:02
阅读次数:
287
上文讲到了CSS3的选择器,通过after和before选择器,在元素前后添加内容。 也可以通过变量来实现自定义的标题1 h1:before{2 content:'第'counter(mycounter)'章';3 color:red;4...
分类:
其他好文 时间:
2014-09-15 19:24:19
阅读次数:
191
1//.clearfix:before,.clearfix:after{display:table;content:"",line-height:0;}.clearfix:after{clear:both;}2//overflow:hidden;zoom:1;3//添加div设置:clear:bot...
分类:
Web程序 时间:
2014-09-15 17:09:59
阅读次数:
254