码迷,mamicode.com
首页 >  
搜索关键字:see    ( 2224个结果
remove xcode recent projects from dock menu 移除xcode dock菜单显示的项目列表
Launch XcodeSelect File->Open Recent->Clear MenuRight-click the Xcode icon and select Show All Windows. You should now see only your current document ...
分类:其他好文   时间:2014-10-17 18:20:25    阅读次数:189
mysql innodb ini
# For advice on how to change settings please see# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html# *** DO NOT EDIT THIS FIL...
分类:数据库   时间:2014-10-16 17:55:42    阅读次数:255
maven笔记——Failed to execute goal org.apache.rat:apache-rat-plugin:0.7:check (verify.rat) on project flume-ng-c
解决办法: 在每个新建的类的第一行加入以下内容即可/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE fi.....
分类:Web程序   时间:2014-10-15 13:06:10    阅读次数:519
自己动手写shell命令之more
unix下more命令的简单实现: #include #define PAGELEN 24 #define LINELEN 512 int do_more(FILE * file); int see_more(FILE * file); int main(int argc,char * argv[]) { FILE * fp; if(argc == 1) do_more(std...
分类:系统相关   时间:2014-10-13 17:55:49    阅读次数:169
leetcode第八题--String to Integer (atoi)
Problem:Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see be...
分类:其他好文   时间:2014-10-13 01:47:48    阅读次数:187
error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file
安装rac10g,出现如下错误: [root@rac2 oracle]# /u01/product/crs/root.sh WARNING: directory '/u01/product' is not owned by root Checking to see if Oracle CRS stack is already configured /etc/oracle does no...
分类:其他好文   时间:2014-10-11 17:29:05    阅读次数:241
背完这444句,你的口语不成问题了
1. I see. 我明白了。2. I quit! 我不干了! 3. Let go! 放手! 4. Me too. 我也是。 5. My god! 天哪! 6. No way! 不行! 7. Come on. 来吧(赶快) 8. Hold on. 等一等。 9. I agree。 我同意。 10. ...
分类:其他好文   时间:2014-10-11 15:44:05    阅读次数:252
SuSE 网卡配置模板
heidsoft:/etc/sysconfig/network # cat ifcfg.template ## This is a template for a network interface configuration file used with ifup.## See 'man 8 ifu...
分类:其他好文   时间:2014-10-09 18:57:48    阅读次数:276
编程获取linux的CPU使用率内存占用率
Linux下提供top、ps命令查看当前cpu、mem使用情况,简要介绍如下: 一、使用ps查看进程的资源占用 ps -aux 查看进程信息时,第三列就是CPU占用。 [root@localhost utx86]# ps -aux | grep my_process Warning: bad syntax, perhaps a bogus '-'? See /usr/sh...
分类:系统相关   时间:2014-10-09 16:54:58    阅读次数:479
【Leetcode】String to Integer (atoi)
Implementatoito convert a string to an integer.Hint:Carefully consider all possible input cases. If you want a challenge, please do not see below and ...
分类:其他好文   时间:2014-10-07 19:06:13    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!