net use \\ip\ipc$ " " /user:" " 建立IPC空链接 net
use \\ip\ipc$ "密码" /user:"用户名" 建立IPC非空链接 net use h: \\ip\c$ "密码" /user:"用户名"
直接登陆后映射对方C:到本地为H: net use h:...
分类:
其他好文 时间:
2014-05-07 17:15:53
阅读次数:
356
//获取机器名 string machineName =
Environment.MachineName; //获取用户名 string userName = Environment.UserNa...
分类:
其他好文 时间:
2014-05-07 17:04:22
阅读次数:
285
if(navigator.userAgent.indexOf("MSIE")>0){return"MSIE";}if(isFirefox=navigator.userAgent.indexOf("Firefox")>0){return"Firefox";}if(isSafari=navigator....
分类:
Web程序 时间:
2014-05-07 17:03:46
阅读次数:
288
??
run{
allocate channel d1 type disk;
allocate channel d2 type disk;
allocate channel d3 type disk;
allocate channel d4 type disk;
allocate channel d5 type disk;
allocate channel d6 type disk;...
分类:
其他好文 时间:
2014-05-07 15:45:24
阅读次数:
347
1、EXP 1 a>完全模式 full=y 2 3 EXP USER/PASSWORD@DB
(AS ROLE) BUFFER=64000 FILE=C:\FULL.DMP FULL=Y 4 5 b>用户模式 owner=user 6 7 EXP
USER/PASSWO...
分类:
数据库 时间:
2014-05-07 13:53:41
阅读次数:
392
这一章是server端开始的第一章,有兴趣的朋友先去看一下hbase的架构图,我专门从网上弄下来的。
按照HMaster的run方法的注释,我们可以了解到它的启动过程会去做以下的动作。 * 阻塞直到变成ActiveMaster * 结束初始化操作 * 循环 *
停止服务并执行清理操作* H...
分类:
其他好文 时间:
2014-05-07 13:53:03
阅读次数:
432
Arranging Cup-cakes
Our Chef is catering for a big corporate office party and is busy preparing different mouth watering dishes. The host has insisted that he serves his delicious cupcakes for de...
分类:
其他好文 时间:
2014-05-07 12:34:21
阅读次数:
396
USE DatabaseNameGOCREATE ROLE UserNameGOGRANT
EXECUTE TO UserNameGO
分类:
数据库 时间:
2014-05-07 10:54:50
阅读次数:
549
创建线程的第一种方式:继承Thread类。1,继承Thread类2,继承Thread类里的run方法,将线程的任务代码封装到run方法中。3,创建线程对象4,调用线程对象的start方法开启线程创建线程的第二种方式:实现Runnable接口。1,定义类实现Runnable接口。2,覆盖接口中的run...
分类:
编程语言 时间:
2014-05-07 10:51:36
阅读次数:
364
标题:working copy locked提示:your working copy
appears to be locked. run cleanup to amend the
situation.产生这种情况大多是因为上次svn命令执行失败且被锁定了。如果cleanup没有效果的话只好手动删除锁...
分类:
其他好文 时间:
2014-05-07 10:40:33
阅读次数:
378