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

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

Outlook 测试账号设置失败的解决方法 - 环境配置 - 清泛IT社区,为创新赋能!

发送测试电子邮件消息: 无法发送此邮件。请在帐户属性中验证电子邮件地址。  响应服务器: 550 5.7.1 authentication is required 如图: 解决方法: 设置完成,OK。
https://bbs.tsingfun.com/thread-498-1-1.html 

怎样禁止访问网站目录下.svn文件夹? - 环境配置 - 清泛IT社区,为创新赋能!

.htaccess中添加如下规则(url包含.svn就定向到index.html): RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^(.*(\.svn)+.*)$ RewriteRule (.*) index.html复制代码
https://bbs.tsingfun.com/thread-38-1-1.html 

MySql安装配置 - 爬虫/数据库 - 清泛IT社区,为创新赋能!

1.下载服务器端,解压 2.安装Mysql服务: 进入bin目录,mysqld.exe --install (指定安装的MySql服务名)。 (卸载 net stop servicename;             mysqld.exe --remove servicename) 3.进入MySql命令模式: mysql.exe(...
https://bbs.tsingfun.com/thread-55-1-1.html 

WCF配置 - 其他 - 清泛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...