`
mmdev
  • 浏览: 12955248 次
  • 性别: Icon_minigender_1
  • 来自: 大连
文章分类
社区版块
存档分类
最新评论

常用命令

 
阅读更多

============

windows中以某个用户打开控制台

===========

runas /user:postgres cmd


windows中清除共享文件夹密码的命令:

net use * /del


记录一些linux的命令:

mv src dest

pwd

tar -cf

rm -f

cp -r

zip -r

grep content filelist

find . -type f | grep java$ | xargs grep hellostring

prstat

export LANG=C

echo $LANG

cd /etc/profile


==============

vim

==============

/\c xxx 不区分大小写的查找

:vimgrep /content/ **/*

:clist

:ls

:buffer N/bN

:diffthis

:%s/org/replace/g



=================

相关数据库操作

=================

1. 连接derby

ij

connect ‘jdbc:derby://ip:1527/db;create=true’


2. 连接oracle

sqlplus scott/tiger@ip/orcl




分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics