将远程版本库整个同步到本地,然后所有操作都在本地的版本库上进行
1)在本地建立一个新的版本库:
svnadmin create D:\ane-lab
2)创建钩子文件pre-revprop-change.bat:(windows环境里是D:\ane-lab\hooks\pre-revprop-change.bat)
文件中只需要一行内容即可“exit 0”。
记录成长的地方
将远程版本库整个同步到本地,然后所有操作都在本地的版本库上进行
1)在本地建立一个新的版本库:
svnadmin create D:\ane-lab
2)创建钩子文件pre-revprop-change.bat:(windows环境里是D:\ane-lab\hooks\pre-revprop-change.bat)
文件中只需要一行内容即可“exit 0”。
webbench编译安装包备份链接: http://pan.baidu.com/s/1mg26wT6 密码: 7sax
步骤:
wget http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gz
tar -zxvf webbench-1.5.tar.gz
cd webbench-1.5
make
出现错误:
[root@localhost webbench-1.5]# make && make install
cc -Wall -ggdb -W -O -c -o webbench.o webbench.c
webbench.c: In function ‘alarm_handler’:
webbench.c:77: 警告:未使用的参数 ‘signal’
cc -Wall -ggdb -W -O -o webbench webbench.o
ctags *.c
/bin/sh: ctags: command not found
make: [tags] 错误 127 (忽略)
To install, first you must add the Webtatic EL yum repository information corresponding to your CentOS/RHEL version to yum:
CentOS/RHEL 7.x:
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
CentOS/RHEL 6.x:
wxp/wnet/wlh/win7
wxp - Windows XP
wnet - Windows Server 2003
wlh - Windows Vista and Windows Server 2008
win7 - Windows 7 and Windows Server 2008 R2
more >>
css 渐变兼容写法 ie chrome firefox
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#00a0e9));
background: -moz-linear-gradient(top, #33bbee, #00a0e9);
background: -o-linear-gradient(top,#33bbee, #00a0e9);
background: -ms-linear-gradient(top,#33bbee 0%,#00a0e9 100%); /IE10+/
-ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#33bbee, endColorstr=#00a0e9); /IE/
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#33bbee,endColorStr=#00a0e9);/IE6,7/
百度了一下,貌似阿里云很多用户都遇到过这个问题,主机内存2G的。
在一堆日志中看了一句:
InnoDB: mmap(137363456 bytes) failed; errno 12
度娘说:修改my.cnf ,设置innodb_buffer_pool_size=8M
暂且改下吧。
2G内存为什么这么容易耗光??
more >>
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true