码迷,mamicode.com
首页 >  
搜索关键字:linux基本命令—— cat more w who pwd    ( 37061个结果
makefile 中定义宏位置需要注意一下
1 CUR_DIR = $(shell pwd) 2 3 CFLAGS = -g -Wall 4 GCC = gcc 5 GXX = g++ 6 7 TARGET = exe.out 8 9 SRC_FILES += $(shell find $(CUR_DIR) -name *.cc) \...
分类:其他好文   时间:2014-07-12 00:57:34    阅读次数:216
hadoop dfs常用命令
hadoop dfs -cat xxxhadoop dfs -ls [xxx]hadoop dfs -rm xxx删除目录及其内容hadoop dfs -rmr xxx 查看子目录数、文件数及大小hadoop dfs -count xxx 查看目录大小hadoop dfs -du xxxhadoop...
分类:其他好文   时间:2014-07-12 00:22:25    阅读次数:164
php模块参考
1 dbtype=$dbtype; 14 $this->host=$host; 15 $this->user=$user; 16 $this->pwd=$pwd; 17 $this->dbname=$dbname; 18 }...
分类:Web程序   时间:2014-07-12 00:19:40    阅读次数:246
XSLT工作原理
1、XSL processing flow An XML document and an XSL stylesheet are input to the XSL processor. Let's look at the steps in Figure 1 in more detail: Match ...
分类:其他好文   时间:2014-07-11 23:06:54    阅读次数:504
generate ascii table
$ cat ascii.sh dec_count=0while [ $dec_count -lt 256 ]do echo -e "\x$(echo "ibase=10;obase=16;$dec_count" | bc)\c" dec_count=$((dec_coun...
分类:其他好文   时间:2014-07-11 22:42:50    阅读次数:496
How to make your assembly more secure from referencing by unauthorized bits
Now the security has a trend to become more and more important in our daily work, hence I did some researches on some of the topics, and hope to do mo...
分类:其他好文   时间:2014-07-11 19:20:52    阅读次数:283
Linux Cat命令主要三大功能
Linux Cat命令主要有三大功能:1,Cat命令一次显示整个文件。$ cat filename2,Cat命令从键盘创建一个文件。$ cat > filename只能创建新文件,不能编辑已有文件。3,Cat命令将几个文件合并为一个文件。$ cat file1 file2 > file参数:-n 或...
分类:系统相关   时间:2014-07-11 09:15:14    阅读次数:466
整形提升(C语言基础)续
Conversion rules are more complicated when unsigned operands are involved. The problem is that comparisons between signed and unsigned values are mach...
分类:编程语言   时间:2014-07-11 08:50:41    阅读次数:347
zoj3080chibi
题目链接: 点我点我 题目: ChiBi Time Limit: 5 Seconds      Memory Limit: 32768 KB watashi's mm is so pretty as well as smart. Recently, she has watched the movie Chibi. So she knows more about the...
分类:其他好文   时间:2014-07-10 22:27:00    阅读次数:262
LeetCode——Word Break
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words. For example, given s = "leetcode", dict = ["leet"...
分类:其他好文   时间:2014-07-10 20:57:26    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!