• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
timerainbow
博客园 首页 新随笔 联系 订阅 订阅 管理
上一页 1 2 3

2014年10月21日

Linux 下关闭防火墙设置
摘要: 一.Linux下开启/关闭防火墙命令1) 永久性生效,重启后不会复原开启: chkconfig iptables on关闭: chkconfig iptables off2) 即时生效,重启后复原开启: service iptables start关闭: service iptables stop需... 阅读全文
posted @ 2014-10-21 12:34 timerainbow 阅读(619) 评论(0) 推荐(0)
 
查看本机IP
摘要: $ifconfig 阅读全文
posted @ 2014-10-21 10:50 timerainbow 阅读(111) 评论(0) 推荐(0)
 
linux修改localhost方法
摘要: 方法一:暂时修改机器名:hostname www.2cto.com 用hostname命令可以临时修改机器名,但机器重新启动之后就会恢复原来的值。 #hostname //查看机器名 #hostname -i //查看本机器名对应的ip地址方法二:永久性修改机器名:修改系统配置文件 修改/e... 阅读全文
posted @ 2014-10-21 10:46 timerainbow 阅读(5502) 评论(0) 推荐(0)
 
 

2014年10月20日

centos 6.5下使用中文输入法
摘要: 1:切换成root用户,输入命令"su root"即可,接着输入 yum install "@Chinese Support" 命令按enter执行2:System > Preferences > Input Method > Enable input method feature > Input ... 阅读全文
posted @ 2014-10-20 16:53 timerainbow 阅读(192) 评论(0) 推荐(0)
 
linux:can't save files
摘要: 1:$su2:go to de directory $cd xxx/targetFolder3:chmod 777 targetFolder 阅读全文
posted @ 2014-10-20 16:43 timerainbow 阅读(183) 评论(0) 推荐(0)
 
 

2014年10月18日

ng-model取不到值的问题
摘要: 直接上代码html: 地区 {{movie_zones.country_zone}} ... 阅读全文
posted @ 2014-10-18 16:03 timerainbow 阅读(4129) 评论(0) 推荐(0)
 
 

2014年10月17日

centOS安装google-chrome
摘要: 安装:# wget http://chrome.richardlloyd.org.uk/install_chrome.sh# chmod +x install_chrome.sh# sh install_chrome.sh运行:$ google-chrome后台运行$ google-chrome & 阅读全文
posted @ 2014-10-17 10:59 timerainbow 阅读(246) 评论(0) 推荐(0)
 
 

2014年10月14日

ocentOS安装yeoman
摘要: 首先需要安装node.js(其中有npm)http://www.cnblogs.com/MockingBirdHome/p/3599278.html之后安装bower git grunthttp://blog.jobbole.com/65399/安装时记得加上-g(全局安装)运行yo angular... 阅读全文
posted @ 2014-10-14 10:03 timerainbow 阅读(195) 评论(0) 推荐(0)
 
 

2014年7月30日

我的简易贪吃蛇
摘要: 贪吃蛇 阅读全文
posted @ 2014-07-30 12:51 timerainbow 阅读(179) 评论(0) 推荐(0)
 
 
上一页 1 2 3

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3