2016年5月20日
摘要: 方法一 for(int i=0;i<20;i++){ for(int j=0;j<200;j++){ System.out.println("第"+i+"次时间:"+new Date().toString()); } } 方法二 int i=0; int j=0; for(;i<20;i++){ f 阅读全文
posted @ 2016-05-20 14:24 gemison 阅读(989) 评论(0) 推荐(0) 编辑
  2015年5月12日
摘要: private java.sql.Date startDate;public java.sql.Date getStartDate() { return startDate; } public void setStartDate(java.sql.Date startDate) { this.s... 阅读全文
posted @ 2015-05-12 21:28 gemison 阅读(1213) 评论(0) 推荐(0) 编辑
  2015年5月10日
摘要: $.ajax({ type : "get", cache : false, dataType : "jsonp", url : url1, jsonp : "jsonpprifx", success : function(data) { var json = eval('(' + ... 阅读全文
posted @ 2015-05-10 11:49 gemison 阅读(275) 评论(0) 推荐(0) 编辑
  2015年3月5日
摘要: 去掉xAxis : [ splitLine:{ show:false } ],yAxis : [ splitLine:{ show:false }] 阅读全文
posted @ 2015-03-05 13:11 gemison 阅读(10694) 评论(0) 推荐(0) 编辑
  2015年1月28日
摘要: 小区垃圾 违章建筑 违法摆摊 噪音污染 物业纠纷 主要看position:absolute;、position:relative;和z-index:1; 写的位置 阅读全文
posted @ 2015-01-28 10:33 gemison 阅读(4164) 评论(0) 推荐(0) 编辑
  2015年1月26日
摘要: 解决方法:toolbox-->feature--->dataView---show:false; 阅读全文
posted @ 2015-01-26 14:32 gemison 阅读(372) 评论(0) 推荐(0) 编辑
  2015年1月23日
摘要: itemStyle控制柱形的样式。如下:itemStyle: { normal: { color: '#fff', //填充色 barBorderColor: '#4876FF', //边框... 阅读全文
posted @ 2015-01-23 14:10 gemison 阅读(16353) 评论(0) 推荐(0) 编辑
摘要: 我的问题是 电脑网络设置不知道什么时候 更改了,解决方法:---打开360网络急救箱(可以通过测试网速进入),点击“全面诊断”,诊断出是最下面的电脑不能上网的原因,然后按照提示修复,提示要恢复默认的网络设置,重启电脑,欧啦。 阅读全文
posted @ 2015-01-23 12:44 gemison 阅读(398) 评论(0) 推荐(0) 编辑
  2015年1月20日
摘要: abc 111 222 333 444 555 阅读全文
posted @ 2015-01-20 15:47 gemison 阅读(367) 评论(0) 推荐(0) 编辑
  2015年1月13日
摘要: var myIcon = new BMap.Icon("image/supervisor.png", new BMap.Size(23, 45));是因为图片的大小和代码设置的大小不一样 阅读全文
posted @ 2015-01-13 10:50 gemison 阅读(431) 评论(0) 推荐(0) 编辑