摘要: http://ueditor.baidu.com/website/umeditor.html?qq-pf-to=pcqq.c2c 阅读全文
posted @ 2015-08-13 14:41 奥巴马说你代码写的好 阅读(132) 评论(0) 推荐(0) 编辑
摘要: oracle最坑爹的地方:你insert update delete之后 或者kill死锁的时候记得一定要提交事务不然就是死锁卡在那里了记住 kill死锁也是要提交事务的select * from v$session where sid in(select session_id from v$loc... 阅读全文
posted @ 2015-06-10 09:35 奥巴马说你代码写的好 阅读(584) 评论(0) 推荐(0) 编辑
摘要: 这个 inspector.js 必须是网页中第一个被载入的 JavaScript 文件,这样他才能分析后续执行的 JS:在网页运作的过程中 Compat Inspector 会观察使用者与浏览器之间的所有互动,当遇到已知的潜在问题时会自动整理并回报到 Compat Inspector 工具中,这些信... 阅读全文
posted @ 2015-06-03 11:35 奥巴马说你代码写的好 阅读(172) 评论(0) 推荐(0) 编辑
摘要: query取得iframe中元素的几种方法在iframe子页面获取父页面元素代码如下:$('#objId', parent.document);// 搞定...在父页面 获取iframe子页面的元素代码如下:$("#objid",document.frames('iframename').docum... 阅读全文
posted @ 2015-05-27 17:44 奥巴马说你代码写的好 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-05-27 11:36 奥巴马说你代码写的好 阅读(160) 评论(0) 推荐(0) 编辑
摘要: http://map.baidu.com/?l=&s=s%26wd%3D北京故宫 阅读全文
posted @ 2015-02-04 14:32 奥巴马说你代码写的好 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 关键是 javascript: 阅读全文
posted @ 2015-01-21 09:57 奥巴马说你代码写的好 阅读(119) 评论(0) 推荐(0) 编辑
摘要: http://sentsin.com/jquery/layer/ 阅读全文
posted @ 2015-01-19 14:09 奥巴马说你代码写的好 阅读(85) 评论(0) 推荐(0) 编辑
摘要: if (nc.length '," widt带链接的都改 阅读全文
posted @ 2015-01-16 16:01 奥巴马说你代码写的好 阅读(187) 评论(0) 推荐(0) 编辑
摘要: //格式化百分比数据function FormatDataPoint(type){ if (type) { return parseFloat(type).toFixed(2).toString(); } else { return "--"; }} 阅读全文
posted @ 2015-01-09 10:08 奥巴马说你代码写的好 阅读(135) 评论(0) 推荐(0) 编辑