会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
心存梦想,脚踏实地
╭︿︿︿╮ {/ o o /} ( (oo) ) ︶ ︶︶
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
下一页
2015年5月5日
java 帮助文档
摘要: http://www.oracle.com/technetwork/java/javase/downloads/index.html下载JDK和离线帮助文档。
阅读全文
posted @ 2015-05-05 07:42 renhl
阅读(92)
评论(0)
推荐(0)
编辑
java 离线帮助文档
摘要: http://www.oracle.com/technetwork/java/javase/downloads/index.html下载JDK和离线帮助文档。
阅读全文
posted @ 2015-05-05 07:37 renhl
阅读(536)
评论(0)
推荐(0)
编辑
2015年5月3日
创建型--工厂模式
摘要: http://www.cnblogs.com/forlina/archive/2011/06/21/2086114.html
阅读全文
posted @ 2015-05-03 23:53 renhl
阅读(96)
评论(0)
推荐(0)
编辑
创建型---prototype模式
摘要: 代码: 1 package com.design; 2 import java.util.ArrayList; 3 4 /** 5 * 6 * @author Administrator 7 * 8 */ 9 class ConcretePrototype implements Clon...
阅读全文
posted @ 2015-05-03 23:39 renhl
阅读(237)
评论(0)
推荐(0)
编辑
创建型---单实例 Singleton
摘要: 代码: 1 package com.design; 2 3 /** 4 * 测试类 5 * @author Administrator 6 * 7 */ 8 public class Test { 9 /**10 * 主函数11 * @param args12 ...
阅读全文
posted @ 2015-05-03 23:11 renhl
阅读(137)
评论(0)
推荐(0)
编辑
2015年5月2日
sftp映射为本地文件夹
摘要: 方法:http://www.phpbulo.com/archives/123.htmlsftp net driver下载:http://www.softpedia.com/get/Internet/FTP-Clients/SFTP-Net-Drive.shtml
阅读全文
posted @ 2015-05-02 08:41 renhl
阅读(1572)
评论(0)
推荐(0)
编辑
2015年5月1日
VMWare配置
摘要: VMware NAT 配置:http://blog.csdn.net/whatday/article/details/7939406
阅读全文
posted @ 2015-05-01 11:29 renhl
阅读(86)
评论(0)
推荐(0)
编辑
git使用
摘要: git 远程命令的使用:http://www.csdn.net/article/2014-06-17/2820265-gitsourcetree:http://jingyan.baidu.com/article/4d58d541310ea39dd4e9c0f4.html对sourcetree步骤3的...
阅读全文
posted @ 2015-05-01 10:01 renhl
阅读(110)
评论(0)
推荐(0)
编辑
2015年4月29日
《coredump问题原理探究》Linux x86版5.6节C风格数据结构内存布局之复合类型构成的结构体
摘要: http://blog.csdn.net/xuzhina/article/details/8811286
阅读全文
posted @ 2015-04-29 08:56 renhl
阅读(113)
评论(0)
推荐(0)
编辑
2015年3月3日
内存使用和valgrind
摘要: http://www.oschina.net/translate/valgrind-memcheck1、使用未初始化的内存#include #include int main(void){ char *p; char c = *p; printf("\n [%c]\n",c)...
阅读全文
posted @ 2015-03-03 22:12 renhl
阅读(241)
评论(0)
推荐(0)
编辑
上一页
1
···
6
7
8
9
10
11
12
13
下一页
公告