- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 File流的文件文字反转
[code="java"] package File; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.InputStreamRead...
2010-01-11 14:08:00
299
原创 java中如何获取某个范围内的随机数
[code="java"] public static int testR(int a,int b) { int temp = 0; try{ if(a>b){ temp = new Random().nextInt(a-b); return temp+b; }else{ temp = new Random().nextInt(b-a);...
2010-01-09 15:08:35
605
apache-maven-3.2.3、Maven中间仓库使用配置
2015-10-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人