11 2017 档案

摘要:<script src="${pageContext.request.contextPath}/assets/js/jquery-1.8.3.js"></script> <script type="text/javascript"> $(function() { $("#upload").click 阅读全文
posted @ 2017-11-21 10:02 洞玄巅峰 阅读(133) 评论(0) 推荐(0)
摘要:1.wget http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm下载对应当前系统版本的nginx包(package) 2.rpm -ivh nginx-release-c 阅读全文
posted @ 2017-11-09 14:21 洞玄巅峰 阅读(4721) 评论(0) 推荐(0)
摘要:public static String httpPost(String url, JSONObject json) { String respContent = null; try{ HttpPost httpPost = new HttpPost(url); CloseableHttpClien 阅读全文
posted @ 2017-11-09 11:44 洞玄巅峰 阅读(212) 评论(0) 推荐(0)
摘要:public int insertChanDaoTaskModel(List<T> t) { // TODO Auto-generated method stub Session session = this.hibernateTemplate.getSessionFactory().openSes 阅读全文
posted @ 2017-11-03 09:37 洞玄巅峰 阅读(224) 评论(0) 推荐(0)
摘要:1:获取参数之前的全路径: function common() { var location = (window.location + '').split('/'); var basePath = location[0] + '//' + location[2] + '/' + location[3 阅读全文
posted @ 2017-11-03 09:34 洞玄巅峰 阅读(149) 评论(0) 推荐(0)