(1)下載openssl源碼,編譯,安裝http://www.openssl.org/source/$ ./config$ make$ sudo make install (2)編譯,安裝python編輯python源碼目錄下的Modules/Setup.dist檔案,添加SSL支援:# Socket module helper for SSL support; you must comment out the other# socket line above, and possibly
Intimate knowledge of your code editor is required to be competent and productive developer. Here is a list of shortcuts anyone on the path to becoming an emacs guru should be familiar with. This shortcut reference card covers mostly intermediate
【轉載於】http://www.jiscdigitalmedia.ac.uk/stillimages/advice/vector-graphics-illustrated-glossary/SummaryAn alphabetical list of commonly-used terms in vector graphics. Eachterm is defined and accompanied by one or more illustrations.There are many
To code quickly, you must quit codingBy DanielBMarkham on November 12, 2010 8:21 AM The best way to use your time can be very counter-intuitiveI did something yesterday that doubled my daily coding performance. It was easy, cheap, and made a
Current Interfaces~~~~~~~~~~~~~~~~~~The following interface layers currently exist in sysfs:- devices (include/linux/device.h)----------------------------------Structure:struct device_attribute { struct attribute attr; ssize_t
CHS:Cylinder、Head、Sector/Track,如下: Cylinder柱面數表示硬碟每面盤面上有幾條磁軌,編號是從0開始,最大為1023,表示有1024個磁軌。Head磁頭數表示磁碟共有幾個磁頭,也就是幾面盤面,編號從0開始,最大為255,表示有256個磁頭。Sector/Track扇區數表示每條磁軌上有幾個扇區,編號從1開始,最大為63,表示63個扇區,每個扇區為512位元組,他是磁碟的最小儲存單位。1024個柱面 x 63個扇區 x 256個磁頭 x 512byte = 84