追求卓越,挑战极限,在绝望中寻找希望,人生终将辉煌!

发布新日志

  • TD搭建成功

    2009-06-03 16:37:24

    TD终于搭建成功了,现在已经开始应用到工作中,安装的时候有几个问题,一是安装时提示提示用户名,密码错误,解决方法,删除本机或者服务器一切TD安装文件重装,还无法解决的话就是给系统重新建立个管理员账户安装;

    问题二安装成功后IE7浏览器用户访问无法使用服务器TD,解决方法是为客户端用户提供IE7安装插件,或者客户端使用专门在IE7下使用的浏览器窗口就可以;

    问题三是客户端访问TD遇到字体小如何解决,为服务器安装汉化插件

  • bugfree接收邮件通知

    2008-09-02 17:29:55

    Bugfree邮件接收解决方案:

    1.在安装bugfree2.0.1目录 D:\xampp\htdocs\bugfree\Include\ 中,找到Config.inc.php文件打开

    2.Config.inc.php文件中找到如下代码行

    /* 9. SMTP param setting. */

    $_CFG['Mail']['SendParam']['Host']     = 'localhost';       // The server to connect. Default is localhost

    $_CFG['Mail']['SendParam']['SMTPAuth'] = true;    // Whether or not to use SMTP authentication. Default is FALSE

    $_CFG['Mail']['SendParam']['Username'] = 'bugfree';       // The username to use for SMTP authentication.

    $_CFG['Mail']['SendParam']['Password'] = 'bugfreemail';       // The password to use for SMTP authentication.

    修改黄色标注的内容为下方:

    /* 9. SMTP param setting. */

    $_CFG['Mail']['SendParam']['Host']     = 'mail.qq.com';

    $_CFG['Mail']['SendParam']['SMTPAuth'] = true; 

    $_CFG['Mail']['SendParam']['Username'] = 'yangcy@qq.com';   

    $_CFG['Mail']['SendParam']['Password'] = 'ycy';

    注释:如果选择的是smtp方式,需要设置smtp服务器的地址,如果smtp服务器发信需要验证,则需将SMTPAuth设成true,并设定用户名和密码。

    其中['Host']处配置为公司邮件服务器SMTP即可, ['Username']处配置为服务器POP3邮箱帐户即可

  • Windows下安装bugfree2.0.1

    2008-09-02 17:07:18

    Windows下安装bugfree

    1.     Windows服务器上安装ApachePHPMysql 软件包,例如XAMPP(我安装的是xampp1.6.7)

    安装过程:

    1)欢迎页点击next按钮

    2)选择安装目录:(注释:安装目录为中文,不可包含空格)D:\XAMPP\

    3)选择服务类型:(注释:默认即可)

    5)安装成功页点击Finish即可

    2.     启动XAMPPControlPanel,检查ApahceMySQL处于 “Running”的状态,访问 http://localhost 可以看到 XAMPP 的欢迎页面

    3.     下载bugfree2.0后解压缩包, BugFree 2.0 解压缩到 d:/xampp/htdocs

    4.     d:/xampp/htdocs/bugfree2/Include目录中,将Config.Default.php拷贝一份为 Config.inc.php。此时访问 http://localhost/bugfree2 可以看到BugFree 2.0的登录页面

    注释:在Include目录中,如有Config.inc.php文件就不需要另行拷贝了

    5.     在浏览器运行http://servername/bugfree/install.php,选择安装语言,选择全新安装,下一步

    注释:如果在此步骤中在浏览器输入URL:http://servername/bugfree/install.php 页面提示:无法访问该页面,请把该访问域名换为服务器IP地址,如:http://192.168.1.88/bugfree/install.php 即可访问到bugfree的登陆页面

    6.     点击[Install]按钮安装BugFree。安装完毕后,删除install.php文件

    7.     浏览http://servername/bugfree,使用步骤5 指定的管理员用户名和密码登陆BugFree


Open Toolbar