随笔分类 -  java

摘要:bug 在json2bean中如果不进行转换 if(bean instanceof HttpLogin){,将调用的市父类的Json2Meß 此并非最好的解决办法,应该用官方的json.toobject 阅读全文
posted @ 2017-02-05 16:33 stoneuu 阅读(528) 评论(0) 推荐(0)
摘要:安装 Git-1.9.4-preview201406111 通过 ssh-keygen但生成的位置却是C:\Users\Admin\AppData\Local\VirtualStore\Program Files (x86)\Git方式22 开始菜单 GitGUI--帮助--show ssh key... 阅读全文
posted @ 2015-01-21 16:47 stoneuu 阅读(317) 评论(0) 推荐(0)
摘要:mappackage l6.e5.map;import java.util.HashMap;import java.util.Iterator;import java.util.Map;import java.util.Set;public class MapTest5My2{ public sta... 阅读全文
posted @ 2015-01-07 12:00 stoneuu 阅读(174) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-11-26 22:10 stoneuu 阅读(762) 评论(0) 推荐(0)
摘要:oracle创建主键序列oracle主键序列的查询和ibitas中应用 阅读全文
posted @ 2014-11-26 22:00 stoneuu 阅读(406) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-11-26 21:55 stoneuu 阅读(1247) 评论(0) 推荐(0)
摘要:cxf_lib 阅读全文
posted @ 2014-11-26 00:49 stoneuu 阅读(201) 评论(0) 推荐(0)
摘要:搜索AutoCode代码生成器(SSH版) 阅读全文
posted @ 2014-11-24 01:27 stoneuu 阅读(268) 评论(0) 推荐(0)
摘要:android有一些应用支持开发,AIDE 介绍http://www.wandoujia.com/apps/com.aide.ui https://play.google.com/store/apps/details?id=com.aide.ui&hl=enTerminal IDE 介绍htt... 阅读全文
posted @ 2014-11-24 01:25 stoneuu 阅读(704) 评论(0) 推荐(0)
摘要:关于时间配置,1前面带0和不带0的区别是??? (开始时间,带0以整点整分整秒开始,不带的以启动时间定时循环??) 比如0 7/37 * * * ? 表示每个小时的第7分钟开始执行,然后隔三十七分钟执行 "30 * * * * ?" 每半分钟触发任务 "15/5 * * * * ?" 每分钟... 阅读全文
posted @ 2014-10-09 15:03 stoneuu 阅读(342) 评论(0) 推荐(0)
摘要:简单例子可参考http://yangpanwww.iteye.com/blog/797563http://liuzidong.iteye.com/blog/1118992关于时间配置可参考另一篇http://www.cnblogs.com/stit/p/4013398.html我的项目的应用1kno... 阅读全文
posted @ 2014-10-09 14:10 stoneuu 阅读(384) 评论(0) 推荐(0)
摘要:可参考http://blog.csdn.net/cuiran/article/details/8287204我修改后的代码http://pan.baidu.com/s/1mgJYbaC 阅读全文
posted @ 2014-10-09 10:05 stoneuu 阅读(138) 评论(0) 推荐(0)
摘要:conf/web.xml中,listings改为true,重启http://liusu.iteye.com/blog/794613 default org.apache.catalina.servlets.DefaultServlet ... 阅读全文
posted @ 2014-10-08 16:42 stoneuu 阅读(620) 评论(0) 推荐(0)
摘要:No provider available for the service com.alibaba.dubbo.monitor.MonitorService from registryhttp://www.iteye.com/topic/1116866?page=16没有启动SimpleMonito... 阅读全文
posted @ 2014-10-08 15:47 stoneuu 阅读(9830) 评论(0) 推荐(0)
摘要:mvn install -Psnapshotsjarmvn install -Psnapshotsjar -Dmaven.test.skip=true 阅读全文
posted @ 2014-10-08 11:01 stoneuu 阅读(388) 评论(0) 推荐(0)
摘要:如图 阅读全文
posted @ 2014-09-29 19:27 stoneuu 阅读(217) 评论(0) 推荐(0)
摘要:因为项目的种种原因,必须启动两个tomcat测试于是复制tomcat,改端口,报错,到日志看,发现shutdow端口也需要改总结 server.xml改两个地方的端口因必须根路径,,又是两个相近的ui项目,所以只能起两个tomcat换端口号了 阅读全文
posted @ 2014-09-29 10:05 stoneuu 阅读(193) 评论(0) 推荐(0)
摘要:debug 模式启动 1 sts中的配置见图片 2 centos中 ./knowledge-start.sh debug win系统ip ./knowledge-start.sh debug 192.168.120.77 阅读全文
posted @ 2014-09-28 21:00 stoneuu 阅读(258) 评论(0) 推荐(0)
摘要:有一些限制条件,有些我认为不正确每个路径占9位,最终生成的是数字的字符串,如001002003生成到当前路径,最多五级数据库字段path不能为空,插入数据时该字段path必须有值,因为id是插入数据后生成的,因此不可能在插入数据前获得id,因此必须自己生成一个唯一值虽然我认为使用数据库自增id是不规... 阅读全文
posted @ 2014-09-25 17:10 stoneuu 阅读(221) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/Javame/p/3632473.html1. Dubbo是什么?Dubbo是一个分布式服务框架,致力于提供高性能和透明化的RPC远程服务调用方案,以及SOA服务治理方案。简单的说,dubbo就是个服务框架,如果没有分布式的需求,其实是不需要用的,只有在... 阅读全文
posted @ 2014-09-22 17:38 stoneuu 阅读(1534) 评论(0) 推荐(0)