大约有 6,000 项符合查询结果(耗时:0.0116秒) [XML]

https://bbs.tsingfun.com/thread-55-1-1.html 

WCF配置 - WCF/WPF/WF - 清泛IT论坛,有思想、有深度

<binding name="WSHttpBinding_IxxxService" sendTimeout="00:30:00" maxReceivedMessageSize="2147483647">     <readerQuotas maxDepth="6553500" maxStringContentLength="2147483647"  maxArrayLength="6553500" maxBytesPe...
https://bbs.tsingfun.com/thread-405-1-1.html 

PHP连接MySQL报错:Fatal error: Call to undefined function mysql_connec...

...:Fatal error: Call to undefined function mysql_connect()... ·PHP等的配置(如php.ini)已经按照网上或书上的方法正确配置; ·DOS命令窗口中连接MySQL正确; ·PHP非数据库程序也能正确运行; 版本信息: →PHP5.3.3/MySQL5.1.50/Apache2.2 【解...
https://bbs.tsingfun.com/thread-870-1-1.html 

Windows没有telnet怎么办? - 环境配置 - 清泛IT论坛,有思想、有深度

一、打开控制面板,点”卸载程序“: 二、启用功能列表中找到“Telnet客户端”并勾上,点“确定”: 三、telnet命令OK:
https://bbs.tsingfun.com/thread-850-1-1.html 

为什么你得学些 TCP 的知识? - 环境配置 - 清泛IT社区,为创新赋能!

这不是指要明白 TCP 的所有东西,也不是说要通读 《TCP/IP 详解》。不过懂一点 TCP 知识是很有必要的。理由如下: 当我还在 Recurse Center 的时候,我用 Python 写过 TCP 协议栈(还写过一篇文章:如果你用 Python 写 TCP 协议栈会遇到...
https://bbs.tsingfun.com/thread-842-1-1.html 

SSH免密码登陆教程 - 环境配置 - 清泛IT社区,为创新赋能!

假设 A 为客户机器,B为目标机; 要达到的目的: A机器ssh登录B机器无需输入密码; 加密方式选 rsa|dsa均可以,默认dsa 做法: 1、登录A机器 2、ssh-keygen -t [rsa|dsa],将会生成密钥文件和私钥文件 id_rsa,id_rsa.pub或id_dsa,id_dsa.p...
https://bbs.tsingfun.com/thread-794-1-1.html 

虚拟机安装CentOS出错:EDD:Error 8000 reading sector 2106934 - 环境配置...

EDD:Error 8000 reading sector 2106934 No DEFAULT or UI configuration directive found! boot: Getting closer! When i start to install every thing seem to be fine. 1.Select language k 2.select location k 3.configure keyboard k 4.network config k then it gets stuck on a purple screen with n...
https://bbs.tsingfun.com/thread-578-1-1.html 

解决IIS发布时global_asax的dll 的CS0433冲突问题 - 环境配置 - 清泛IT社区,为创新赋能!

Server Error in '/' Application.Compilation ErrorDescription: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS0433: The type 'ASP.globa...
https://bbs.tsingfun.com/thread-496-1-1.html 

360安全检测到18%后提示失败,关闭云盾、设置白名单解决 - 环境配置 - 清泛...

使用的是阿里云服务器,而服务器开启的云盾有DDos防护功能,把360检测当做DDos攻击拦截了。 我们首先想到临时关闭云盾功能,不过笔者找了好久貌似不支持云盾的关闭。根据提示及官方帮助: 360在线网站安全检测是360公司...
https://bbs.tsingfun.com/thread-340-1-1.html 

错误:缺少一个项目子类型。 子类型: 此安装不支持“{C089C8C0-30E0-4E22-8...

解决方法:下载安装Microsoft Visual Studio 2012 SDKhttp://www.microsoft.com/en-us/download/confirmation.aspx?id=30668
https://www.tsingfun.com/it/tech/453.html 

Postfix发信的频率控制几个参数 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...网络攻击而导致服务器或IP被封。因此需要通过一些参数配置解决,重试一定次数后仍失败的就放弃发送。postfix发信的频率控制有几个: smtpd_client_connection_rate_limit=5 ip地址连接的频率控制. smtpd_client_message_rate_limit=5 客户端发送...