mantis config配置詳解

2021-08-31 14:05:33 字數 1457 閱讀 8711

$g_use_iis   = on; # 使用iis 

$g_show_version  = off; # 不在頁面下部顯示mantis的版本號  

$g_default_language = 『chinese_simplified』; # 預設語言為簡體中文  

$g_show_project_menu_bar  = on; # 顯示專案選擇欄

$g_show_queries_count  = off; # 在頁尾不顯示執行的查詢次數  

$g_default_new_account_access_level  = developer; # 預設使用者級別  

$g_use_jpgraph      = on;  # 使用圖形報表

$g_jpgraph_path  = 』c:/path』;      # jpgraph路徑  

$g_window_title  = 』mantis bug 跟蹤管理系統』; #瀏覽器標題

$g_page_title = 』mantis bug 跟蹤管理系統』; #頁面標籤

$g_enable_email_notification  = on; # 開通郵件通知

$g_smtp_host  = 』smtp.mail.net』;  # smtp 伺服器  

$g_smtp_username  = 』mailuser』; # 郵箱登入使用者名稱

$g_smtp_password  = 』mailpwd』;      # 郵箱登入密碼  

$g_use_phpmailer      = on; # 使用 phpmailer 傳送郵件  

$g_phpmailer_path      = 』c:/php/includes/phpmailer/』;  # phpmailer 的存放路徑

$g_phpmailer_method  = 2; # phpmailer 以 smtp 方式傳送 email  

$g_file_upload_ftp_server = 』ftp.yourftp.com』;      # 上傳檔案 ftp  

$g_file_upload_ftp_user  = 』ftpuser』;      # ftp 登入使用者名稱  

$g_file_upload_ftp_pass  = 』ftppwd』;  # ftp 登入密碼  

$g_short_date_format      = 』y-m-d』;  # 短日期格式,y 大寫表示 4 位年  

$g_normal_date_format      = 』y-m-d h:i』; # 普通日期格式  

$g_complete_date_format = 』y-m-d h:i:s』;  # 完整日期格式  

中文支援,涉及到引數$g_default_language,引數值目前我設定的= 『chinese_simplified_utf8』;使用者進入介面後,自己選擇介面語言為簡體中文。

這樣就解決了介面中文的問題,目前看除登入介面外,其他情況良好。

Spring Cloud中Feign配置詳解

到目前為止,小夥伴們對feign的使用已經掌握的差不多了,我們在前文也提到feign是對ribbon和hystrix的整合,那麼在feign中,我們要如何配置ribbon和hystrix呢?帶著這兩個問題,我們來看看本文的內容。1.使用spring cloud搭建服務註冊中心 2.使用spring ...

GitHub Eclipse配置使用教程詳解

1.egit外掛程式 開啟eclipse,git需要eclipse授權,通過網頁是無法 egit的安裝包的。在選單欄依次開啟eclipse help install new software add,name欄中輸入egit,location欄中輸入 點選ok進行 完成後會提示重啟eclipse 如...

xml mysql配置詳解 xml配置檔案詳解

1 bean的基本屬性配置 注意 在整合struts和hibernate框架時,需要將action的scope設為 prototype 可以配置全域性的自動裝配型別,在beans內,設定default autowire 2,團隊協作開發 import標籤 3 bean的繼承 parent屬性 如果c...