windows下远程登陆命令——mstsc
Posted by quentin 在 Tuesday, 28 December 2010今天突然想远程登陆我的台式机找点东西,一直想不起来远程登陆的命令是什么了。
上网查找了下,终于找到了mstsc (Microsoft terminal services client)
在命令行内输入:mstsc,就可以进行远程桌面连接。
求知若渴,虚心若愚!
居安思危,积极进取!
今天突然想远程登陆我的台式机找点东西,一直想不起来远程登陆的命令是什么了。
上网查找了下,终于找到了mstsc (Microsoft terminal services client)
在命令行内输入:mstsc,就可以进行远程桌面连接。
General:
* Always keep quality sense in mind, and pay attention to details
* Be aware of the importance of communication, teamwork, and responsibility
* Face problems and handle it proactively, don't wait or even hide for any reason
* Escalate any conflict or uncertain issue as early as possible, don't make decision by yourself
* For any English writing, do check its spellings in OpenOffice before submission
人生计划:
学习计划:
目标方向:
Good Ideas:
参考资料:http://www.docin.com/p-37484695.html
驱动下载:http://www.wildpackets.com/support/downloads/drivers
Download BT4: http://www.heibai.net/download/Soft/soft_18788.htm
下载WinAircrackPack: http://www.heibai.net/download/soft/soft_5930.htm
下载Wirelessnetview: http://xiazai.zol.com.cn/detail/33/329024.shtml#down
http://code.google.com/apis/analytics/docs/
Good afternoon, i'm Quentin.
I come from NanTong, JiangSu province, china.
I have graduated from Jiangsu University, my major is Computer science and technology.
In university, i have passed "CET4 /6". And ,i gain bachelor degree in 2007.
And in April 2007, i begin my first job as a PHP programmer at a small private company in Shanghai.
And because of some personal reason, in the October, i come to Suzhou and find another job as a Software engineer at Itibia(Suzhou).
同桌的你
童年
窗外
橄榄树
水晶
龙的传人
明天会更好
乡间的小路
外婆的澎湖湾
小草
踏浪
我是女生
心愿
七子之歌
梦驼铃
轻舞飞扬
似水年华
青春无悔
白桦树
那些花儿
往事
对面的女孩看过来
小芳
青春纪念册
一生有你
朋友(周华健)
朋友(臧天朔)
千千阙歌
月亮代表我的心
一无所有
深呼吸
冷酷到底
恋曲1990
让世界充满爱
玻璃杯
彩虹
完美世界
光辉岁月
最美
海阔天空(Beyond)
海阔天空(信乐团)
三万英尺
有多少爱可以重来
离歌
死了都要爱
水手
征服
女人花
万里长城永不倒
收集利用Jquery取得iframe中元素的几种方法 :
Js代码
$(document.getElementById('iframeId').contentWindow.document.body).htm()
显示iframe中body元素的内容。
Js代码
$("#testId", document.frames("iframename").document).html();
根据iframename取得其中ID为"testId"元素
收集利用Jquery取得iframe中元素的几种方法 :
Js代码
$(document.getElementById('iframeId').contentWindow.document.body).htm()
显示iframe中body元素的内容。
Js代码
$("#testId", document.frames("iframename").document).html();
根据iframename取得其中ID为"testId"元素