1.下載並安裝stardict windows版主程式 stardict-2.4.8.exe
http://stardict.sourceforge.net/
安裝前必須先裝好GTK+ Runtime Environment
2.下載字典檔 (tarbal格式) ,用7-zip解壓縮放至...stardict\dict目錄
http://stardict.sourceforge.net/Dictionaries_zh_TW.php
3.自製字典檔,安裝字典檔編輯工具stardict-editor.exe
http://prdownloads.sourceforge.net/stardict/stardict-editor.rar?download
2007年2月25日 星期日
訂閱:
文章 (Atom)
ubuntu 安裝完kubernetes後做apt-get update會出現錯誤
root@k8s02:~# sudo apt-get update 已有:1 http://tw.archive.ubuntu.com/ubuntu xenial InRelease 已有:2 http://tw.archive.ubuntu.com/ubuntu xenia...
-
為符合資安要求,程式更版必須控管,並留存上線紀錄,同時為避免未經核可的程式更版發生,必須監控程式的異動。 監控的部分,這次規劃用Directort Monitor免費版,搭配自己寫的script達到監控發現程式異動時,立即用email及Line notify進行通報 Dir...
-
為了檢查是否有漏封包,寫了一支python程式接收UDP證券行情資訊,並拆解行情封包,監控並記錄接收到的資料 # -*- coding: utf-8 -*- # 若要在程式中加入中文,需要加入上行 import sys from socket import * fro...
-
今天使用Greenbone(openvas 9)對自己的個人電腦進行弱點掃描,發現有echo Service的弱點: Google微軟說明,echo service是屬於微軟 Simple TCP/IP Services中˙一項,而 Simple TCP/IP Servi...