Skip to content

Instantly share code, notes, and snippets.

View zombieJ's full-sized avatar

二货爱吃白萝卜 zombieJ

View GitHub Profile
@zombieJ
zombieJ / .npmrc
Created September 10, 2017 14:29
npm mirror
electron_mirror=https://npm.taobao.org/mirrors/electron/
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
registry=https://registry.npm.taobao.org
@zombieJ
zombieJ / convert.md
Created June 30, 2017 14:49
pfx to cert & key
openssl pkcs12 -in certname.pfx -nocerts -out key.pem -nodes
openssl pkcs12 -in certname.pfx -nokeys -out cert.pem
<!-- uncomment this to get JSON support -->
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-moxy</artifactId>
</dependency>