本月博客排行
-
第1名
kaizi1992 -
第2名
arpenker -
第3名
wy_19921005 - hanbaohong
- jh108020
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
青否云后端云 - vipbooks
- wy_19921005
- benladeng5225
- fantaxy025025
- e_e
- kaizi1992
- tanling8334
- arpenker
- sam123456gz
- javashop
- zysnba
- xiangjie88
- lemonhandsome
- wallimn
- ganxueyun
- Xeden
- xyuma
- zhanjia
- wangchen.ily
- jh108020
- johnsmith9th
- zxq_2017
- jbosscn
- forestqqqq
- daizj
- ajinn
- xpenxpen
- 喧嚣求静
- ranbuijj
- kingwell.leng
- silverend
- kristy_yy
- lchb139128
- jveqi
- lich0079
- lzyfn123
- java-007
- sunj
- yeluowuhen
- lerf
- xiaoxinye
- flashsing123
- lxguy
- zhangjijun
- bosschen
- lyndon.lin
- sunnylocus
最新文章列表
mysql数据库字段内容互换
内容转自:
https://www.cnblogs.com/caicaizi/p/5557058.html
比如:
update tb_goods as a, tb_goods as b set a.goods_pay_number=b.goods_number ,a.goods_number=b.goods_pay_number where a.id=b.id and a.channel_ ...
qq新闻 内容抓取 正则表达
qq 国内新闻
http://news.qq.com/c/816guonei_1.htm
http://news.qq.com/c/816guonei_2.htm
........
<a target="_blank" class ...
java解析html
使用URLConnection获取网页信息?
这个功能太弱了
不信你看:
How to use java.net.URLConnection to fire and handle HTTP requests?
http://stackoverflow.com/questions/2793150/how-to-use-java-net-urlconnection-to-fire-and-hand ...
解决 CKEditor 在blur时 用 getData() 不能实时/及时/立即获取数据内容
原文及更多精彩,在这里: http://yysource.sourceforge.net/?p=62
当 CKEditor 的内容是“1111”时,鼠标移出编译器并点击,则触发 blur 事件,此时用 getData() 可能无法获取到实时的内容,获取的结果很可能为空。所以比较好的办法是这样:
window.exView = Backbone.View.extend({ ...