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

https://www.tsingfun.com/it/tech/1637.html 

LINUX下用PHPIZE安装PHP GD扩展 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...eetype //YUM安装扩展cd /app/php-5.4.13/ext/gd //这里的php-5.4.13/文件夹是我当初解压PHP安装包得到的。phpize./configure --with-png-dir --with-freetype-dir --with-jpeg-dir --with-gd sudo make make install sudo vi /app/php5/etc/php.ini //修改PHP配置文件 extension=g...
https://www.tsingfun.com/it/tech/1684.html 

Outlook 开机自动启动 - 更多技术 - 清泛网 - 专注C/C++及内核技术

Outlook 开机自动启动把Outlook快捷方式拷贝到启动文件夹中即可。Win7:开始菜单 -> 启动Win10下:C: Users xxx AppData Roaming Microsoft Windows Start Me...把Outlook快捷方式拷贝到启动文件夹中即可。 Win7:开始菜单 -> 启动 Win10下:...
https://www.tsingfun.com/it/tech/1686.html 

IIS配置常见问题汇总(持续更新 ) - 更多技术 - 清泛网 - 专注C/C++及内核技术

...页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加...1. HTTP 错误 404.3 - Not Found 由于扩展配置问题而无法提供您请求的页面。如果该页面是脚本,请添加处理程序。如果应下载文件,请添加 MIME 映射。 原因...
https://www.tsingfun.com/it/tech/1701.html 

重磅:nsis产品级完整安装实例源码 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...卸载程序的列表中会出现相关信息:安装目录安装了指定文件:测试卸载:源码下载:nsis完整安装实例.zip先看效果: 安装完成后,windows卸载程序的列表中会出现相关信息: 安装目录安装了指定文件: 测...
https://www.tsingfun.com/it/tech/1732.html 

Discuz!x3.2微信登陆升级教程(接口错误(ERR05) 微社区域名已更换,请确保...

...?@mobile.plugin 2、打开论坛的 source\class\helper\helper_form.php 文件寻找以下代码 'http://wsq.discuz.qq.com/', 25 替换为 'http://wsq.discuz.com/', 22 3、清除 data/cache/qrcode 下的所有缓存文件 4、更新缓存,完成。 可能出现的问题: ...
https://www.tsingfun.com/it/tech/1767.html 

Visual Studio 2013 Update 4【VS2013 SP4 旗舰版下载地址】 - 更多技术 - ...

... 4 (x86) - DVD (Chinese-Simplified):7255 MB 发布日期: 2014/11/12 文件名: cn_visual_studio_ultimate_2013_with_update_4_x86_dvd_5935081.iso 语言: Chinese - Simplified SHA1:5F924E3B8F6715F92DCD2F8E58558833D310A146 http://download.microsoft.com/do ... s2013.4_ult_chs.iso Visua...
https://www.tsingfun.com/it/tech/1792.html 

Win7以上操作系统清理系统图标缓存脚本 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...l\Microsoft\Windows\Explorer\thumbcache_sr.db" 保存上述脚本到文本文件中,把文件后缀面改为.bat,双击执行即可。清理 图标缓存
https://www.tsingfun.com/it/tech/1817.html 

解决TortoiseSVN出错:svn there has been a problem contacting the serve...

...has been a problem contacting the server在使用TortoiseSVN,查看某个文件的历史时(view log),...TortoiseSVN出错:svn there has been a problem contacting the server 在使用TortoiseSVN,查看某个文件的历史时(view log),出现上述错误。 解决方法: [...
https://www.tsingfun.com/it/tech/1889.html 

win10启动过程中黑屏时间长的解决办法 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...决办法关闭显卡的ULPS功能可完全解决这个问题。1.下载该文件:ulps_enable_disable.zip2.双击 Disable ULPS.reg。(Disable关闭,Enable是开启...关闭显卡的ULPS功能可完全解决这个问题。 1.下载该文件:ulps_enable_disable.zip 2.双击 Disable ULPS.reg...
https://www.tsingfun.com/it/tech/1978.html 

configure: error: Unable to find gd.h anywhere under /usr/local/gd - ...

... 解决方式: 1.在gd库的安装路径下搜索没有发现gd.h文件,但是在/etc/include下有gd.h文件 2.在网上搜索发现重装gd库可解决 3.重新安装gd库,在安装时出现: configure.ac:64: error: possibly undefined macro: AM_ICONV If this token and others a...