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

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

制作安装包图标 附psd源码 - 脚本技术 - 清泛IT社区,为创新赋能!

效果图如下: 附psd源文件(win、mac版),可以将程序图标制作成类似这样的安装包图标。 [hide] [/hide]
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-820-1-1.html 

nsis指定默认安装路径,记住上次安装路径 - 脚本技术 - 清泛IT论坛,有思想...

!define PRODUCT_DEFAULT_PATH "C:\Test" .... InstallDir "${PRODUCT_DEFAULT_PATH}" InstallDirRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\App Paths\Test.exe" "Path" InstallDir 指定$INSTDIR值为"C:\Test";InstallDirRegKey &nbsp...
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-871-1-1.html 

metro风格图标素材下载 - 建站技术 - 清泛IT社区,为创新赋能!

下载地址:
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-619-1-1.html 

js定时器setInterval()与setTimeout()区别 - 建站技术 - 清泛IT论坛,有思想、有深度

setInterval (表达式, 延时时间):每隔一个延时时间就执行一次表达式。 setTimeout(表达式, 延时时间):只执行一次表达式就停止了。 一般在其表达式中使用setTimeout()可以实现setInterval一样的效果: showTime(); function showTime() {   ...
https://bbs.tsingfun.com/thread-575-1-1.html 

为啥 ol 标签不显示数字,而是显示点? - 建站技术 - 清泛IT社区,为创新赋能!

如题,出现这种情况一般是全局设置了如下样式从而破坏了ol 原本的默认显示数字的样式。 list-style: none;   或   list-style: initial; 解决方法: 重新设置ol样式为: list-style: decimal;
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...