会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Ztooyang
博客园
首页
新随笔
联系
订阅
管理
2017年1月20日
Linux下 Nginx+vsftpd搭建FTP服务器详细步骤
摘要: 详情请看CSDN论坛 ja.rome 发布文章 Linux Nginx+ftp构建图片服务器 http://blog.csdn.net/jlh912008548/article/details/52081567 非常感谢!
阅读全文
posted @ 2017-01-20 14:04 Ztooyang
阅读(689)
评论(0)
推荐(0)
编辑
2017年1月19日
Linux 开启端口命令
摘要: 命令行方式: 1. 开放端口命令: /sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT 2.保存:/etc/rc.d/init.d/iptables save 3.重启服务:/etc/init.d/iptables restart 4.查看端口
阅读全文
posted @ 2017-01-19 23:24 Ztooyang
阅读(37649)
评论(0)
推荐(1)
编辑
2016年12月1日
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK Maven异常解决方案
摘要: 出现像以上情况,需要在Eclipse中的preferences->Java->Installed JREs修改JDK的路径 修改之后 在Maven选项中,选择Update project.. 错误应该解决得了!!! 新手,做的笔记!如错误不能解决请另行查找!
阅读全文
posted @ 2016-12-01 20:54 Ztooyang
阅读(154)
评论(0)
推荐(0)
编辑
公告