-
在 /admin 界面中可以创建新的Wechat 和 Page 这两个东西的作用有点不懂这两个界面的内容和 new post界面的内容一致呀。而且在OctBlog db中只有post这个collection,他们的具体分别只在post_type, 这是什么用意呀?
http://localhost:5000/admin/new-wechat/
http://localhost:5000/adm…
-
```bash
[root@localhost wechat-admin]# npm run build
> wechat-vue-admin@1.0.0 build /vagrant/wechat-admin
> node build/build.js
⠼ building for production...
Starting to optimize CSS...
Proce…
-
{"code":22001,"msg":"SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'memo' at row 1\nThe SQL being executed was: INSERT INTO `record` (`user_id`, `task_id`, `status`, `ac…
meolu updated
7 years ago
-
已pip install itchat
-
`COPY models libs static templates uploads wechat-plugins views wechat *.py requirements.txt local_settings.py.tmpl /web/`
代码缺少uploads 和 wechat-plugins 这两个目录,自己创建就好了
建议加上
-
```php
public function create()
{
return Admin::content(function (Content $content) {
$content->header('header');
$content->description('description');
…
-
wiki的介绍看不懂啊
自定义缓存的setter和getter函数怎么写呢?
比如我使用User类管理成员时,怎么确定我使用的是自定义缓存,而非系统的文件缓存呢?
Insua updated
7 years ago
-
持续出现二维码扫描报`查找失败(4,-1)`的错误,并且,刷新登录页以重新获取二维码,刷新两到三次后,服务器就连接不上了。关闭服务并重新执行:
```bash
venv/bin/gunicorn app:app --bind 192.168.33.10:8100 -w 4 -t 0
```
才能继续访问登录页。同样,直接刷新页面两到三次后,继续访问不了了。
![刷新页面两三…
-
后端安装起来貌似还是挺复杂的,能否提供docker支持?
-
```
sqlalchemy.exc.InternalError: (pymysql.err.InternalError) (1366, "Incorrect string value: '\\xE5\\x91\\xA8\\xE5\\xB8\\x85' for column 'nick_name' at row 1") [SQL: 'INSERT INTO users (create_at, i…
jpacg updated
7 years ago