
nodejs
建安七子
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux下安装nodejs出现 npm-cli.js: No such file or director 的真正解决方案
今天在centos下安装nodejs 官网下载安装包 解压 扔到远程机器上 添加环境变量 执行 >node -v v10.14.2 正常 执行 >npm -v ********************npm-cli.js: No such file or director 报错了 看一眼,没这个文件? 去对应目录看一下,有这个文件啊 那就是路径的问题 去bin下面看一下npm文件 ...原创 2019-10-14 16:31:01 · 2679 阅读 · 1 评论 -
nodejs中查询mysql防止SQL注入
Performing queries The most basic way to perform a query is to call the .query() method on an object (like a Connection, Pool, or PoolNamespace instance). The simplest form of .query() is .query(sql...转载 2018-08-03 14:39:27 · 6488 阅读 · 0 评论