上一页 1 ··· 151 152 153 154 155 156 157 158 159 ··· 233 下一页
摘要: linux curl是通过url语法在命令行下上传或下载文件的工具软件,它支持http,https,ftp,ftps,telnet等多种协议,常被用来抓取网页和监控Web服务器状态。 一、Linux curl用法举例: 1. linux curl抓取网页: 抓取百度: 1 curl http://w 阅读全文
posted @ 2015-02-02 09:44 一天不进步,就是退步 阅读(95072) 评论(0) 推荐(0)
摘要: Ant的基本概念 首先是ant的基本概念:Project,Target,Tasks,Properties,Paths 1.Project <project> build.xml文件最顶层的元素,它有三个可选的属性:名称(name):工程的名称默认(default):默认的目标(target)。基础目 阅读全文
posted @ 2015-02-01 15:03 一天不进步,就是退步 阅读(6361) 评论(1) 推荐(1)
摘要: SpringMVC关于json、xml自动转换的原理研究[附带源码分析]原文地址:http://www.cnblogs.com/fangjian0423/p/springMVC-xml-json-convert.html目录前言现象源码分析实例讲解关于配置总结参考资料前言SpringMVC是目前主流... 阅读全文
posted @ 2015-01-31 18:53 一天不进步,就是退步 阅读(4552) 评论(0) 推荐(2)
摘要: 使用split分割时:String[] a="aa|bb|cc".split("|");output:[a, a, |, b, b, |, c, c]先看一下split的用法: String[] java.lang.String.split(String regex)Splits this stri... 阅读全文
posted @ 2015-01-31 18:52 一天不进步,就是退步 阅读(7500) 评论(0) 推荐(0)
摘要: FastJSON 应用前测试FastJSON是一个很好的java开源json工具类库,相比其他同类的json类库,它的速度的确是fast,最快!但是文档做得不好,在应用前不得不亲测一些功能。实际上其他的json处理工具都和它差不多,api也有几分相似。一、JSON规范JSON是一个标准规范,用于数据... 阅读全文
posted @ 2015-01-29 11:48 一天不进步,就是退步 阅读(479) 评论(0) 推荐(0)
摘要: 原文地址:http://dumpsterventures.com/jason/httpry/core programhttpry is a specialized packet sniffer designed for displaying and logging HTTP traffic. It ... 阅读全文
posted @ 2015-01-28 13:54 一天不进步,就是退步 阅读(10177) 评论(0) 推荐(0)
摘要: Spring comes with a useful ‘org.springframework.mail.javamail.JavaMailSenderImpl‘ class to simplify the e-mail sending process via JavaMail API. Here’... 阅读全文
posted @ 2015-01-27 19:51 一天不进步,就是退步 阅读(416) 评论(0) 推荐(0)
摘要: http://commons.apache.org/proper/commons-configuration/注意:属性的值使用","分割,会造成读取属性值不正确的问题。建议使用":"代替。原因:暂时没有时间读源码,等稍微闲一些的时候会研究。用户手册:https://commons.apache.o... 阅读全文
posted @ 2015-01-26 20:47 一天不进步,就是退步 阅读(402) 评论(0) 推荐(0)
摘要: http://www.mkyong.com/spring/spring-jdk-timer-scheduler-example/In this example, you will use Spring’s Scheduler API to schedule a task.1. Scheduler T... 阅读全文
posted @ 2015-01-26 15:13 一天不进步,就是退步 阅读(544) 评论(0) 推荐(0)
摘要: Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-3.0.xsd).关于这个错误,导致的原因可能是一种可能是之前用的Spring版本,和现在用的不同对于Eclipse编译... 阅读全文
posted @ 2015-01-26 11:07 一天不进步,就是退步 阅读(3073) 评论(0) 推荐(0)
上一页 1 ··· 151 152 153 154 155 156 157 158 159 ··· 233 下一页