net user 123456 123456 /addnet
localgroupadministrators 123456 /addnet config workstation //
查看当前登陆的用户查看当前人:query user踢人:logoff ID启动3389服务:net start T...
分类:
其他好文 时间:
2014-06-10 12:35:04
阅读次数:
187
Binary Tree Maximum Path SumGiven a binary
tree, find the maximum path sum.The path may start and end at any node in the
tree.For example:Given the be...
分类:
其他好文 时间:
2014-06-10 10:42:58
阅读次数:
203
1、先运行vsftpd服务:
#service vsftpd start
2、通过iptables开放21号端口
(1) 先查看iptables设置:
#iptables -nL
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT al...
分类:
系统相关 时间:
2014-06-10 07:46:14
阅读次数:
392
从某种意义上,函数start_kernel就好像一般可执行程序中的主函数main,系统进入这个函数之前已经进行了一些最低限度的初始化,再往前研究就涉及很多硬件相关及编程语言了,这里是较高层次的初始化,基本是C代码,一直想搞清楚内核的初始化流程,好对整个linux内核有更深理解。分析程序习惯性的找main函数,那么就从这个start_kernel看看。
这个函数在init/main.c:
a...
分类:
其他好文 时间:
2014-06-10 06:34:53
阅读次数:
465
Two players, S and T, are playing a game where they make alternate moves. S plays
first.
In this game, they start with an integer N. In each move, a player removes one digit from the integer and p...
分类:
其他好文 时间:
2014-06-10 06:31:29
阅读次数:
302
/***
**问题集 2014/6/9 20:55:52**
**Autor: Weigong Xu **
***/
1、
Linux中开启22端口:
22端口是ssh服务的,你只要启动ssh服务就可以了,可以执行命令“/etc/init.d/sshd start”。
然后用netstat -antulp | grep ssh看是否能看到相关信息就可以了
2、SSH-2.0-Ope...
分类:
其他好文 时间:
2014-06-10 06:01:07
阅读次数:
360
我们怎样才能过上好日子--牛刀乔布斯传以色列:创业的国度Start up
Nation艰难的一天 No Easy Day
(讲海豹突击队的)股票分析师的感悟------------------------------------------------------WPF IN
ACTION深入浅出W...
分类:
其他好文 时间:
2014-06-09 19:17:07
阅读次数:
171
BackTrack 5 开启SSHD服务1service ssh
start但启动后,仍然无法从远程连接,会有提示:1Read from socket failed: Connection reset by
peer这个时候需要生成密钥文件,方法如下123#ssh-keygen -t rsa -f ...
分类:
其他好文 时间:
2014-06-09 15:27:40
阅读次数:
211
select
r.ring_buffer_address,r.ring_buffer_type,dateadd (ms, r.[timestamp] -
sysinfo.sqlserver_start_time_ms_ticks, sysinfo.sqlserver_start_time) as r...
分类:
其他好文 时间:
2014-06-09 14:07:21
阅读次数:
301
mmc
io的读写从mmc_queue_thread()的获取queue里面的request开始。先列出调用栈,看下大概的调用顺序,
下面的内容主要阐述这些函数如何工作。host->ops->request() //
sdhci_request()mmc_start_request()mmc_sta...
分类:
其他好文 时间:
2014-06-08 19:09:05
阅读次数:
304