随笔分类 -  NodeJs

Be a good front-end engineer.
Mac生成RSA公钥和私钥
摘要:app嵌入支付宝SDK需要RSA秘钥,按照支付宝的教程https://help.alipay.com/support/help_detail.htm?help_id=397433&sh=Y&tab=null&info_type=9制作RSA秘钥现在记录一下这个过程。 mac上自带了openssl工具 阅读全文
posted @ 2018-05-10 10:36 Veritas_Yang 阅读(3793) 评论(0) 推荐(1)
nodejs使用
摘要:required 模块 require可以引入模块,就像iOS里面的#import 下面的代码是引入http模块 使用http创建服务器 启动nodejs需要使用终端进入到文件夹内部,直到看到自己的js文件,使用node空格加自己的js文件名和后缀,-->> node node.js 然后访问打印出 阅读全文
posted @ 2018-04-20 17:42 Veritas_Yang 阅读(170) 评论(0) 推荐(0)
NodeJs同步、异步加载
摘要:同步 异步: 阅读全文
posted @ 2018-04-20 11:31 Veritas_Yang 阅读(890) 评论(0) 推荐(0)