码迷,mamicode.com
首页 >  
搜索关键字:txt    ( 16374个结果
实验:ALP规则的验证
一、实验目标创建3个用户,将这3个用户分别加入到组group1和组group2中,然后在1.txt文件上验证ALP规则。二、实验环境VMwareWorkstation,Windowsserver2008R2虚拟机三、实验步骤1、开启Windowsserver2008R2虚拟机2、创建本地用户jack、tom、mike,以jack为例:右击计算机——..
分类:其他好文   时间:2014-08-10 18:56:01    阅读次数:331
ym——android源码大放送(实战开发必备)
文件夹 PATH 列表卷序列号为 000A-8F50E:.│ javaapk.com文件列表生成工具.bat│ 使用说明.txt│ 免费下载更多源码.url│ 目录列表.txt│ ├─android web应用│ jqmDemo_static.zip│ jqmMobileDemo-maste...
分类:移动开发   时间:2014-08-10 15:36:40    阅读次数:590
ym——android源码大放送(实战开发必备)
文件夹 PATH 列表 卷序列号为 000A-8F50 E:. │  javaapk.com文件列表生成工具.bat │  使用说明.txt │  免费下载更多源码.url │  目录列表.txt │   ├─android web应用 │      jqmDemo_static.zip │      jqmMobileDemo-master.zip │      jqmMo...
分类:移动开发   时间:2014-08-10 13:08:40    阅读次数:450
Git 常用命令
git init 创建repositorygit add readme.txt 添加文件git commit -m "log" 提交到master,添加log内容git status 查看repository状态git diff readme.txt 查看修改内容g...
分类:其他好文   时间:2014-08-10 12:57:20    阅读次数:302
File目录和file文件的创建
File path = new File("/sdcard/okc"); File file = new File("/sdcard/okc/save.txt"); if (!path.exists()){ path.mkdirs(); ...
分类:其他好文   时间:2014-08-10 01:42:29    阅读次数:220
【ThinkingInC++】4、统计txt文本中单词的个数
其中要使用的txt文本!  header defines classes for file IO, including ifstream, whose constructor takes a file name an argument. The expression f >> word extracts the next non-whitespace token from the file an...
分类:编程语言   时间:2014-08-09 11:48:27    阅读次数:365
linux process 相关命令
1、显示指定用户信息:ps-uroot2、显示所有进程信息,连同命令行:ps-ef3、ps与grep常用组合用法,查找特定进程:ps-ef|grepssh4、把所有进程显示出来,并输出到ps001.txt文件:ps-aux>ps001.txt
分类:系统相关   时间:2014-08-08 18:00:56    阅读次数:245
windows命令行平时积累
windows下ctrl+c也能强制结束命令1、findstr - 在文件中查找字符串这个命令的使用通过帮助(findstr /?)一目了然,但/s(在当前目录和所有子目录中搜索匹配文件)使用有些不直观。直接使用/s选项命令会卡死,只能使用ctrl+c结束,必须使用形如/s *.txt(目录和子目录...
分类:Windows程序   时间:2014-08-08 17:40:16    阅读次数:221
nginx 批量删除cache
#!/bin/sh#authbyyx20140808#purgenginxcacheCACHE_DIR="/data/web/cache"FILE="$*"if[$#-eq0];thenecho"pleaserun\"sh$0index.htmlindex.jsp....\""exitfiforiin`echo$FILE`dogrep-ra$i${CACHE_DIR}|awk-F":"‘{print$1}‘>./cache_list.txtforjin`cat./cache_list.txt`do rm..
分类:其他好文   时间:2014-08-08 16:33:27    阅读次数:197
vi编辑文件显示行号
vi1.txt进入文件后,输入“:setnu”,回车,显示如下
分类:其他好文   时间:2014-08-08 16:25:46    阅读次数:195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!