2017年9月1日
摘要: <?xml version="1.0" encoding="UTF-8"?><web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta 阅读全文
posted @ 2017-09-01 14:47 想了半天 阅读(541) 评论(0) 推荐(0)
  2017年7月18日
摘要: function checkManager() { //检查输入的客户经理,转换为下拉选择 var obj = document.getElementById("broker"); $.each(obj.options,function(n,value){ alert($(this).text); 阅读全文
posted @ 2017-07-18 16:20 想了半天 阅读(536) 评论(0) 推荐(0)
  2017年7月11日
摘要: 整体格式:title "东莞227环境测试接口机"java -Dfile.encoding=GBK -Xmx512M -cp ./lib/bsh-1.3.0.jar;./lib/commons-codec-1.6.jar;./lib/commons-logging.jar;./lib/commons 阅读全文
posted @ 2017-07-11 10:20 想了半天 阅读(446) 评论(0) 推荐(0)
  2017年3月15日
摘要: 1 ,安装可参考 nginx 手册。(centos 和 utuban)命令不同,注意安装环境。 2,mkdir /var/temp/nginx/client 没有文件 解决办法:mkdir -p /var/temp/nginx/{client,....} 一定要注意 temp和tmp因为这个问题 搞 阅读全文
posted @ 2017-03-15 15:09 想了半天 阅读(130) 评论(0) 推荐(0)
  2017年3月14日
摘要: http://www.cnblogs.com/xiaoluo501395377/tag/CentOS/default.html?page=1 阅读全文
posted @ 2017-03-14 16:50 想了半天 阅读(105) 评论(0) 推荐(0)