先測試下Windows Live Writer

2022-09-03 21:12:08 字數 1422 閱讀 4076

windows xp下的writer 14.0不支援設定插入的set to default功能。但是用起來,還算ok。如下:

用發布live writer**著色外掛程式cnblogs.codehighlighter提供的**插入外掛程式:

/**

* loads the adnrecords in efid and returns them as a

* list of adnrecords

** throws securityexception if no read_contacts permission**

@param

efid the ef id of a adn-like icc

* @return

list of adnrecord

*/public listgetadnrecordsinef(int

efid)

efid =updateefforicctype(efid);

if (dbg) logd("getadnrecordsinef: efid=" +efid);

synchronized

(mlock)

else

}return

records;

}

官方的**插入外掛程式,有摺疊功能。windows live writer plug-ins,其實就是這裡的:livewriter插入高亮**外掛程式介紹 基於syntaxhighighter

摺疊**示例

/** * loads the adnrecords in efid and returns them as a

* list of adnrecords

** throws securityexception if no read_contacts permission

** @param efid the ef id of a adn-like icc

* @return list of adnrecord

*/public listgetadnrecordsinef(int efid)

efid = updateefforicctype(efid);

if (dbg) logd("getadnrecordsinef: efid=" + efid);

synchronized(mlock) else

}return records;

}

可見還是用後者,效果好。

technorati 標籤: windowslivewriter14.0

荷蘭最大運營商KPN在歐洲率先測試LTE M

根據國外 報道,荷蘭最大運營商kpn在歐洲率先開始測試lte m,這是通過4g網路實現的物聯網連線的全新3gpp標準。此次測試是聯合愛立信和高通進行的。kpn已經在荷蘭推出了lora網路,並表示lte m將通過其流動網路完善現有m2m服務。lte m能提供比lora稍快的連線速度,適合需要50kbp...

linux下效能測試

1.硬碟io讀寫速度 dd if dev zero of test bs 64k count 4k oflag dsync dd if dev zero of test bs 8k count 256k conv fdatasync conv fdatasync與oflag dsync的區別在於 s...

軟體測試小結(三) 黑盒測試(下)

因果圖4.因果圖法設計測試用例步驟 判定表小結 黑盒測試的優點和缺點 現在的軟體幾乎都是用事件觸發來控制流程的,事件觸發時的情景便形成了場景,而同一事件不同的觸發順序和處理結果就形成事件流。這種在軟體設計方面的思想也可以引入到軟體測試中,可以比較生動地描繪出事件觸發時的情景,有利於測試設計者設計測試...