試試windows live writer的效果
直接在itpub上寫太痛苦了,不斷的的失敗,真是對一個專業級的技術網站的技術能力感到遺憾!
CException
屬性 "RpcApplication.itpub_bbsdb" 未被定義.
/data/www/itblog_yii/framework/base/CModule.php(106)
094 /** 095 * Getter magic method. 096 * This method is overridden to support accessing application components 097 * like reading module properties. 098 * @param string $name application component or property name 099 * @return mixed the named property value 100 */ 101 public function __get($name) 102 { 103 if($this->hasComponent($name)) 104 return $this->getComponent($name); 105 else 106 return parent::__get($name); 107 } 108
在發表時顯示出上面的資訊:太NB了
可以看出是使用PHP的YII框架做的,能再多顯示一點資料庫等等的資訊出來嗎?
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30633755/viewspace-2127751/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 測試Windows Live Writer 釋出 csdn 部落格Windows
- 用 Windows Live Writer 寫blog,This is Test……..Windows
- 用Windows Live Writer在51CTO寫部落格Windows
- 使用open live writer客戶端寫部落格zz客戶端
- Windows有點膩了?不如試試Ubuntu.WindowsUbuntu
- Windows終端好難用?試試gitbash吧!WindowsGit
- Keepalived配置和測試過程for linuxLinux
- windows下測試IO效能的工具Windows
- [轉][C#][WPF] 遮罩效果小試C#遮罩
- windows azure 試用感受4Windows
- windows azure 試用感受5Windows
- 想要軟體測試效果好,搭建好測試環境是前提
- 好久沒有寫部落格了,發現Live Writer也更新了
- Windows配置Delve的測試環境Windows
- Windows IO 效能簡單測試Windows
- Windows 10 TechPreview簡單測試WindowsView
- QTP測試Windows計算器QTWindows
- linux模擬windows嘗試LinuxWindows
- 滲透測試的WINDOWS NTFS技巧集合(一)Windows
- 滲透測試的WINDOWS NTFS技巧集合(二)Windows
- Windows下的Memcache安裝與測試教程Windows
- WLK 1.6中的Windows Touch測試變更Windows
- 測試測試測試測試測試測試
- Windows測試環境管理系統Windows
- windows下openldap的安裝與java操作測試WindowsLDAJava
- 探索Windows Phone 7的單元測試(翻譯)Windows
- mysql xtrabackup在windows平臺的備份測試MySqlWindows
- WEB機試題--最大透明度輪播效果Web
- 軟體安全測試擔心效果不好?這3個安全測試工具你用了嗎?
- 特徵工程:基於梯度提升的模型的特徵編碼效果測試特徵工程梯度模型
- 安全測試之探索 windows 遊戲掃雷Windows遊戲
- Windows建立Cucumber和Ruby測試環境Windows
- 2023年好用的自動化測試框架有哪些?如何提高自動化測試效果?框架
- Zookeeper 在Windows下的安裝過程及測試Windows
- 【MySQL】測試Windows版本的MySQL伺服器是否工作MySqlWindows伺服器
- 0503linux核心網路引數測試tcp_keepaliveLinuxTCP
- 【Mysql】資料庫索引,百萬資料測試索引效果MySql資料庫索引
- 手寫 Hibernate ORM 框架 05-基本效果測試ORM框架