上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: private static Pattern DIGIT_PATTERN = Pattern.compile("=\\d++");Matcher goodsTypeMatcher = DIGIT_PATTERN.matcher(scoreFour); if (goodsTypeMatcher.f... 阅读全文
posted @ 2014-11-12 11:23 RY一步一个脚印 阅读(2009) 评论(0) 推荐(0)
摘要: JS判断只能是数字和小数点1.文本框只能输入数字代码(小数点也不能输入)2.只能输入数字,能输小数点.3.数字和小数点方法二4.只能输入字母和汉字5.只能输入英文字母和数字,不能输入中文6.只能输入数字和英文chun7.小数点后只能有最多两位(数字,中文都可输入),不能输入字母和运算符号:57) &... 阅读全文
posted @ 2014-11-10 09:14 RY一步一个脚印 阅读(886) 评论(0) 推荐(0)
摘要: 爬虫代理: 阅读全文
posted @ 2014-11-02 21:59 RY一步一个脚印 阅读(157) 评论(0) 推荐(0)
摘要: 转:http://snoopyxdy.blog.163.com/blog/static/60117440201349352443/ 阅读全文
posted @ 2014-10-30 13:44 RY一步一个脚印 阅读(190) 评论(0) 推荐(0)
摘要: 吐槽一下: 这个导入现有数据文件弱爆了...直接将要导入的数据文件放到mongodb下的db目录下就完事了...O(∩_∩)O哈哈~例如:将shop_suning (shopdb_suning.ns,shopdb_suning.0 这两个文件) 复制到D:\mongodb\data\db目录下,重新... 阅读全文
posted @ 2014-10-24 09:26 RY一步一个脚印 阅读(1302) 评论(0) 推荐(0)
摘要: 设置MyEclipse黑色主题背景1. 下载http://eclipsecolorthemes.org/看哪个合适直接点击进入,下载右边的epf2.下载完成。。。打开myeclipse。file-import-general-preferences选择下载的epf主题文件3. 点击确定. 搞定; 阅读全文
posted @ 2014-10-17 22:18 RY一步一个脚印 阅读(32069) 评论(3) 推荐(3)
摘要: 问题: cookie设置好后,谷歌浏览器下-->只有本页面有值,但是在其它浏览器下正常.$.cookie("userName",$("#loginName").val(),{expires:7});$.cookie("password",$("#loginPW").val(),{expires:7}... 阅读全文
posted @ 2014-09-23 17:09 RY一步一个脚印 阅读(1931) 评论(0) 推荐(0)
摘要: 设置-->全部设置-->关于手机 : 找到 版本号, 连续点击...再返回到 全部设置,开发者选项就出来了.哈哈 .... 第一个APP: 阅读全文
posted @ 2014-08-27 09:46 RY一步一个脚印 阅读(736) 评论(0) 推荐(0)
摘要: 1. 高效工作方式 原文: http://www.cnblogs.com/huang0925/p/3612741.html2. 单页程序 :http://www.cnblogs.com/jesse2013/p/3588672.html 阅读全文
posted @ 2014-08-21 16:31 RY一步一个脚印 阅读(172) 评论(0) 推荐(0)
摘要: 准备工作: 先插入100万条数据for(i=0;i<=1000000;i++){ db.users.insert({ "i":i, "username":"user"+i, "age":Math.floor(Math.random()... 阅读全文
posted @ 2014-08-05 11:18 RY一步一个脚印 阅读(3019) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页