会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一朵包纸
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
···
12
下一页
2020年2月27日
pycharm远程linux开发和调试代码
摘要: https://www.cnblogs.com/lei0213/p/7898301.html
阅读全文
posted @ 2020-02-27 19:32 一朵包纸
阅读(156)
评论(0)
推荐(0)
2019年12月18日
python框架Django中解决跨域问题
摘要: 原文:https://www.cnblogs.com/Eeyhan/p/10440444.html
阅读全文
posted @ 2019-12-18 10:07 一朵包纸
阅读(244)
评论(0)
推荐(0)
2019年12月2日
Flask 微电影开发
摘要: https://www.jianshu.com/c/c4db86ab52ca
阅读全文
posted @ 2019-12-02 15:19 一朵包纸
阅读(92)
评论(0)
推荐(0)
2019年11月29日
postgresql怎么恢复数据库
摘要: 1.切换到postgres用户 : sudo su - postgres 2.psql进入postgresql命令行 3. 创建一个用户如aaa: CREATE USER aaa WITH ENCRYPTED PASSWORD '123456'; 4. 赋予用户aaa超级用户权限:ALTER ROL
阅读全文
posted @ 2019-11-29 15:13 一朵包纸
阅读(2831)
评论(0)
推荐(0)
2019年11月28日
flask建表遇到的错误: flask,sqlalchemy.exc.OperationalError: (MySQLdb._exceptions.OperationalError) (1071, 'Specified key was too long; max key length is 767 bytes')
摘要: error:flask,sqlalchemy.exc.OperationalError: (MySQLdb._exceptions.OperationalError) (1071, 'Specified key was too long; max key length is 767 bytes')
阅读全文
posted @ 2019-11-28 11:16 一朵包纸
阅读(2664)
评论(0)
推荐(0)
2019年11月26日
Linux(Ubuntu)系统下使用crontab定期执行任务
摘要: 安装cron(Ubuntu系统自带) apt-get install cron 开启crontab日志 默认情况下的日志是没有开启的,我们需要找到 /etc/rsyslog.d/50-default.conf 文件的 #cron.*,把签名的#注释删掉 可以使用vim来进行文件编辑,参考 Vim入门
阅读全文
posted @ 2019-11-26 10:06 一朵包纸
阅读(781)
评论(0)
推荐(0)
2019年11月13日
Odoo中如何多workers中解决‘Bus.bus avriavle’
摘要: https://blog.csdn.net/wolfe250/article/details/89100679
阅读全文
posted @ 2019-11-13 15:23 一朵包纸
阅读(306)
评论(0)
推荐(0)
2019年10月17日
python装饰器
摘要: https://www.jianshu.com/p/ee82b941772a
阅读全文
posted @ 2019-10-17 09:53 一朵包纸
阅读(96)
评论(0)
推荐(0)
2019年10月11日
小程序开发可能会踩的坑
摘要: 1、域名必须是HTTPS 2、input组件placeholder字体颜色 写在placeholder-class里面的color并不生效,需要写在placeholder-style里面就可以了 3、wx.navigateTo无法跳转到带tabbar的页面 带有tabbar的页面,必须使用wx.sw
阅读全文
posted @ 2019-10-11 10:14 一朵包纸
阅读(279)
评论(0)
推荐(0)
2019年10月8日
Flask开发微信小程序后端基础知识准备
摘要: https://blog.csdn.net/qq_40592762/article/details/88647977
阅读全文
posted @ 2019-10-08 15:39 一朵包纸
阅读(273)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
12
下一页
公告