码迷,mamicode.com
首页 >  
搜索关键字:remote desktop services 拒绝5    ( 13094个结果
2003服务器断开rdp后会自动注销。
开始-运行-gpedit.msc-计算机配置-管理模板-Windows Components-Terminal Services-Sessions-Set time limit for disconnected sessions设置为未配置。开始-运行-tscc.msc-连接 右键RDP-tcp-P...
分类:其他好文   时间:2014-10-03 14:53:44    阅读次数:210
在CentOS开始菜单中添加快捷方式
以管理员权限进入目录/usr/share/applicationsgedit eclipse.desktop 1 [Desktop Entry] 2 Name=Eclipse 3 Version=2013 4 GenericName=Eclipse 5 Comment=Eclipse for Li....
分类:其他好文   时间:2014-10-02 18:56:53    阅读次数:1983
newlisp HTTP Basic Authentication
HTTP Basic Authentication原来非常简单,参考文档:http://zh.wikipedia.org/wiki/HTTP%E5%9F%BA%E6%9C%AC%E8%AE%A4%E8%AF%81将用户名和密码用:分隔,然后用base64编码,最后用HTTP GET方法请求页面下面一小段代码用newLISP调用了Jenkins的Remote API:dean@dean-beijin...
分类:其他好文   时间:2014-10-02 14:26:53    阅读次数:171
Nginx配置文件变量大全
$args # 这个变量等于请求行中的参数。$binary_remote_addr # 远程地址的二进制表示$body_bytes_sent # 已发送的消息体字节数$content_length # 请求头中的Content-length字段$content_type...
分类:其他好文   时间:2014-10-01 21:35:11    阅读次数:194
使用powershell 与基线services列表比较,查看服务状态是否发生变化
$service_error=""$i=$j=0$filebase=Get-Contentd:\ps\servicebase.txt$service_curr=get-wmiobject-classwin32_service-computerlocalhostfor($i=0;$i-lt$service_curr.length;$i++){$pattern_name="^\w{7}\s\b$($service_curr[$i].name)\b"$pattern_state="^\b$($service_cur..
分类:其他好文   时间:2014-10-01 21:26:01    阅读次数:144
windows下用wubi安装ubuntu14.04
第一步,下载分区助手,分出一个空白区来(注:以wubi这种方式装ubuntu最大为30G,所以分区时分10-30G之间即可)第二步,从ubuntu官网上下载ubuntu14.04-desktop版本的iso。第三步,用解压缩工具打开iso文件,注意不需要全部解压,只需将根目录下的wubi.exe解压...
分类:Windows程序   时间:2014-10-01 19:08:31    阅读次数:273
zabbix自动安装agent(shell)
#!/bin/bash #./zabbixagent.sh172.16.103.16172.16.103.134 #$1masteraddress,$2local_listen_ip groupaddzabbix&&useraddzabbix-gzabbix cat>>/etc/services<<EOF zabbix-agent10050/tcpZabbixAgent zabbix-agent10050/udpZabbixAgent zabbix-trapper1..
分类:其他好文   时间:2014-10-01 00:41:30    阅读次数:209
Jquery Ajax
$.ajax({ type: "GET", url: "Services/EFService.svc/Members", data: "{}", contentType: "application/json; charset=utf-8", dataType: "json", success: fu...
分类:Web程序   时间:2014-09-30 19:18:29    阅读次数:196
Cheatsheet: 2014 09.01 ~ 09.30
Mobile Testing Mobile: Emulators, Simulators And Remote Debugging iOS 8 and iPhone 6 for Web Developers and Designers Web HTTP vs HTTPS performance co...
分类:其他好文   时间:2014-09-30 18:48:49    阅读次数:162
HttpWebRequest WebExcepton: The remote server returned an error: (407) Proxy Authentication Required.
1.Supply the credentials of the Currently Logged on User to the Proxy object similar to this:// Begin code change by jeff // Obta...
分类:Web程序   时间:2014-09-30 14:42:49    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!