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

https://www.tsingfun.com/it/da... 

正确重置MySQL密码 - 数据库(内核) - 清泛网 - 专注C/C++及内核技术

...启一次即可: 首先需要把用到的SQL语句保存到一个文本文件里(/path/to/init/file): UPDATE mysql.user SET Password=PASSWORD('...') WHERE User='...' AND Host= '...'; FLUSH PRIVILEGES; 接着使用init-file参数启动MySQL服务, shell> /etc/init.d/mysql stop shell> ...
https://www.tsingfun.com/it/tech/454.html 

conflicting types for \'dev_t\'的原因 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...ev_t ,这貌似是一个Linux历史遗留问题,需要调整include头文件的顺序。在Linux下编译程序有时会遇到这种问题,这貌似是一个Linux历史遗留问题: /usr/include/sys/types.h:62: error: conflicting types for ‘dev_t’ /usr/include/linux/types.h:13...
https://www.tsingfun.com/it/tech/711.html 

Postfix日常维护队列管理 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...ix postfix start #停止postfix postfix stop #重新读取postfix配置文件 postfix reload #立即投递队列中所有邮件(慎用) postfix flush #查看队列邮件 postqueue -p mailq postqueue -p |tail 使用postsuper 来维护队列: 一般是先用mailq查看队列里的邮件...
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/1643.html 

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

...改、测试,终于找到解决方法。 很简单,只要在httpd.conf文件里在LoadModule php5_module "c:/php/php5apache2_2.dll"下面追加如下语句即可: PHPIniDir "c:/php" 之后,重新启动apache,再执行测试程序,OK。 【补充】 有的教程里说需要把libMysq...
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/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/1907.html 

MFC Dialog对话框DoModal()、Create失败的原因解析 - 更多技术 - 清泛网 - ...

...oModal()、Create失败报错,十之八九是由于rc、.h相关的资源文件冲突导致。常见的有资源ID重复、自定义控件Class类找不...MFC Dialog对话框DoModal()、Create失败报错,十之八九是由于rc、.h相关的资源文件冲突导致。常见的有资源ID重复...
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...