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

2017年1月19日

java 身份证15位转18位

摘要: 1 /** 2 * 根据身份证号获取性别 3 * 4 * @param pid 5 * 身份证号 6 * @return 性别 F为女M为男 7 */ 8 public static String getSexByPid(String pid)throws Exce... 阅读全文

posted @ 2017-01-19 14:15 ..小树苗 阅读(2116) 评论(0) 推荐(0) 编辑

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 ..小树苗 阅读(285) 评论(0) 推荐(0) 编辑

2016年10月8日

markdown语法学习

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

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

2016年10月5日

js工具类

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

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

2016年9月27日

jsonp解析 html

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

posted @ 2016-09-27 16:10 ..小树苗 阅读(1852) 评论(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 ..小树苗 阅读(206) 评论(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 ..小树苗 阅读(1889) 评论(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 ..小树苗 阅读(92) 评论(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 ..小树苗 阅读(171) 评论(0) 推荐(0) 编辑

2016年7月23日

mybatis

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

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

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

导航