码迷,mamicode.com
首页 >  
搜索关键字:save your cat    ( 40251个结果
CMAKE方式编译安装Mysql5.5
CMAKE方式编译安装Mysql5.51、源码cmake方式编译安装MySQL5.5.32安装前先安装:yuminstallncurses-devel-y1.1下载Mysql和cmake安装包:wgethttp://wwwNaNake.org/files/v2.8/cmake-2.8.8.tar.gz1.2查看系统环境cat/etc/redhat-releaseuname-runame-m1.3安装cmake包tarzxfcmake-..
分类:数据库   时间:2014-05-27 03:26:20    阅读次数:368
hdu1712
题目链接: 点击打开链接 题目: ACboy needs your help Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3741    Accepted Submission(s): 1935 P...
分类:其他好文   时间:2014-05-22 10:56:10    阅读次数:249
Grep egrep用法
grep -2 -iIr "err\|warn\|fail\|crit" /var/log/* 查找日志中的所有问题grep . filename >filename1 移除空行cat site.log | grep -i unica | tail -n 10find /path -name \*....
分类:其他好文   时间:2014-05-22 03:42:01    阅读次数:306
JavaScript Patterns 2.5 (Not) Augmenting Build-in Prototypes
Other developers using your code will probably expect the built-in JavaScript methods to work consistently and will not expect your additions. And pro...
分类:编程语言   时间:2014-05-22 02:21:49    阅读次数:298
Use Reentrant Functions for Safer Signal Handling(译:使用可重入函数进行更安全的信号处理)
Use Reentrant Functions for Safer Signal Handling使用可重入函数进行更安全的信号处理How and when to employ reentrancy to keep your code bug free何时及如何利用可重入性避免代码缺陷Dipak J...
分类:其他好文   时间:2014-05-22 00:33:49    阅读次数:389
Eclipse 代码修改后仍然是之前的运行结果
网上很多方法, 又重启编译器又clear的, 都没好使。   实际上是因为项目执行前没有自动保存, 而单单勾选project 中的 build  automatically是没有用的 。      将项目先save 一下, 执行就可以了。   当然还是自动保存比较方便。   Windows-> preferences->run/debug>launching->save re...
分类:系统相关   时间:2014-05-21 16:25:35    阅读次数:354
poj 3735 Training little cats(矩阵快速幂)
Description Facer's pet cat just gave birth to a brood of little cats. Having considered the health of those lovely cats, Facer decides to make the cats to do some exercises. Facer has well designe...
分类:其他好文   时间:2014-05-21 10:36:57    阅读次数:297
【Leetcode】Jump Game
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu...
分类:其他好文   时间:2014-05-21 04:39:53    阅读次数:332
AIX 访问Linux NFS共享错误案例
AIX访问LinuxNFS共享错误案例系统环境:操作系统:RedHatEL4、AIX5.3错误现象:Linux作为NFSServer,AIXhost作为NFSClient;[root@aix211/]#mount/backupmount:givingupon:bksrv:/backup/cuug11/storage21vmount:NotownerNFSServer配置:[root@rhel152~]#cat/etc/hosts192.1688..
分类:系统相关   时间:2014-05-21 02:05:11    阅读次数:397
mysql 5.5.28与mysql5.6.17 配置启动区别
从mysql.com下载了一个最新的mysql.5.6.17后安装后,因原机器安装过mysql,启动总是报错检查了一下mysql的原安装目录里面有个一新的myql-new.conf。对比了下原/etc/my.conf和mysql-net.conf在mysql.5.6.17这个版本下有很大不同原my.conf配置内容[root@nginx01bin]#cat/etc/my.cnf..
分类:数据库   时间:2014-05-21 01:38:08    阅读次数:421
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!