- 博客(10)
- 收藏
- 关注
原创 多文件写出
public String[] writeCsv(String[] values,String suffix,String path,String name){ String date=this.getDate(); String distinguish=this.excute(16); String[] r
2014-11-14 11:13:07 358
原创 读取xml配置文件
package com.lf.test;publicclass DoConfigVO { private StringxdrFolderName; private StringxdrFileName; private StringoriginalStreamFolderName; private String
2014-11-14 11:12:40 361
原创 读取properties配置文件
package com.lf.test;import java.io.IOException;import java.io.InputStream;import java.util.Properties; public class ReadProperties { public void read() { String a=this
2014-11-14 11:10:55 382
原创 获取指定长度随机数和系统当前时间到毫秒
package org.fenixsoft.osgi.bundle; import java.text.DateFormat;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;import java.util.Random; public class t
2014-11-14 11:09:28 439
原创 Socket发送普通消息到接口
package socket;import java.net.*;import java.io.*;public class MyConnection2{ public static void main(String[] args) throws Exception { Socket socket = new Socket("111.11
2014-11-14 11:08:08 438
原创 Socket发送Bytes信息到接口
package socket; import java.io.ByteArrayOutputStream; publicclass dd { // 转化字符串为十六进制编码 publicstatic String toHexString(String s) { String str = ""; for
2014-11-14 11:00:27 781
原创 十六进制转二进制
package socket; publicclass aaaa16t22 { publicstatic void main(String[] args) { String hexString = "7e5a0032234100020000000054509bac000000002031643633363132346464356
2014-11-14 10:59:27 433
原创 当前时间到1970-01-01 00:00:00 的毫秒数
package socket; import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date; public class aa { public static void main(String[] args) throws ParseExcept
2014-11-14 10:58:36 2734
原创 多线程写文件
import java.io.File;import java.io.FileWriter;import java.io.IOException;import java.util.concurrent.Callable; public class GetCdrMultithreading { class TaskWithResult imple
2014-11-14 10:48:55 348
原创 java大数组拆分多个小数组
这几天用到不少小东西,先放到博客吧import java.util.Random;publicclass cdsc { public String excute(int length) { StringBuffer buffer = new StringBuffer("0123456789abcdefghijklmnopqrstuvwxyz")
2014-11-14 10:47:36 4042
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人