上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

2016年10月9日

eclipse配置文件内存设置

摘要: 1、-Xms64m -Xmx128m 2、配置文件的修改 http://wenku.baidu.com/link?url=spM-qCe0qHdhiykzwuzp-vBtcQrVtAzYiWe8uexW1lP0NOduW5z9TAEu7KwT4llx2M_XYwzMZKYCiK-cmLOIga0zc 阅读全文

posted @ 2016-10-09 15:49 ..小树苗 阅读(299) 评论(0) 推荐(0)

2016年10月8日

markdown语法学习

摘要: http://note.youdao.com/noteshare?id=05a4aa112bc7195ecac75f4047b39599 阅读全文

posted @ 2016-10-08 00:38 ..小树苗 阅读(156) 评论(0) 推荐(0)

2016年10月5日

js工具类

摘要: 1 /************************** 2 **********************************************************************************************/ 3 4 /****************************************************... 阅读全文

posted @ 2016-10-05 10:14 ..小树苗 阅读(615) 评论(0) 推荐(0)

2016年9月27日

jsonp解析 html

摘要: https://jsoup.org/cookbook/ 官网的教程, 很详细! 阅读全文

posted @ 2016-09-27 16:10 ..小树苗 阅读(1876) 评论(0) 推荐(0)

svn“Previous operation has not finished; run 'cleanup' if it was interrupted“ 或者不能cleanup,或者提示空目录 报错的解决方法

摘要: 参考了文档: http://blog.csdn.net/superch0054/article/details/38668017 今天碰到了个郁闷的问题,svn执行clean up命令时报错“Previous operation has not finished; run 'cleanup' if 阅读全文

posted @ 2016-09-27 09:09 ..小树苗 阅读(245) 评论(0) 推荐(0)

java字符串 64位编码

摘要: byte[] encodeBase64 = Base64.encodeBase64("到了是是是是".getBytes("UTF-8")); System.out.println("RESULT: " + new String(encodeBase64)); import org.apache.commons.codec.binary.Base64; 阅读全文

posted @ 2016-09-27 08:56 ..小树苗 阅读(1895) 评论(0) 推荐(0)

2016年8月31日

小工具

摘要: 1、格式化的插件:http://web.chacuo.net/formatjs ; 此网站收集了很多的工具,很方便。 2、json工具:http://tool.chinaz.com/tools/jsoneditor.aspx ; 站长工具网站也是收录了很多不错的工具,很方便 。 3、sql美化工具: 阅读全文

posted @ 2016-08-31 02:04 ..小树苗 阅读(95) 评论(0) 推荐(0)

2016年7月24日

maven安装

摘要: 1、eclipse版本:Release 4.2.0 下载地址: eclipse juno 4.2 http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/SR2/eclipse 阅读全文

posted @ 2016-07-24 22:17 ..小树苗 阅读(174) 评论(0) 推荐(0)

2016年7月23日

mybatis

摘要: 1、单独配置的情况,测试mybatis。 mybatis.xml 配置文件: 2、配置文件, 一个实体类对应1个配置文件; 阅读全文

posted @ 2016-07-23 00:46 ..小树苗 阅读(116) 评论(0) 推荐(0)

2016年7月21日

jquery序列化表单

摘要: 没有使用其他的东西 , 数据传送是最基本的。 前台: .serialize()自动调用了encodeURIComponent方法将数据编码了 解决方法:调用decodeURIComponent(XXX,true);将数据解码 。 后台: String s = new String(request.g 阅读全文

posted @ 2016-07-21 22:47 ..小树苗 阅读(132) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

导航