大约有 1,300 项符合查询结果(耗时:0.0107秒) [XML]

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-27-1-1.html 

IIS配置常见问题汇总(持续更新 ) - 环境配置 - 清泛IT论坛,有思想、有深度

1. HTTP 错误 404.3 - Not Found 由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME 映射。 原因:没有安装IIS的ASP.NET组件 解决:添加/删除程序,IIS,勾选安装“.net扩...
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-775-1-1.html 

svn提交文件夹失败 svn: File not found: transaction... - 环境配置 - 清...

在svn commit时报错,显示: Transmitting file data ........svn: Commit failed (details follow): svn: File not found: transaction '2-9', path '/src/xxx' 原因:svn没有被版本化,可能是由于目录位置变更,服务器配置变更等等。 解决方法:整个目录删除...
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