git - 简易指南
摘要:git - 简易指南助你开始使用 git 的简易指南,木有高深内容,;)。Tweet作者:罗杰·杜德勒感谢:@tfnico,@fhdandNamics其他语言english,deutsch,español,français,italiano,nederlands,português,русский,...
阅读全文
jquery插件toastr
摘要:项目开发中用到了一些比较有用到插件,在此记下来首先需要在控制器中加入‘toastr........................’使用:toastr.success('para1','para2')toastr.error('para1','para2')这些内容只是当作我到日记而已,各位看不懂就...
阅读全文
Linux 下关闭防火墙设置
摘要:一.Linux下开启/关闭防火墙命令1) 永久性生效,重启后不会复原开启: chkconfig iptables on关闭: chkconfig iptables off2) 即时生效,重启后复原开启: service iptables start关闭: service iptables stop需...
阅读全文
linux修改localhost方法
摘要:方法一:暂时修改机器名:hostname www.2cto.com 用hostname命令可以临时修改机器名,但机器重新启动之后就会恢复原来的值。 #hostname //查看机器名 #hostname -i //查看本机器名对应的ip地址方法二:永久性修改机器名:修改系统配置文件 修改/e...
阅读全文
centos 6.5下使用中文输入法
摘要:1:切换成root用户,输入命令"su root"即可,接着输入 yum install "@Chinese Support" 命令按enter执行2:System > Preferences > Input Method > Enable input method feature > Input ...
阅读全文
linux:can't save files
摘要:1:$su2:go to de directory $cd xxx/targetFolder3:chmod 777 targetFolder
阅读全文
ng-model取不到值的问题
摘要:直接上代码html: 地区 {{movie_zones.country_zone}} ...
阅读全文
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 &
阅读全文
ocentOS安装yeoman
摘要:首先需要安装node.js(其中有npm)http://www.cnblogs.com/MockingBirdHome/p/3599278.html之后安装bower git grunthttp://blog.jobbole.com/65399/安装时记得加上-g(全局安装)运行yo angular...
阅读全文