上一页 1 ··· 169 170 171 172 173 174 175 176 177 ··· 233 下一页
摘要: ConductingInterviewis not cheap and costs both time and money to a company. It take a lot of time to find the right candidate for a job from 100s resu... 阅读全文
posted @ 2014-09-29 09:12 一天不进步,就是退步 阅读(290) 评论(0) 推荐(0)
摘要: linux 下远程连接mysq命令:mysql -h "1.0.0.1" -u username -p1获 取锁等待情况可以通过检查 table_locks_waited和table_locks_immediate状态变量来分析系统上的表锁定争夺:mysql> show status like 'T... 阅读全文
posted @ 2014-09-28 15:40 一天不进步,就是退步 阅读(11648) 评论(0) 推荐(0)
摘要: 问题描述在做项目的过程中,由于写SQL太过随意,一不小心就抛了一个死锁异常,如下:[java]view plaincopyprint?com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException:Deadlockfoundwhen... 阅读全文
posted @ 2014-09-28 15:31 一天不进步,就是退步 阅读(652) 评论(0) 推荐(0)
摘要: 1. forward方法使用request.getRequestDispatcher(path).forward(request.response);首先来看getRequestDispatcher方法,path必须是相对路径。getRequestDispatcherRequestDispatche... 阅读全文
posted @ 2014-09-28 11:53 一天不进步,就是退步 阅读(11874) 评论(0) 推荐(1)
摘要: No matter how Microsoft is doing in comparison with Google, Microsoft Office is still the most used application in software world. Other alternatives ... 阅读全文
posted @ 2014-09-22 17:27 一天不进步,就是退步 阅读(2987) 评论(0) 推荐(0)
摘要: 之前做了“ssh信任与scp自动传输脚本”的技术文档,此方案是作为公司里备份的方法,但在实际的运行中,由于主服务器在给备份服务器传输的时候,我们的主服务器需要备份的文件是实时、不停的产生的,造成不知道主服务器给备份服务器传输了多少文件,磁盘空间就那么大,做备份的原因:一个是为了保持文件,另外一个是解... 阅读全文
posted @ 2014-09-19 10:09 一天不进步,就是退步 阅读(910) 评论(0) 推荐(1)
摘要: This article representstop 4security vulnerabilities related coding practice to avoidwhile you are programming withJavalanguage. Recently, I came acro... 阅读全文
posted @ 2014-09-19 09:55 一天不进步,就是退步 阅读(578) 评论(0) 推荐(0)
摘要: weblogicreference from:http://middlewaremagic.com/weblogic/?p=2019Many times we want to secure our WebApplication Resources in such a way that if any ... 阅读全文
posted @ 2014-09-18 18:17 一天不进步,就是退步 阅读(2036) 评论(0) 推荐(0)
摘要: question:I want to convert smooksxml-java, so that i need to load source file frommobeeadmin.war/WEB-INF/sample.xml.Smooks smooks = new Smooks("/WEB-I... 阅读全文
posted @ 2014-09-18 09:40 一天不进步,就是退步 阅读(417) 评论(0) 推荐(0)
摘要: 【名词解释】跨域:https://developer.mozilla.org/en-US/docs/JavaScript/Same_origin_policy_for_JavaScript同源策略(注意Network Access这一节):http://www.w3.org/Security/wik... 阅读全文
posted @ 2014-09-17 17:21 一天不进步,就是退步 阅读(60667) 评论(1) 推荐(3)
上一页 1 ··· 169 170 171 172 173 174 175 176 177 ··· 233 下一页