09 2015 档案

摘要:/* * 随机生成国内IP地址 */ public static String getRandomIp(){ //ip范围 int[][] range = {{607649792,608174079},//36.56.0.0-36.... 阅读全文
posted @ 2015-09-23 11:27 一世飛扬 阅读(1186) 评论(0) 推荐(0)
摘要:Oracle 查询出来的数据取第一条---------------------------------------------------------------------------转载自:http://www.itpub.net/thread-246442-1-1.htmlselect * f... 阅读全文
posted @ 2015-09-21 15:25 一世飛扬 阅读(13756) 评论(1) 推荐(0)
摘要:package com.ihome.data;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;import java.util.Random;public class CertNoUt... 阅读全文
posted @ 2015-09-16 10:08 一世飛扬 阅读(401) 评论(0) 推荐(0)
摘要:Every time I wrote some code inrubyand executed ourcucumberfeatures I craved for something similar in Java. I knew that there were severalBDD framewor... 阅读全文
posted @ 2015-09-14 22:25 一世飛扬 阅读(418) 评论(0) 推荐(0)