随笔分类 -  做过往、杂项

摘要:**************************************************************excel模板处理**************************************************************=CONCATENATE("ins 阅读全文
posted @ 2017-12-03 14:38 苍天一穹 阅读(161) 评论(0) 推荐(0)
摘要:*********************************************js相关********************************************* // 在指定的毫秒数后调用tt = window.setTimeout("x()",3000);// 按指定的 阅读全文
posted @ 2015-09-17 09:42 苍天一穹 阅读(335) 评论(1) 推荐(0)
摘要:javaScript知识点 jQuery对象[Object object]tr.children()[0]会转换成js对象 var ops = document.getElementsByTagName("option");alert(ops[0].getAttribute('id')+" "+" 阅读全文
posted @ 2015-09-16 18:54 苍天一穹 阅读(176) 评论(0) 推荐(0)
摘要:内存泄露分析插件http://download.eclipse.org/mat/1.3/update-site/birt插件http://download.eclipse.org//birt/update-site/4.3/ ************************************* 阅读全文
posted @ 2015-09-16 18:43 苍天一穹 阅读(275) 评论(0) 推荐(0)
摘要:Alt+/不管用原因:新版本中MyEclipse的Alt+/是别的快捷键,Ctrl+Space是提示标签快捷键,而Ctrl+Space与输入法切换冲突不能用。MyEclipse设置Alt+/快捷键 1). 点击Windows->Preferences->General->Keys 2). 在快捷键列 阅读全文
posted @ 2015-01-15 12:40 苍天一穹 阅读(1307) 评论(0) 推荐(0)