PHP
文章平均质量分 63
luckhp
这个作者很懒,什么都没留下…
展开
-
Install GNUPG on Debian
1. Use apt-get install gnupg to install the program. However, when I try this on the server, it said that file not found(the http address is not valid). So I have to download and install it manually.M原创 2006-08-25 15:38:00 · 1673 阅读 · 0 评论 -
JSON introduction
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaS原创 2006-07-27 10:16:00 · 688 阅读 · 0 评论 -
convert the .pfx file to pem format
// convert the .pfx file to pem format// 1. Create pem file// in command line, input the following:// D:/OpenSSL/bin>openssl pkcs12 -in nitacheng-new.pfx -out nitacheng-new.pem -nodes// Enter原创 2006-08-08 17:07:00 · 1003 阅读 · 0 评论