- 博客(14)
- 收藏
- 关注
转载 在线安装 eclipse 的svn不成功的,使用文件安装
svn zip http://www.eclipse.org/subversive/latest-releases.php svn connectorzip地址 http://www.polarion.com/products/svn/subversive/...
2015-03-19 16:26:00
138
转载 个人博客、网页挂件
个人网站挂件 时间: 背景黑 <script charset="Shift_JIS" src="http://chabudai.sakura.ne.jp/blogparts/honehoneclock/honehone_clock_tr.js"></...
2015-01-26 13:19:00
536
转载 eclipse svn
Get the right version! Subclipse versions are tied to specific versions of the Subversion client API. So you must have a matching version of the...
2015-01-08 21:01:00
123
转载 url长度 get请求传递参数
搜索过程中发现,各浏览器与各Web Server对URL均有长度的限制如下: 在http协议中,其实并没有对url长度作出限制,往往url的最大长度和用户浏览器和Web服务器有关,不一样的浏览器,能接受的最大长度往往是不一样的,当然,不一样的Web服务器能够处理的最大长度的URL的...
2014-11-28 16:07:00
485
转载 html标签使用使用base64编码的数据
html页面2种 设置控件值的方式http uri scheme , data uri scheme 如下面 <img src ="http://xx.xx.xx"/> 浏览器会缓存http资源,多个标签使用同一个地址,直接读缓存的数据, <img src ="data...
2014-11-06 15:56:00
1709
转载 maven web项目使用tomcat发布,不用tomcat插件
maven web项目 不使用tomcat插件启动, 使用原生的tomcat 启动。修改方法原理不负责 1.修改项目的Properties - Project Facets -(初次选择convert xxx ) 选择Dynamic Web Modul -选择版本 ...
2014-10-16 11:26:00
583
转载 servlet 下载文件名 乱码
servlet下载文件,中文名文件如何正常下载。经过亲自试验,项目使用。记下来。 测试了三个浏览器 IE 9 , Chrome 36 , FF 32 结论是 IE需要使用URLEncoder.encode("UTF-8")编码中文文件名, FF, Chrome 使用n...
2014-10-15 13:58:00
164
转载 开发软件下载地址spring
下载地址列表 spring下载地址 http://maven.springframework.org/release/org/springframework/spring/ ...
2014-09-23 20:07:00
85
转载 maven 设置 tomcat 插件编码
<plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat6-maven-plugin</artifactId> <ver...
2014-08-21 13:19:00
155
转载 记录备用 maven,配置文件详解&打包
转帖 自己以后查询用 :http://blog.youkuaiyun.com/johnnywww/article/details/7964326 <?xmlversion="1.0"encoding="UTF-8"?><settingsxmlns="http://maven.a...
2014-07-16 10:12:00
93
转载 java.util.regex Pattern 正则
/**String中replaceAll(),matches(),split()等方法,都是调用Pattern中的方法。学习了,瞬间觉得Pattern强大了publicStringreplaceAll(Stringregex,Stringreplacemen...
2014-04-02 11:08:00
252
转载 RESTful 与 webservice
接口抽象 RESTful Web 服务使用标准的 HTTP 方法 (GET/PUT/POST/DELETE) 来抽象所有 Web 系统的服务能力,而不同的是,SOAP 应用都通过定义自己个性化的接口方法来抽象 Web 服务,这更像我们经常谈到的 RPC。例如本例中的 getUserList ...
2014-04-01 11:43:00
130
转载 pom.xml中各个标签 的意思
Maven 构件工程的属性文件 pom.xml文件(实践用):<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
2014-03-04 11:19:00
679
转载 String StringBuffer StringBuilder 效率测试
/** *1万之内没区别,100万往上,有区别了 *String最慢 *StringBuffer中间级 *StringBuilder最快 */ @Test publicvoidTest2(){ Strings1="a"; String...
2014-02-27 09:58:00
125
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人