-
## DESC
[think-sequelize](https://github.com/thinkjs/think-sequelize)
想用 Mssql 数据库,使用 think-sequelize 插件,已根据 How to Use 配置
### ENV
OS Platform: win 10 pro 64x
Node.js Version: v9.1.0
Thin…
-
## DESC
### ENV
OS Platform:mac os 10.13
Node.js Version:9.0
ThinkJS Version:3.26
错误如下图所示
![image](https://user-images.githubusercontent.com/17589354/34069191-f4b1846a-e285-11e7-81b2…
-
After the app started 12 ~ 24 hours, it came across such an error. The stack trace listed bellow:
```
[Error] Error: This socket has been ended by the other party
Reed-0 (err): at Socket.writeAft…
-
好久没到thinkjs这边来了, 因为近2个月都在做vue的前端产品研发
我发现用vue也只是前端为主,要真的做成一套产品缺少后端还真的不行
于是我就想:
1,通过 thinkjs 做 RESTful API 专们提供api
2,用vue做前端,只做交互
于是昨天我脑门发热,
经过一天的学习和配置终于可以访问啦
首先
我的用户数据表名为: aws_users
我访问项目…
-
## DESC
### ENV
OS Platform:
Node.js Version:9.6
ThinkJS Version:3.2.6
### code
```js
// your code here
返回结果:
{ count: '11',
totalPages: NaN,
pageSize: 10,
currentPage: 1…
-
## DESC
### ENV
OS Platform:
Node.js Version:8.9.3
ThinkJS Version:3.2
### code
```js
///src/middleware/xxx.js
export default (options, app) => {
return async (ctx, next) => {…
-
## DESC
3.2.4下webstorm debug启动development.js报Unhandled rejection TypeError: process.send is not a function
### ENV
OS Platform:
MAC
Node.js Version:
8.9.1
ThinkJS Version:
3.2.4
### code
…
-
## DESC
### ENV
OS Platform:
WIN10
Node.js Version:
V8.1.2
ThinkJS Version:
3.2.4
### code
```js
// controller file
async testAction() {
let device_id = 1;
let chann…
-
## DESC
Same as the issue https://github.com/thinkjs/thinkjs/issues/915, now it can be achieved by require that service directly, but what if using think.service?
In SpringFramework, service layer a…
-
## DESC
如题
### ENV
OS Platform: windows 7
Node.js Version: v8.9.3
ThinkJS Version:v3.2.5
### code
```js
// your code here
```
### error message
```
// your error message he…