上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页
  2015年4月30日
摘要: http://5iqiong.blog.51cto.com/2999926/790908http://huoding.com/2013/04/21/246Logrotate的介绍显而易见,Logrotate是基于CRON来运行的,其脚本是「/etc/cron.daily/logrotate」:#!/... 阅读全文
posted @ 2015-04-30 10:11 qinyan20 阅读(460) 评论(0) 推荐(0)
  2015年4月29日
摘要: 地址: http://bbs.apiusage.com/read/2971. Gemfile 复制代码1234567# Use unicorn as the app servergem 'unicorn'# Deploy with Capistranogem 'capistrano'gem 'cap... 阅读全文
posted @ 2015-04-29 08:46 qinyan20 阅读(323) 评论(0) 推荐(0)
  2015年4月21日
摘要: Linux 时间修改 不重启修改时区一、查看linux系统时间: date -R二、修改linux的时间root使用date指令:date -s1、只修改日期,不修改时间,输入:Linux代码 1. date -s 2007-08-03 date -s 2007-08-032、只修改时间,输入:Li... 阅读全文
posted @ 2015-04-21 16:00 qinyan20 阅读(670) 评论(0) 推荐(0)
  2015年4月4日
摘要: Linux下常用压缩格式的压缩与解压方法 .tar解包: tar xvf FileName.tar打包:tar cvf FileName.tar DirName(注:tar是打包,不是压缩!)---------------------------------------------.gz解压1:gu... 阅读全文
posted @ 2015-04-04 23:11 qinyan20 阅读(137) 评论(0) 推荐(0)
  2015年3月25日
摘要: 链接: http://blog.naixspirit.com/2014/12/14/cap_and_mina/Capistrano0. 服务器目录结构首先来看看经过多次部署后, 服务器会生成一个这样的目录结构├── current -> /var/www/your_app/releases/2014... 阅读全文
posted @ 2015-03-25 11:47 qinyan20 阅读(269) 评论(0) 推荐(0)
  2015年3月20日
摘要: http://blog.csdn.net/qzier_go/article/details/35971091https://github.com/capistrano/capistranohttps://ruby-china.org/topics/18616http://dl528888.blog.... 阅读全文
posted @ 2015-03-20 08:59 qinyan20 阅读(259) 评论(0) 推荐(0)
  2015年3月2日
摘要: 三个牛念?(bēn) 三个马念?(biāo) 三个羊念?(shān)三个水念淼(miǎo)垚(三个土,读音yáo,意:山高,多用於人名。) 犇(三条牛,读音bēn,意:同“奔 ”,急走,跑,紧赶,逃跑等。) 聂(三只耳朵,读音niè) 鱻(三条鱼,读音xiān ,意古同“鲜”) 磊(三块石头,读音l... 阅读全文
posted @ 2015-03-02 17:49 qinyan20 阅读(2131) 评论(0) 推荐(0)
  2015年2月28日
摘要: swagger-docs : https://github.com/richhollis/swagger-docsswagger-docs-sample:https://github.com/richhollis/swagger-docs-sample/blob/master/README.mdsw... 阅读全文
posted @ 2015-02-28 17:43 qinyan20 阅读(812) 评论(0) 推荐(0)
  2015年2月12日
摘要: 其主要特点如下:1.自动分页处理2.即时表格数据过滤3.数据排序以及数据类型自动检测4.自动处理列宽度5.可通过CSS定制样式6.支持隐藏列7.易用8.可扩展性和灵活性9.国际化10.动态创建表格11.免费的使用方法:首先看看如下代码:123456789DataTables example//此处为... 阅读全文
posted @ 2015-02-12 11:52 qinyan20 阅读(237) 评论(0) 推荐(0)
  2015年2月6日
摘要: CFLAGS 表示用于 C 编译器的选项,CXXFLAGS 表示用于 C++ 编译器的选项。这两个变量实际上涵盖了编译和汇编两个步骤。先来看几个相关的环境变量:PATH、LDFLAGS、CFLAGSPATH:大家应该都很熟悉。安装一个包后可能会在安装目录建立一个bin目录,里面都是些可执行程序,为了... 阅读全文
posted @ 2015-02-06 12:44 qinyan20 阅读(508) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页