会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
夏蝉冬雪
管理
上一页
1
···
34
35
36
37
38
39
40
下一页
2016年10月20日
好用的正则表达式工具
摘要: http://www.txt2re.com/index-java.php3?s=My%20Tomcat%20is%207&-3&20&-28&31 博客说明:http://www.cnblogs.com/Leo_wl/p/3533749.html
阅读全文
posted @ 2016-10-20 22:16 余***龙
阅读(94)
评论(0)
推荐(0)
2016年10月19日
64位centos下安装python的PIL模块
摘要: http://blog.csdn.net/xiaojun1288/article/details/8673529
阅读全文
posted @ 2016-10-19 16:39 余***龙
阅读(176)
评论(0)
推荐(0)
2016年10月18日
一键搭建vpn服务器
摘要: 今天花了很多时间搭建vpn服务器,后来找到一篇一键搭建服务器的文章,那叫一个爽,附上链接收藏~~~看开以后要写脚本了 http://www.centoscn.com/image-text/install/2013/1221/2254.html
阅读全文
posted @ 2016-10-18 17:39 余***龙
阅读(25)
评论(0)
推荐(0)
bookstrap必备的基础知识
摘要:
阅读全文
posted @ 2016-10-18 15:03 余***龙
阅读(466)
评论(0)
推荐(0)
VRRP协议详解
摘要: 今天做了lvs的负载均衡的实验,竟然成功了,出乎我意料......哈哈哈哈 http://blog.csdn.net/fanlu319/article/details/7013258
阅读全文
posted @ 2016-10-18 10:26 余***龙
阅读(223)
评论(0)
推荐(0)
2016年10月17日
CentOS下vsftp安装、配置、卸载(转载)
摘要: 看过多个教程,只有这个能完整成功配置: http://www.centoscn.com/image-text/config/2015/0122/4543.html
阅读全文
posted @ 2016-10-17 15:13 余***龙
阅读(509)
评论(0)
推荐(0)
2016年10月12日
修改/etc/profile导致常用命令不可用的解决办法
摘要: 原因:/etc/profile文件修改有误 解决办法: 用/usr/bin/vim /etc/profile进入,进去后修改正确/etc/profile,然后重启机器让该文件生效即可。
阅读全文
posted @ 2016-10-12 15:50 余***龙
阅读(1467)
评论(0)
推荐(0)
linux安装jdk
摘要: 方法二:用yum安装JDK 1.查看yum库中都有哪些jdk版本(暂时只发现了openjdk) [root@localhost ~]# yum search java|grep jdkldapjdk-javadoc.x86_64 : Javadoc for ldapjdkjava-1.6.0-ope
阅读全文
posted @ 2016-10-12 09:47 余***龙
阅读(219)
评论(0)
推荐(0)
2016年9月29日
今天接触枚举类型,感觉是C里面应该才有的东西
摘要: 遍历枚类型的方法: public static EActChannel getEnumByCode(int code) { for (EActChannel enm : EActChannel.values()) { if (code == enm.getCode()) { return enm;
阅读全文
posted @ 2016-09-29 18:09 余***龙
阅读(158)
评论(0)
推荐(0)
2016年9月26日
日期String相互转换
摘要: SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");Date endate = sdf.parse(endDate); Date nowd = new Date(); String nowstr = sdf.format(nowd);
阅读全文
posted @ 2016-09-26 17:51 余***龙
阅读(206)
评论(0)
推荐(0)
上一页
1
···
34
35
36
37
38
39
40
下一页
公告