240 发简信
IP属地:辽宁
  • NodeJS切换版本引发问题

    一、 NodeJS切换版本后,可能会引起即存项目无法正常运行问题。 原因1:某些C/C++开发的模块,需要重新编译安装。项目中遇到问题的模块有:...

  • PM2开机自启动

    使用pm2启动node# pm2 start /home/wwwroot/web.js --watch dump这些进程列表# pm2 save...

  • iOS证书配置

    1.TARGETS-Build Settings-Code Signing2.PROJECT-Build Settings-Code Signing

  • iOS证书

    一、证书颁发机构 根证书(AppleWWDRCA.cer) 二、证书签发请求 1988ForApp2016.p12CertificateSign...

  • node.js模块

    每个文件都在沙盒中运行,突破沙盒使用global或不加var

  • 安装node模块ibm_db、nodegit遇到的坑

    一、安装ibm_db模块 ibm_db依赖dsdriver,下载v10.5fp4_linuxx64_dsdriver.tar.gz ibm_db...

  • libdb2.so.1: cannot open shared object file: No such file or directory

    Got this error while deploying a Rails app on Nginx: This means that the...

  • CentOS安装附加软件

    一、FreeIPA(需要centos7) 添加yum源:/etc/yum.repos.d/freeipa.repo 关闭防火墙和selinux ...