码迷,mamicode.com
首页 >  
搜索关键字:pwd    ( 4097个结果
mac下nginx + tomcat7负载均衡
1.tomcat安装: 去tomcat官网:http://tomcat.apache.org/download-70.cgi 下载你的版本 解压到指定目录: localhost:tomcat rolin$ pwd /Users/rolin/soft/tomcat   #我的目录 复制一份: localhost:tomcat rolin$ ll total 0 ...
分类:系统相关   时间:2015-05-17 15:17:42    阅读次数:297
(转)linux访问windows共享文件夹的两种方法
有时需要在linux下访问window的共享文件,可以使用mount挂载或使用samba连接.1,mount挂载$ mkdir windows将共享文件夹挂载到windows文件夹:mount -t cifs -o username=user,password=pwd //172.18.191.19...
分类:Windows程序   时间:2015-05-17 15:16:25    阅读次数:268
Windows下使用Git命令
cd /f/xx 进入f盘的xx文件夹pwd 显示当前的目录mkdir name 在现在所在的目录下创建name文件夹git init 在当前目录下创建版本库git add name.txt 将name.txt提交到工作区git commit -m "版本库信息" 将文件提交到仓库git statu...
分类:Windows程序   时间:2015-05-16 16:11:12    阅读次数:206
mongodb 增加用户以及认证用户
test>use adminswitched to db adminadmin>db.addUser('yshy','yshy'){ "user" : "yshy", "readOnly" : false, "pwd" : "2059c25b25df531e...
分类:数据库   时间:2015-05-16 11:49:48    阅读次数:136
下拉城市列表
链接类class DBConnection { public const string CONNECTIONSTRING = "server=MA-PC;database=mydb;uid=sa;pwd=111111"; }实体类class ChinaStates {...
分类:其他好文   时间:2015-05-16 11:46:05    阅读次数:111
get和post的区别
http://localhost:8080/shopc/check.do?username=zhangsan&pwd=123456http://localhost:8080/shopc/check.doGet和POST的不同:提交数据的方式不同,get在地址中进行提交不安全post是在请求报文中提交...
分类:其他好文   时间:2015-05-16 00:07:19    阅读次数:171
Linux基础命令集锦
一、cd切换目录1全称:changedirectory2用法:cdcd~:回到home目录cd~USERNAME:回到USERNAME的home目录cd-:在前一个目录和当前目录直接反复切换二、pwd显示当前绝对路径1全称:printworkingdirectory三、bash特性之history1保存条数由环境变量HISTSIZE决定2用户退出的永久保存位..
分类:系统相关   时间:2015-05-15 15:54:38    阅读次数:134
Windows Form -----内容(5)
同一表格下的三级联动: 代码:class DBconnection { public const string CONNECTIONSTRING = "server=.;database=mydb;uid=sa;pwd=5587725"; }class chinastates { public st...
分类:Windows程序   时间:2015-05-15 14:55:35    阅读次数:238
ubuntu 使用终端进行日常操作的总结
进入终端后,就已經位于你的home目录下,输入pwd命令,可以看到你现在所处的是在什么目录下。经常使用的终端快捷键:创建终端的新标签:alt+shift+t标签之间的切换:alt+pgup(或pgdn)删除一个标签:Shift+Ctrl+W光标移动到开始位置:Ctrl+a光标移动到最末尾:Ctrl+e删除此处..
分类:系统相关   时间:2015-05-14 20:49:42    阅读次数:173
Windows Form -----内容(4)
三个表中的下拉列表代码:class DBconnection { public const string CONNECTIONSTRING = "server=.;database=mydb;uid=sa;pwd=5587725"; }class cbProd { private string .....
分类:Windows程序   时间:2015-05-14 15:56:42    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!