java https client信任所有证书

摘要: package httpsclient;import java.io.IOException;import java.util.List;import java.util.ArrayList;import org.apache.http.HttpEntity;import org.apache.ht... 阅读全文
posted @ 2014-11-22 12:06 renshaoping 阅读(1936) 评论(0) 推荐(0) 编辑

java jaxb att自动生成

摘要: package code;import java.io.FileReader;import java.io.FileWriter;import java.io.LineNumberReader;import java.util.ArrayList;import java.util.List;impo... 阅读全文
posted @ 2014-11-21 18:13 renshaoping 阅读(222) 评论(0) 推荐(0) 编辑

java jaxb代码自动生成

摘要: package code;import java.io.FileReader;import java.io.FileWriter;import java.io.LineNumberReader;import java.util.ArrayList;import java.util.List;impo... 阅读全文
posted @ 2014-11-21 18:12 renshaoping 阅读(609) 评论(0) 推荐(0) 编辑

shell命令

摘要: netstat -ntp |grep 3306 |cut -c49-59 |sort |uniq 查看与mysql连接主机 阅读全文
posted @ 2014-11-20 11:15 renshaoping 阅读(131) 评论(0) 推荐(0) 编辑

java json代码自动生成(新建类)

摘要: package code;import java.io.FileReader;import java.io.FileWriter;import java.io.LineNumberReader;import java.util.ArrayList;import java.util.List;publ... 阅读全文
posted @ 2014-11-18 15:01 renshaoping 阅读(544) 评论(0) 推荐(0) 编辑

java json代码自动生成

摘要: package code;import java.io.FileReader;import java.io.FileWriter;import java.io.LineNumberReader;import java.util.ArrayList;import java.util.List;publ... 阅读全文
posted @ 2014-11-18 14:30 renshaoping 阅读(676) 评论(0) 推荐(0) 编辑

Linux路由器资料

摘要: 见贴:http://www.cnblogs.com/gunl/archive/2010/09/14/1826234.html 阅读全文
posted @ 2013-08-13 10:19 renshaoping 阅读(133) 评论(0) 推荐(0) 编辑

c语言读取obj文件转换数据

摘要: // hello.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "stdio.h"int _tmain(int argc, _TCHAR* argv[]){ FILE *file1,*file2; file1=fopen("047facesmall.obj","r"); //读文件 file2=fopen("047.obj","w+"); //保存 阅读全文
posted @ 2013-03-19 15:22 renshaoping 阅读(572) 评论(0) 推荐(1) 编辑

这是第一篇博客文章

摘要: 我写下我的文字,记录我的学习,生活。 阅读全文
posted @ 2013-01-06 16:27 renshaoping 阅读(96) 评论(0) 推荐(0) 编辑