上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: /*MySQL Data TransferSource Host: localhostSource Database: virgoTarget Host: localhostTarget Database: virgoDate: 2015/1/20 17:08:05*/SET FOREIGN_KEY... 阅读全文
posted @ 2015-01-20 16:32 RY一步一个脚印 阅读(2668) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/lorinzhang/article/details/7283557 阅读全文
posted @ 2015-01-20 09:14 RY一步一个脚印 阅读(163) 评论(0) 推荐(0)
摘要: 主要是自己犯了个错误: 把!important 放到了分号后面; 正确写法写法:.current{ background-color: #f1f1f1; border-left: 2px solid #f65346 !important; }顺便查了哈.这个东东... 阅读全文
posted @ 2015-01-13 13:58 RY一步一个脚印 阅读(198) 评论(0) 推荐(0)
摘要: /**/var endTime="20"+$("#endTime").val(); //获取到后台传递过来的时间,没仔细整,直接加了个20,就可以了.var interval;function remainTime(){ var date1=new Date(endTime); //开始时间... 阅读全文
posted @ 2015-01-12 17:44 RY一步一个脚印 阅读(192) 评论(0) 推荐(0)
摘要: //设置url中参数值function setParam(param,value){ var query = location.search.substring(1); var p = new RegExp("(^|)" + param + "=([^&]*)(|$)"); if(... 阅读全文
posted @ 2015-01-07 21:39 RY一步一个脚印 阅读(8858) 评论(0) 推荐(0)
摘要: //可以设置指定那一天:例如,最近一周,参数传入-7,最近一月,参数传入-30...private String getBeginDate(int date) throws ParseException { SimpleDateFormat sdf = new SimpleDateFo... 阅读全文
posted @ 2015-01-06 13:44 RY一步一个脚印 阅读(236) 评论(0) 推荐(0)
摘要: 官网 http://sentsin.com/layui/laydate/1. 下载官网上的压缩包,解压后只需要复制laydate 文件夹到你的项目中;2. 在页面引入 3. 在页面添加: 4. 设置回调函数;' class="diyige beginDate" onclick="... 阅读全文
posted @ 2015-01-04 16:30 RY一步一个脚印 阅读(20081) 评论(2) 推荐(0)
摘要: 1. 引入:pinyin4j-1.1.0 包; http://pan.baidu.com/s/1eQ8a8742. 转换;private static String ChineseToPinyin(String name){ String pinyinName=""; c... 阅读全文
posted @ 2014-12-19 10:06 RY一步一个脚印 阅读(440) 评论(0) 推荐(0)
摘要: svn无法提交, 错误信息:Commit failed. svn: E200007: CHECKOUT can only be performed on a version resource...解决方法: 在项目名称上电极右键-->Temp-->点击Refresh/cleanup, 再次提交就阔以... 阅读全文
posted @ 2014-12-18 09:52 RY一步一个脚印 阅读(772) 评论(0) 推荐(0)
摘要: public static long calSpeed(String ip) { Runtime runtime = Runtime.getRuntime(); // 获取当前程序的运行进对象 Process process = null; // 声明处理类对象 ... 阅读全文
posted @ 2014-11-21 11:03 RY一步一个脚印 阅读(352) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页