09 2015 档案

摘要:原文:http://www.cnblogs.com/kissdodog/archive/2012/12/15/2819025.htmlajaxFileUpload是一个异步上传文件的jQuery插件语法:$.ajaxFileUpload([options]) options参数说明:1、url ... 阅读全文
posted @ 2015-09-30 16:23 季樊 阅读(178) 评论(0) 推荐(0)
摘要:@RequestMapping(params = "method=import", method = RequestMethod.POST) @ResponseBody public String importConfig(HttpServletRequest request, Http... 阅读全文
posted @ 2015-09-30 16:20 季樊 阅读(470) 评论(0) 推荐(0)
摘要:@RequestMapping(params = "method=export", method = RequestMethod.GET) public void exportConfig(HttpServletRequest request, HttpServletResponse resp... 阅读全文
posted @ 2015-09-30 16:10 季樊 阅读(536) 评论(0) 推荐(0)
摘要:原文:http://www.cnblogs.com/meteoric_cry/p/4283656.html需求是将多个jar合并成一个jar的问题。这里列一下操作步骤:1、将所有jar文件复制至某临时目录中,通过jar命令解压得到所有的.class文件> jar -xvf xx.jarxx.jar必... 阅读全文
posted @ 2015-09-23 16:40 季樊 阅读(293) 评论(0) 推荐(0)
摘要:原文:http://www.ituring.com.cn/article/56870Git Flow 是什么Git Flow是构建在Git之上的一个组织软件开发活动的模型,是在Git之上构建的一项软件开发最佳实践。Git Flow是一套使用Git进行源代码管理时的一套行为规范和简化部分Git操作的工... 阅读全文
posted @ 2015-09-22 17:40 季樊 阅读(243) 评论(0) 推荐(0)
摘要:原文:http://www.cnblogs.com/haippy/archive/2012/05/20/2509329.html一、如何将数组转化为 json 串?下面的例子中我们示例如何将一个数据转换成 json 串,并使用Gson.toJson()方法将数组序列化为 JSON,以及Gson.fr... 阅读全文
posted @ 2015-09-16 14:09 季樊 阅读(246) 评论(0) 推荐(0)
摘要:原文:http://blog.sina.com.cn/s/blog_62e9ec530101ebv6.htmlHexString——>byte public static byte[] hexStringToBytes(String hexString) { if (hexString... 阅读全文
posted @ 2015-09-02 17:09 季樊 阅读(2617) 评论(0) 推荐(1)