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
# 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
解决办法: 在每个新建的类的第一行加入以下内容即可/* * 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
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
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
安装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
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
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下提供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
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