本月博客排行
-
第1名
龙儿筝 -
第2名
johnsmith9th -
第3名
wy_19921005 - zysnba
- sgqt
- lemonhandsome
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- benladeng5225
- wy_19921005
- fantaxy025025
- qepwqnp
- e_e
- 解宜然
- zysnba
- ssydxa219
- sam123456gz
- javashop
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- gaojingsong
- wiseboyloves
- xiangjie88
- ranbuijj
- ganxueyun
- sichunli_030
- xyuma
- wangchen.ily
- jh108020
- lemonhandsome
- zxq_2017
- jbosscn
- Xeden
- luxurioust
- lzyfn123
- zhanjia
- forestqqqq
- johnsmith9th
- ajinn
- nychen2000
- wjianwei666
- hanbaohong
- daizj
- 喧嚣求静
- silverend
- mwhgJava
- kingwell.leng
- lchb139128
- lich0079
- kristy_yy
最新文章列表
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({ ...