题目如下:
Eva is trying to make her own color stripe out of a given one. She would like to keep only her favorite colors in her favorite order by cutting off those unwanted pieces and sewing the re...
分类:
其他好文 时间:
2015-07-16 14:04:03
阅读次数:
111
原文链接:http://tabalt.net/blog/make-blog-support-baidu-search-engine/本博文章如无说明均为原创,转载时请注明以上链接GitHub Pages搭建的网站,在百度搜索引擎访问的时候,经常性的会返回403 forbidden,从而百度会认为网站...
分类:
其他好文 时间:
2015-07-16 13:25:42
阅读次数:
278
#yum?-y?install?qemu-kvm?libvirt?virt-install?bridge-utils
#lsmod?|?grep?kvm??#?make?sure?modules?are?loaded
#systemctl?start?libvirtd
#systemctl?enable?libvirtd 算了,http://li...
分类:
Windows程序 时间:
2015-07-16 12:07:12
阅读次数:
1187
PHP源码编译安装配置 下载地址http://php.net/downloads.php CentOS下预装依赖,具体自己对应添加 一般情况下面足够yum install gcc make gd-devel libjpeg-devel libpng-devel libxml2-devel bzip2-devel libcurl-devel -y PHP常用配置添加 ./configur...
分类:
Web程序 时间:
2015-07-16 12:02:57
阅读次数:
207
busybox 默认读取内核printk信息长度256, 通过CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE宏可调整, 如下:#cd busybox-1.21.1#make menuconfig找到:System Logging Utilities ---> [*] ...
分类:
其他好文 时间:
2015-07-16 11:11:44
阅读次数:
250
1.Symbol
'cout' could not be resolved , 选择kepler版本就不报错了。
2. 下载gdb,
./configure
make
sudo make install
3. 在eclipse中配置gdb(mac版本)
因为直接用gdb调试的话,会出现没有权限的情况,因此需要制作一个keychain给gdb
打开钥匙串访问
...
分类:
编程语言 时间:
2015-07-16 09:41:05
阅读次数:
460
sudo wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.reposudo dnf clean allsudo dnf updatesudo dnf install binutils gcc make patc...
分类:
其他好文 时间:
2015-07-16 00:21:14
阅读次数:
214
Math is very important, for those who are also in school, make sure you will learn more about math.Salmon and Cat are good friends.Today Salmon ask Ca...
分类:
其他好文 时间:
2015-07-15 22:41:15
阅读次数:
216
Memcached的安装 1)下载源码 wget -c?http://memcached.org/files/memcached-1.4.24.tar.gz tar -zxvf memcached-1.4.24.tar.gz? 2)./configure 3) make && make install...
分类:
系统相关 时间:
2015-07-15 21:09:28
阅读次数:
157
作者:阮一峰日期:2015年2月20日代码变成可执行文件,叫做编译(compile);先编译这个,还是先编译那个(即编译的安排),叫做构建(build)。Make是最常用的构建工具,诞生于1977年,主要用于C语言的项目。但是实际上 ,任何只要某个文件有变化,就要重新构建的项目,都可以用Make构建...
分类:
其他好文 时间:
2015-07-15 18:58:03
阅读次数:
188