题目链接题意: 给出 n * n的矩阵,要求将矩阵顺时针旋转90°(不使用额外空间) 1 /* 2
Basically, divide the array into 4 along the diagonals, 3 then for each element
in the top ...
分类:
其他好文 时间:
2014-06-09 15:28:14
阅读次数:
280
var allchooseEmpID = "";var allchooseEmpName =
"";//自选经办人 function getJbrWinForMy() { top.MainFrameJS.openWindow({ width: 800,
height: 600, modal: tr....
分类:
Web程序 时间:
2014-06-09 14:36:12
阅读次数:
327
文件,目录 pwd:查看当前目录 Print Working Directory
cd,ls(ll),mkdir -p Change Directory List Make Directory du -sh 评估目录或者文件大小 touch
创建新文件 ln -s source dest ...
分类:
系统相关 时间:
2014-06-09 00:05:22
阅读次数:
334
本文主题: 图标素材、浏览器兼容测试、 eclipse
插件、jquery插件、Android工具Android 上的 10 款 Web 开发应用工具 -
开源中国社区http://www.oschina.net/news/19793/top-10-web-development-apps-f...
分类:
系统相关 时间:
2014-06-08 22:25:36
阅读次数:
413
输出重定向$ ls -l > lsoutput
这条命令将ls命令执行后的结果输入出到lsoutput文件中。 在linux shell中使用符号 > ,符号在 文件已经存在时它会覆盖,需要使用set
-o noclobber(或set -C)命令设置noclobber选项,阻止重定向操作对一...
分类:
其他好文 时间:
2014-06-08 21:00:27
阅读次数:
382
在用wine时遇到打开软件后不能关闭的问题,以下是解决方案首先了解一下top命令终端输入top后显示以下内容top - 13:05:54 up 2:08, 1
user, load average: 0.54, 0.57, 0.67Tasks: 228 total, 3 running, 225 s...
分类:
其他好文 时间:
2014-06-08 19:17:25
阅读次数:
282
如果你执行下以下命令基本上会在Oracle软件目录下会发现两个root.sh的脚本
[oracle@rh64 Templates]$ find /u01/ -name root.sh |xargs ls -ltr
-rwxrwx--- 1 oracle oinstall 10 May 14 02:37 /u01/app/db11g/product/11.2.0/dbhome_1/invent...
分类:
数据库 时间:
2014-06-08 09:50:59
阅读次数:
946
通过ls -al命令可以查看到相应档案下的包含的文件及目录,如下;
drwx r-- r--. 1 root root ......
其中第一个字符分为如下几种情况:
1、当为【d】时为目录
2、当为【-】时为档案
3、当为【l】时为连接档(link file)
4、当为【b】时,表示为装置文件里面的可供存储的接口设备(可随机存取装置)
5、当为【c】时,表示为装置文件里面的串行端口...
分类:
其他好文 时间:
2014-06-08 05:53:13
阅读次数:
253
1. man 对你熟悉或不熟悉的命令提供帮助解释
eg:man ls 就可以查看ls相关的用法
注:按q键或者ctrl+c退出,在linux下可以使用ctrl+c终止当前程序运行。
2. ls 查看目录或者文件的属*,列举出任一目录下面的文件
eg: ls /usr/man
ls -l
a.d表示目录(directory),如果是一个"-"表示是文件,如果是l则...
分类:
系统相关 时间:
2014-06-08 05:01:08
阅读次数:
357
Rotating Sentences
In ``Rotating Sentences,'' you are asked to rotate a series of input sentences 90 degrees clockwise. So instead of displaying the input sentences from left to right and top to b...
分类:
其他好文 时间:
2014-06-08 04:51:34
阅读次数:
236