`
wzf7065
  • 浏览: 249149 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
原文来源:http://blog.sina.com.cn/s/blog_5016287a0101god4.html
        作为Maven菜鸟来说中,对Maven我是心存恐惧的,虽然也用了几年了,但是总感觉它像个定时炸||弹,时不时地会报一个错,让我调试半天,有时项目运行得好好地,突然就报缺包了,有时是有一个包怎么都下载不下来 ...
原文来源:http://blog.fens.me/hadoop-maven-eclipse/
1、deployment failure on tomcat 6.x.could not copy all resources to a.if a file locked,you can wait until the lock times out to redeploy.or stop the server and redeploy,or manualy remove the deployment at c http://blog.csdn.net/zhang6622056/article/details/7534147 报这个错通常是缺少jar包,在build path里引入了,但是实 ...
原文来源:http://pda158.iteye.com/blog/2117435  
源文件:http://blog.csdn.net/qyf_5445/article/details/8156178 http://aubergine-kang.iteye.com/blog/821956 http://bbs.csdn.net/topics/380261856 http://blog.sina.com.cn/s/blog_696b1f1a010146lm.html http://jingyan.baidu.com/article/f3ad7d0fddec3b09c3345ba6.html   myeclipse8.5在启动时没有加载完毕时,任意点击一下导致myec ...
原文来源:http://blog.csdn.net/baronyang/article/details/9323463     纯粹做个记录,以免日后忘记该怎么设定。 这一篇将会说明两种使用 jQuery EasyUI DataGrid 的 Checkbox 设定方式,以及在既有数据下将 checked 为 true 的该笔数据列的 Checkbox 设定为 Checked,另外就是两种 Checkbox 设定方式下如何取得有勾选的数据。 有关 jQuery EasyUI DataGrid 的相关资料,可以前往官网查看,
        工作占据了我所有的时间,对于未来,好迷茫
1、Linux   2、Hadoop   3、mysql   4、PHP   5、CMS   6、Nginx   7、nosql   8、云计算   9、SOA   10、分布式   11、memcached  
1、日期相加减      原文来源:http://hulu26.iteye.com/blog/1020176                        http://www.cnblogs.com/xiao-yu/archive/2011/05/24/2055967.html   2、decode      原文来源:http://www.cnblogs.com/freespider/archive/2010/08/09/1795977.html                        http://book.51cto.com/art/201007/212292.ht ...
原文来源:http://www.cnblogs.com/Philoo/archive/2011/11/17/jeasyui_api_index.html   原文来源:http://api.btboys.com/easyui/#   原文来源:http://www.baidu.com/link?url=R4iIWldRt7b9_gwdTnk_qQJnqIkmMHc9aa3urV3cVnaHyzbTW3YbQiDgT_4R8_RbbJ351I1Eypqe0GHyz6StKotznsAhOFgSW4DmqTKAHEu&wd=easyui%E6%95%99%E7%A8%8B& ...
在工作中经常会用到JSTL标签,有些常用的能够立即想起来,有些不常用的总是要现找,很痛苦,为了方便以后使用,现在将常用的JSTL标签总结一下,其中表格部分来自于w3cschool,还有些分页信息来自于网上同仁,我都会表明出处。   标签 描述 <c:out> 用于在JSP中显示数据,就像<%= ... > <c:set> 用于保存数据 <c:remove> 用于删除数据 <c:catch> 用来处理产生错误的异常状况,并且将错误信息储存起来 <c:if> 与我们在一般程序中用的 ...
原文来源:http://www.oschina.net/code/snippet_1032532_37196
原文来源:http://cobweb.iteye.com/blog/647758
原文来源:http://www.educity.cn/wenda/389092.html          1 尽量少用IN   基本上所有的IN操作都可以用EXISTS代替 2 用NOT EXISTS或者外连接替代 NOT IN   NOT IN 不能应用索引 3 尽量不是用<>或者!=   不等于操作符不会用到索引 !=2 用 >2 OR <2代替 4 设计表的时候把索引列设置为not null 5 尽量不把通配符%和_作为查询的第一个字段 6 where子句中尽量避免在索引列中使用计算   substr(no,1,4)= 5400 ,优化处理 ...
Global site tag (gtag.js) - Google Analytics