-
Environment
system:win 7
node:8.3.0
the error pic :
![error](https://user-images.githubusercontent.com/14024936/29769502-3e8645fe-8c1d-11e7-9c2b-70c055b0ecdb.png)
-
## DESC
如下这种mysql没有启动错误的log,无法按照开发者的配置打印到指定的地方。
这种log,好像是框架用console.log打印出来的,不知道怎么控制。
### ENV
OS Platform: Windows 8
Node.js Version: 8.6
ThinkJS Version: 3.2.1
### 框架Log
```
{ Error: con…
-
OS Platform:macOS
Node.js Version:7.7.2
ThinkJS Version:3.0
### code
```
{ action: 'create',
'data[0][username]': '',
'data[0][nickname]': '',
'data[0][password]': '' }
```
###…
bing6 updated
7 years ago
-
## DESC
在model 中调用 this.query('select * from lock where id = 1 for update'); 导致执行多个加锁操作无效果.
查看日志发现只执行了一次该 sql. 而使用 execute 则正常. 仔细查看发现query 总是被缓存了, 即使不使用this.cache() , 或者在 config/db.js 中设置 cac…
-
## DESC
https://github.com/lizhiyang1/thinkjs-react/tree/dev
我用thinkjs + webpack,热更新能正常获取__webpack_hmr,但是获取 hot-update.json 出现404
这是否会跟 think-resource 这个 middleware 有关?
webpack-dev-middleware 采用的是…
-
## DESC
按照官方例子报错了
### ENV
OS Platform: macos
Node.js Version: 8.8.1
ThinkJS Version: 3.2.3
### code
```js
module.exports = class extends think.Model {
get schema() {
return {…
-
## DESC
### ENV
OS Platform:window 10
Node.js Version:8.0.0
ThinkJS Version:3.0
### code
```js
async addAction() {
const post =this.post();
const category_add = this.p…
-
1、使用 redis 缓存存储 Object 的时候好像没有自动序列化,我记得 thinkjs 2.0 版本是有的。
2、文档中好像没有提到能动态配置缓存参数,thinkjs 2.0 版本好像是这样:think.cache (key ,val, options ),thinkjs 3.0版本好像并没有,是否有方法动态配置缓存时间呢?
-
## DESC
### ENV
OS Platform:win7
Node.js Version:8.7
ThinkJS Version:3.2
### code
```
exports.model = {
type: 'mongoose',
common: {
logConnect: isDev,
logSql: isDev,…
-
### ENV
OS Platform: windows
Node.js Version:8.3.0
ThinkJS Version:3.2.1
### error message
How disable return 404 when controller not exist? I want redirect to another controller or rou…