会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
朱德朝
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2015年5月18日
php环境安装
摘要: http://www.jb51.net/article/29843.htm
阅读全文
posted @ 2015-05-18 12:56 朱德朝
阅读(86)
评论(0)
推荐(0)
2015年4月27日
防火墙端口查看
摘要: # netstat -tlp# netstat -tlpun
阅读全文
posted @ 2015-04-27 13:08 朱德朝
阅读(265)
评论(0)
推荐(0)
2015年4月24日
‘for’ loop initial declarations are only allowed in C99 mode
摘要: #include int main(){ for(int i=0;iint main(){ int i = 0; for(i=0;i<10;i++){ printf("\n%d",i);} return 0;}编译通过
阅读全文
posted @ 2015-04-24 16:34 朱德朝
阅读(1289)
评论(0)
推荐(0)
CentOS7 开启关闭网卡
摘要: ifdown ifcfg-enp7s0 关闭网卡ifup ifcfg-enp7s0 开启网卡
阅读全文
posted @ 2015-04-24 09:40 朱德朝
阅读(5069)
评论(0)
推荐(0)
CentOS7 开关防火墙
摘要: systemctl start firewalld.service#启动firewallsystemctl stop firewalld.service#停止firewallsystemctl disable firewalld.service#禁止firewall开机启动重启防火墙firewall...
阅读全文
posted @ 2015-04-24 09:23 朱德朝
阅读(329)
评论(0)
推荐(0)
上一页
1
2
公告