VMware 设置vmnet1主机与虚拟机中LINUX的通讯

七月 5, 2010 · Filed Under Linux and UNIX, Microsoft · Comment 

VMware 设置vmnet1主机与虚拟机中LINUX的通讯

为了实现主机和虚拟机中LINUX的通讯,采用host-only.

Read more

unable to load dynamic library 解决方法

五月 18, 2010 · Filed Under Microsoft · Comment 

unable to load dynamic library 解决方法

情况描述
mysql提示下面的错误信息:没有找到 libmysql.dll 因此这个应用程序未能启动 apache php
startup: Unable to load dynamic library : C:/ApacheGroup/php5/ext\php_mysql.dll

进而,在调用mysql函数的时候会出错:
Fatal error: Call to undefined function: mysql_connect()

Read more

发现微软的msn机器人,使用感觉不错。

五月 14, 2010 · Filed Under Microsoft · Comment 

发现微软的msn机器人,使用感觉不错。
微软有一个帮助机器人,msn.help@live.cn,不错,很多常见问题都可以得到回答。推荐给大家。
以下是机器人的介绍:

Read more

SQL Server 2008 R2:安装程序遇到错误,错误代码为2908,无法注册组件

五月 14, 2010 · Filed Under Microsoft · Comment 

SQL Server 2008 R2:安装程序遇到错误,错误代码为2908,无法注册组件

情况描述:安装SQL Server 2008 R2的时候,出现报错:安装程序遇到错误,错误代码为2908,无法注册组件。无法继续进行安装。

Read more

The system could not find the environment option that was entered. (SQLEditors)

五月 14, 2010 · Filed Under Microsoft · Comment 

The system could not find the environment option that was entered. (SQLEditors)

SQLServer2008 Server Management Studio的SQLedit的无法使用

Read more

stop:0×0000007B PXBACF3528

五月 14, 2010 · Filed Under Microsoft · Comment 

stop:0×0000007B  PXBACF3528

现象描述:

   DELL630笔记本,安装windows xp,不过在安装的过程中出现蓝屏,蓝屏代码为***stop:0×0000007B(PXBACF3528,0XC0000034,….)
查询网上三种解决方法如下:

Read more

MT4.26数据库中文出现乱码

五月 12, 2010 · Filed Under Microsoft, 乱七八糟 · Comment 

字符集的问题与虚拟主机有一定关系,数据存储在Dreamhost主机的mysql数据库中,3.34版本的数据库使用Dreamhost上 Mysql默认的字符集Latin1,升级完成,切换到MT4.26之后,登录MT后台管理,数据库中所有的中文是乱码(问号),尝试了一个从前 (MT3.34)的解决方法: 在文件 cgi-bin/mt/lib/MT/ObjectDriver/DBI/mysql.pm 中增加一行: $driver->{dbh}->do("SET NAMES ‘utf8′");,这句代码告诉数据库,客户端和数据库连接都使用utf-8编码,数据库返回的数据也使用utf-8编码,但于事无补,乱码依旧。临时学习了一下Mysql 处理字符集的机制,找到了一个解决方法:先将升级后(MT4.26)的数据导出,然后新建一个utf-8编码的数据库,最后导入数据即可。

Read more

下一页 »