-
thinkjs多模块项目模式启动报错
$ cloudbase new tcbstarter thinkjs-starter
$ tcb
多模块化以后:
"thinkjs": {
"metadata": {
"name": "thinkjs-starter",
"description": "application created by th…
-
有个很小的业务线,并发量一上来后,就会造成大量的死连接,程序本身并不释放,只有重启服务才会释放掉,应用程序服务器和数据库都在阿里云,但不在同一个区,走的外网建立连接,这种情况如何解决?
### ENV
OS Platform: Centos 7
Node.js Version: 8.9.4
ThinkJS Version: 3.2
PostgreSQL: 阿里云单实例1核\1G …
-
## DESC
thinkjs3.0 beta3 用`thinkjs new demo` 生成的项目,在webstorm里面点击 调试 development.js 不能启动
## ENV
development
Platform:
mac
Node.js Version:
8.1.4
ThinkJS Version:
3.0 beta
-
访问thinkjs服务的时候,
cookie列表中有
PHPSESSID和thinkphp_show_page_trace两个key,请问可以修改这个名称吗?
-
## DESC
### ENV
OS Platform: windows
Node.js Version:8.3
ThinkJS Version:3.2
### model
```js
async getInfo($where){
return this.alias('a').join({
admin_action: {
…
-
日志没有报错,本地启动一切正常。不知道什么原因。tcb到服务器上就是不行。
部署后访问显示Internal Server Error
```
START RequestId:f3d58e58-a97c-11eb-8fcd-525400dd5846
f3d58e58-a97c-11eb-8fcd-525400dd5846 n TypeError: this.socket.set…
-
## DESC
### ENV
OS Platform:
Node.js Version:
ThinkJS Version:
### code
```js
// your code here
```
### error message
```
// your error message here
```
### more descrip…
-
## DESC
hello
如题?
## ENV
Platform: centos 6.8
Node.js Version: 6.9
ThinkJS Version: 2.2.26
-
Such as the title, it should be possible to specify the default Keep-Alive time of Http Server, but I did not find relevant information in the document.
![image](https://user-images.githubuserconte…
-
## DESC
请问在定时任务中,可以获取到 controller实例吗, 并且调用controller实例中定义的方法
### ENV
OS Platform:
Node.js Version: 12.0+
ThinkJS Version: 3.0
### code
```js
// your code here
```
### error me…