码迷,mamicode.com
首页 >  
搜索关键字:test 命令    ( 179691个结果
linux 下查找大于100M的文件
命令行如下find . -type f -size +1000000kLinux系统下查找大文件或目录的技巧当硬盘空间不够时,我们就很关心哪些目录或文件比较大,看看能否干掉一些了,怎么才能知道呢? #已易读的格式显示指定目录或文件的大小,-s选项指定对于目录不详细显示每个子目录或文件的大小 du.....
分类:系统相关   时间:2014-05-06 00:39:57    阅读次数:504
c3p0xml配置详解
3 30 1000 false Test false 100 null false 60 3 60 15 100 3 root password select id from test where id=1 300 false true root false con_test 30000 30 .....
分类:其他好文   时间:2014-05-06 00:31:10    阅读次数:258
linux操作文本文件
打开文件#vi 文件名保存退出从编辑模式退到命令行模式,按esc键保存退出命令#:wq强制退出,不保存#:q!
分类:系统相关   时间:2014-05-06 00:10:25    阅读次数:343
ubuntu 设置网卡为混杂模式 以及网络配置命令
1、ifconfig eth0 promisc 设置eth0为混杂模式。ifconfig eth0 -promisc 取消它的混杂模式botnet@botnet-virtual-machine:~$ ifconfigeth0 Link encap:Ethernet HWaddr 00:0...
分类:其他好文   时间:2014-05-06 00:09:59    阅读次数:625
22 GridView 02
GridView 一种是直接用simpleAdapt,另一种是自己写一个myAdapt 继承baseAdapt.这里是第二个例子。http://fonter.iteye.com/blog/781403package com.grid.test;import java.util.ArrayList;i...
分类:其他好文   时间:2014-05-05 23:56:59    阅读次数:357
TAR 命令
Create linux tar gz (Gzip)archive (创建压缩文件)tar -czvf myarchive.tgz mydirectory/We use the -t option to create an linux tar archivec– Creates a new .ta....
分类:其他好文   时间:2014-05-05 23:41:27    阅读次数:403
VHDL TestBench 测试终止时自动结束仿真——assert方法
可在结束仿真位置添加如下代码:assert false report "Simulation is finished!" severity Failure;则在Modelsim run -all下自动终止并打印"Simulation is finished!"。
分类:其他好文   时间:2014-05-05 23:41:00    阅读次数:1045
定时器(了解)
// Test.cpp : 定义控制台应用程序的入口点。//#include "../I_Timer.H"#include void onTimer1(){ std::cout createTimer();#if 1 auto myTimer1 = /*Timer::createTime...
分类:其他好文   时间:2014-05-05 23:28:48    阅读次数:341
显示目录树命令tree
-a:显示所有文件,包括隐藏文件-d:只显示目录-f:显示完整的文件名,包含路径-L:显示目录树的深度[root@rusky /]# tree -L 2 -a -f /home/home|-- /home/99user.ldif|-- /home/Legal| |-- /home/Legal/C.....
分类:其他好文   时间:2014-05-05 23:08:27    阅读次数:402
oj 1031 random permutation
Problem A: Random PermutationsTime Limit: 1 SecMemory Limit: 128 MB Submit: 91Solved: 54Description随机排列生成算法 (运行a.exe输出数字的个数,运行a.exe test时输出为一次随机的排列)In...
分类:其他好文   时间:2014-05-05 23:03:04    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!