Skip to content

yyllove123/libraryUserful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

libraryUserful

与第三方库相关的记录

##OpenSSL

加密各种最常用的库。

编译方法:

github项目 通过脚本自动编译各种库

自己手动编辑各种库

用法:

OpenSSLRSAWrapper

##linux书籍

免费下载地址在 http://linux.linuxidc.com/

用户名与密码都是www.linuxidc.com

##NodeJs

##NPM 万恶的天网,在npm search时老不行,在search前先使用

npm config set registry https://registry.npm.taobao.org 
npm info underscore (如果上面配置正确这个命令会有字符串response)

将地址设为https://registry.npm.taobao.org

然后在pulish时 需要把它设置回来

npm config set registry https://registry.npmjs.org/
npm info underscore (如果上面配置正确这个命令会有字符串response)

##Xcode制作通用动态库

http://years.im/Home/Article/detail/id/52.html

##NodeJS常用库

http://blog.gaoqixhb.com/p/5460cada35feb9f15c1060f1

About

与第三方库相关的记录

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published