Mantis 1.2.3 图表乱码问题解决方案
摘要:1.打开mantis\plugins\MantisGraph\core\graph_api.php 找到下面一段,将'arial.ttf'直接改为‘simhei.ttf’,也可改为其它的中文字体。 if( isset( $t_font_map[$t_font] ) ) { $t_font = $t_font_map[$t_font]; } else { $t_font ...
阅读全文
posted @
2010-10-13 16:48
阿龍
阅读(2082)
推荐(0)
mantis 路线图,变更日志使用
摘要:路线图是要在问题中有目标版本的设置等,如下:What is shown on the roadmap? * Releases that are not marked as released. * Releases that have a description or at least one visible issue. * Issues that have a “Target Ver...
阅读全文
posted @
2010-10-13 09:20
阿龍
阅读(1226)
推荐(0)
修改MYSQL 密码
摘要:启动服务之后,进入/mysql/bin 文件夹有mysqladmin和mysql比较重要,先用mysqladmin设置初始密码>mysqladmin -u root -p password adminEnter password:这时候没有密码,出现Enter password:的提示直接回车。上面命令的 password 是设置密码的命令,admin 是你自己为root设置的密码>m...
阅读全文
posted @
2010-10-12 09:14
阿龍
阅读(236)
推荐(0)