E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
typed
linux 环境变量配置及查找字符串文件方法
-
typed
-name".svn"
pengjin1985
·
2013-06-06 10:00
接口线程安全隐患
在libmemcached的官方文档中,已经说明者两个函数是线程安全的,在使用的过程中可能会出现如下的使用情况:
typed
刘榴
·
2013-06-05 17:00
线程安全
libmemcached
重建postgrsql 数据库脚本
tbpath=$(find/-
typed
-name"pg_tables") yes() { /usr/local/pgsql/bin/psql-Upostgres-c"\l"|grep"AcapHisDB
poseidon88
·
2013-06-03 11:48
shell
postgrsql
linux中的查找文件夹
查找目录:find/(查找范围)-name'查找关键字'-
typed
查找文件:find/(查找范围)-name查找关键字-print 如果需要更进一步的了解,可以参看Linux的命令详解。
liqfyiyi
·
2013-06-02 21:00
Linux下在桌面上添加eclipse快捷方式
linux-gtk.tar.gzsudomveclipse/opt/eclipsecd/optsudochown-Rroot:rooteclipsesudochmod-R+reclipsesudochmod+x`sudofindeclipse-
typed
roufenghust
·
2013-06-01 18:00
linux
eclipse
hdu 4099 Revenge of Fibonacci (Trie树)
#include #include #include #include usingnamespacestd; #defineMAX10 //constintMAX=10;
typed
ljd4305
·
2013-05-31 23:00
*NIX下常用实用操作总结
-
typed
-name‘www’find.-name‘.svn’-execrm-rf{}\;find.-name‘index.php’-execvim{}\;find.
gen
·
2013-05-27 08:00
typedef用法小结
typed
onlyonename
·
2013-05-22 22:00
Delete '.svn' directory on the linux
-
typed
-name".svn"|xargsrm-rf LinuxSolution2:find.
meic51
·
2013-05-21 11:00
windows
linux
SVN
command
[置顶] 日积月累--linux命令
/-
typed
|xargsdu-s
liwenjie001
·
2013-05-09 12:00
文件系统
linux运维常用命令
查看哪个端口是否被应用:netstat–apn|grep80删除所用空目录find/data-
typed
-empty-execrm-rf{}\;查看占用端口8080的进程#netstat-tnlp|grep8080lsof-i
leichongxiang
·
2013-05-08 14:35
运维
xargs与cp
/-
typed
|xargsrm-rf之类。但是突然今天,想把本目录下所有的.h文件拷贝出来,才想到如何代指传给xargs的参数继续传递呢?find.
zahuopuboss
·
2013-05-08 09:00
linux
find
xargs
cp
find排除某目录或文件
/includes'-prune-o-
typed
-maxdepth1-print排除多个目录,”(“前是带”\”的find/\(-p
foolish239587
·
2013-05-05 06:15
linux下递归改变所有子目录的属性
chmod644-R*chmod755`find-
typed
`find/path-typef-execchmod644{}\;find/path-
typed
-execchmod755{}\;
apn172
·
2013-04-30 09:00
linux 找出某个目录底下的目录并刪除之
找出某个目录底下的所有空目录并刪除之 sudofind/usr/userfile/file/17-depth-empty-
typed
-execrmdir-v{}\;/usr/userfile/file
DongHenry
·
2013-04-27 11:00
mac上亲测的好用终端命令
-
typed
-name‘.svn’-execrm-rf{}\;find 查找.
xinji0702
·
2013-04-24 18:29
mac
mac终端命令
USACO:Humble Numbers
include #include #include #include #defineXfirst #defineYsecond #definesqr(a)((a)*(a)) usingnamespacestd;
typed
Lawrence_Jang
·
2013-04-21 19:00
USACO:PROB Cow Tours
include #defineXfirst #defineYsecond #definesqr(a)((a)*(a)) usingnamespacestd; typedeflonglonglng; intn;
typed
Lawrence_Jang
·
2013-04-19 19:00
scala(13)A Tour of Scala: Explicitly
Typed
Self References
scala(13)A Tour of Scala: Explicitly
Typed
Self References Explicitly
Typed
Self References …snip
sillycat
·
2013-04-19 00:00
reference
shell 将本地目录以及下面目录上传到远程ftp服务器上
/bin/shupdir=/monitor#ftp配置ftphost=192.168.1.5ftpport=21ftpuser=ftpftppwd=123456d=`find$updir-
typed
-printf
lrm929
·
2013-04-18 16:49
shell
远程ftp服务器
linux for dba
/-
typed
|sed1d或者ls-lR|grep"^d"find./-
typed
|sed1d >/tmp/ttt.txt
yuanbonet
·
2013-04-16 10:52
linux
dba
for
linux find prune exec 排除某目录或文件 执行
/includes'-prune-o-
typed
-maxdepth1-print排除
zahuopuboss
·
2013-04-12 14:00
linux
shell
find
prune
scp
-name.svn-
typed
-execrm-fr{}\;linux之cp/scp命令+scp命令详解 2011-03-0917:27:22| 分类:Linux| 标签:linux cp scp
杨大巍
·
2013-03-28 13:28
scp
合并排序(递归分治 + 泛型)
[left:right]中的所有元素合并排序 template voidMergeSort(Typea[],intleft,intright) { if(left voidMerge(Typec[],
Typed
themagickeyjianan
·
2013-03-27 20:00
MAC系统 批量删除一个项目中的所有.svn
-
typed
-name".svn"|xargsrm-rvf就可将项目的.svn全部删除;
wohaoxuexi
·
2013-03-27 17:00
ios
mac
JPA not in subqueries CriteriaBuilder
Writing Strongly
Typed
NOT IN Subqueries with JPA CriteriaBuilder Written by 
徜徉の小溪
·
2013-03-27 16:00
jpa
SCP 命令 cp
-name.svn-
typed
-execrm-fr{}\;linux之cp/scp命令+scp命令详解 2011-03-0917:27:22| 分类:Linux| 标签:linux cp scp
不忘努力
·
2013-03-24 11:20
命令
scp
cp
IsWow64的真实用途
下面是MSDN中一段IsWow64的应用程序:BOOLIsWow64() {
typed
whatday
·
2013-03-20 15:00
How to get IBA values from a soft
typed
object
LWCNormalizedObjectobj=newLWCNormalizedObject(my_persistable,null,null,null); obj.load("name","number"); ObjectnameValue=obj.get("name"); ObjectnumberValue=obj.get("number");
bozeng
·
2013-03-20 15:00
nyist 117 求逆序数
输入第一行输入一个整数T表示测试数据的组数(1#include#include#includeusingnamespacestd;#defineN1000006
typed
·
2013-03-17 22:00
T
typedef用法小结
和一个字符变量; 以下则可行: typedefchar*PCHAR;//一般用大写 PCHARpa,pb;//可行,同时声明了两个指向字符变量的指针 虽然: char*pa,*pb; 也可行,但相对来说没有用
typed
MyGameZone
·
2013-03-15 09:00
C++
chmod分别设置子目录和文件不同权限
解决方法:chmod644-R*chmod755`find-
typed
`也可以用:用find彻底些find/path-typef-execchmod644{}/;find/path-
typed
-execchmod755
kaosini
·
2013-03-14 16:00
HDOJ 4333 Revolving Digits(KMP+扩展KMP)
代码如下:#include #include usingnamespacestd;
typed
michaelalan
·
2013-03-04 22:00
Xcode导出无SVN数据的源码文件
-
typed
-name.svn|xargsrm-rf把干净的源码打包tar-czvffilename.tar.gz-Cdir.
董桉远
·
2013-02-25 13:00
SVN
shell
xcode
svn常用操作
-
typed
-name".svn"|xargsrm-rf
chenqiumiao
·
2013-02-20 17:00
find只查找指定的目录而不查找子目录
-name"test"-
typed
-prune-o-typef-name"*.txt"-print查找/test下的.txt的普通文件,不查找子目录。2.find.!-name"."
别有天地
·
2013-01-31 19:11
test
的
find只查找指定的目录而不查找子目录
-name"test"-
typed
-prune-o-typef-name"*.txt"-print查找/test下的.txt的普通文件,不查找子目录。2.find.!-name"."
别有天地
·
2013-01-31 19:11
test
的
Linux
Linux 下文件/文件夹位置定位 查找
查找目录:find/(查找范围)-name'查找关键字'-
typed
查找文件:find/(查找范围)-name查找关键字-print 如果需要更进一步的了解,可以参看Linux的命令详解。
松岛军
·
2013-01-23 10:42
linux
目录文件查找
【计算机图形学】五、Julia集
() { glClearColor(1.0,1.0,1.0,0.0); glMatrixMode(GL_PROJECTION); gluOrtho2D(-0.2,1.2,-0.5,0.5); }
typed
lifehack
·
2013-01-19 15:00
Where Are My Getters and Setters?
IhadbeenusedtocodinginthelandofJava/JSPwhereeverythingwas"
typed
"andeverythingwasdefined.Ima
邪恶的小Y
·
2013-01-19 11:00
find的使用
linux下查找目录及查找文件查找目录:find/(查找范围)-name'查找关键字'-
typed
查找文件:find/(查找范围)-name查找关键字-print可参考:linuxfind命令详解·findpath-option
xiaoxiaoniaoer1
·
2013-01-16 17:00
chmod分别设置子目录和文件不同权限
解决方法:chmod644-R*chmod755`find-
typed
`也可以用:用find彻底些find/path-typef-execchmod644{}/;find/path-
typed
-execchmod755
故乡不到也
·
2013-01-16 15:08
xargs与cp
/-
typed
|xargsrm-rf之类。但是突然今天,想把本目录下所有的.h文件拷贝出来,才想到如何代指传给xargs的参数继续传递呢?find.
穷游的兔子
·
2013-01-15 21:33
shell
xargs与cp
/-
typed
|xargsrm-rf之类。但是突然今天,想把本目录下所有的.h文件拷贝出来,才想到如何代指传给xargs的参数继续传递呢?find.
dreamcoding
·
2013-01-15 21:00
svn 配置
-
typed
-name".svn"|xargsrm-rf 或者 find.
韦仕达
·
2013-01-13 00:00
Define 和typedef
3)
typed
MyGameZone
·
2013-01-09 19:00
Define 和typedef
3)
typed
ydbc
·
2013-01-09 11:00
typedef
一个神奇的linux命令...删除指定天数前创建的文件
-maxdepth1-
typed
-ctime+30-execrm-rf{}\; 附一个find的参数说明http://www.linuxsir.org/main/?q=node/137
eryk86
·
2013-01-09 10:00
内存乒乓缓存机制和消息分发机制的C代码实现
//*正常返回0,出错返回-1//****************************************************/*pingpongBuff'sID*/
typed
lifan_3a
·
2012-12-27 19:00
Linux 各种命令技巧
-
typed
-namexyz-type:表示设定类型,d表示文件夹类型,可以替换为f(普通文件)、l(链接文件)3.想找出当前文件夹及子文件夹里所有后缀是”.txt”的文件#find.-name“*.
jiufreeman
·
2012-12-24 00:21
Linux
上一页
22
23
24
25
26
27
28
29
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他