-
## DESC
不管是 npm 还是 cnpm, 都是安装 2.1.1 版本
强制卸载也无法卸载, 卸载后 thinkjs -V 还是显示 2.1.1
请问如何安装 3.x 版本?
### ENV
OS Platform:windows 7
Node.js Version:8.9.1
ThinkJS Version:2.1.1
### code
```js
…
-
## DESC
在thinkjs2的时候配置cache过期很简单。thinkjs3.的配置变成了针对adapter的配置。比如说我开发时要用到
```javascript
await this.cache(cacheKey, cacheValue, {file: {timeout: 10 * 60 * 1000}});
```
但是在部署到服务器上要使用redis,难道要把代码都…
-
>系统概况
服务器系统:linux
Node.js版本:9.8.0
V8引擎版本:6.2.414.46-node.21
MySQL版本:5.7.21-0ubuntu0.16.04.1
ThinkJS版本:3.2.7
FireKylin版本:1.0.1
失败信息:
跳转至`/admin/api/file/get?exporter=markdown`
然后 内容为`{"errno…
-
I'm gonna search some code through SourceGraph, e.g.: https://sourcegraph.com/github.com/thinkjs/thinkjs@2.x
This is the `2.x` branch of `thinkjs`, not the master branch. The Github search feature …
-
## DESC
用hprose-nodejs做客户端调用hprose服务器
```
const hprose = require('hprose');
module.exports = class extends Base {
async indexAction() {
var client = new hprose.HttpClient('http://l…
-
下面是我用thinkjs框架中src/config/adapter.ts里面的配置代码
```js
jwt: {
handle: JWTSession,
secret: 'rongyi', // 相当于服务端秘钥
tokenType: 'header', // Token传递方式 ['query', 'body', 'header', 'cookie'], …
-
在更新主表的时候 https://github.com/thinkjs/think-model/blob/debc587f54954a911db5688bf2a35de09ebf5f33/src/model.js#L520
在更新关联表的时候 https://github.com/thinkjs/think-model/blob/debc587f54954a911db5688bf2a35d…
-
## DESC
### ENV
OS Platform:
Node.js Version:9.x
ThinkJS Version:3.2.7
### code
```js
const rules = {
[this.ctx.state.pathName]: {
required: true,
…
-
## DESC
请求参数同名时,如果请求参数值为字符"=","="时则解析到的参数数组第一个元素会多加一个空格,
### ENV
OS Platform: mac
Node.js Version: v8.9.1
ThinkJS Version:3.2.7
### code
```html
```
后台拿到的参数的第一个元素有多余空格
``…
-
## DESC
关于上传文件限制文件大小的配置问题
### ENV
OS Platform:
win10
Node.js Version:
v8.9.3
ThinkJS Version:
2.2.1
### code
```js
let video = this.file('video');
```
### error message
```
Err…