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
题目:
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
最近一直做移动端,没和IE6打交道了,瞬间感觉世界变美好了。移动端虽然还是各种坑,但是比起修复IE6那还是轻松多了,移动端很多效果可以用CSS3来做,感觉一切都和谐的。:before :after也许大家认识它是从清楚浮动开始的。它在我眼里就是两个标签,而且非常实用好用,常用它你会发现,你可以省去很...
分类:
其他好文 时间:
2014-09-15 15:54:09
阅读次数:
241