-
## DESC
### ENV
OS Platform:
centos7
Node.js Version:
v10.9.0
ThinkJS Version:
think-cli 2.2.5
### code
全部按照文档配置
```js
//src/controller/ws
module.exports = class extends think.Controll…
-
不知道是不是配置原因,mysql在使用一段时间后就会断开连接
```js
Error: Pool is closed.
at Pool.getConnection (/opt/apps/other/node_modules/mysql/lib/Pool.js:25:15)
at Promise (/opt/apps/other/node_modules/think-he…
-
## DESC
不知道是不是跟我在构造函数里面预定义了model然后用this.xxx.db()传参进去有关,尝试不用this关键字也是一样的报错。以前曾经用过这个多表关联事物没有发生过错误,版本一样是2.2
### ENV
development
OS Platform:
OSX
Node.js Version:
8.11.0
ThinkJS Version:
2.2
#…
-
## DESC
[Error] Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MariaDB client
当我使用MariaDB时候会报这个错误,是否Thinkjs不支持呢?
##…
hhdem updated
6 years ago
-
## DESC
### 分页查询时表主键只能是 "id",但是很多场景或者出于安全考虑表的默认主键名不叫"id"而是 "d34wte_id" 或者任意 !== "id" 的字段名都会报错
### ENV
OS Platform:
```
ProductName: Mac OS X
ProductVersion: 10.13.6
BuildVersion: 17G65
…
-
## DESC
文档显示,应该返回ID,但由于创建的数据字段 并没有设置主键ID而是生成的随机hash作为ID,所以无法返回
请问在此情况下,如何状态数据是否添加成功?
## ENV
DEV
Platform:
mac
Node.js Version:
6.9
ThinkJS Version:
2.2.12
-
# DESC
在model里面使用 this.mongo提示错误
### ENV
OS Platform: windows
Node.js Version: 9.4
ThinkJS Version: 3
### code
```js
module.exports = class extends think.Mongo {
async getList() {…
l0ca1 updated
6 years ago
-
参考您的代码学习的thinkjs,搭的博客,删减了部分功能,当然后面会慢慢添加很多东西,可以给个位置吗
网站:http://chejinsong.com 名字:Song丶
-
## DESC
通过官方文档新建了一个 resuful api
> thinkjs controller test -r
然后我按文档修改了router
> ['/test/:id?', 'rest'], // 第三种方式
然后再次
> npm start
访问对应的url
> think-router matchedRule: {"match"…
-
## DESC
postgresql 使用 model().add() 新增数据返回 uuid 的主键成功,但并不能完整返回 uuid
### ENV
"ali-oss": "^6.0.1",
"think-cache": "^1.0.0",
"think-cache-file": "^1.0.8",
"think-fetch": "^1.1…