会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一朵包纸
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
2020年4月9日
小程序colorUI框架初步使用教程
摘要: https://blog.csdn.net/IT_TIfarmer/article/details/88380308
阅读全文
posted @ 2020-04-09 22:03 一朵包纸
阅读(2216)
评论(0)
推荐(0)
2020年4月1日
类似按键精灵的鼠标键盘录制和自动化操作 模拟点击和键入 (KeyMouseGo)
摘要: github项目地址: https://github.com/taojy123/KeymouseGo
阅读全文
posted @ 2020-04-01 17:09 一朵包纸
阅读(1523)
评论(0)
推荐(0)
2020年3月31日
如何在postgresql中,一句sql完成未有数据记录的insert,再update的操作
摘要: 下面是sql语句: insert into jd_api_data_20200116 (id,name) select id,city from province_and_city as a where id = 1 on conflict(id) do update set name = EXCL
阅读全文
posted @ 2020-03-31 12:01 一朵包纸
阅读(1122)
评论(0)
推荐(0)
2020年3月23日
git忽略规则以及.gitignore文件不生效解决办法
摘要: https://www.jianshu.com/p/60281010a215
阅读全文
posted @ 2020-03-23 14:33 一朵包纸
阅读(104)
评论(0)
推荐(0)
2020年3月10日
轻量级BI工具Superset的搭建与使用
摘要: 安装指南至少需要python3.6及以上版本:#############################################################自己从头到尾建立运行superset:1.pip install virtualenv 2.mkdir superset3.cd s
阅读全文
posted @ 2020-03-10 15:01 一朵包纸
阅读(1026)
评论(0)
推荐(0)
Linux 上安装配置虚拟环境
摘要: 先安装pip3和virtualenv sudo apt install python3-pip pip3 install --upgrade pip # 升级pip工具,可选 sudo apt install python-virtualenv 然后进入项目环境中进行虚拟环境激活和创建 cd pro
阅读全文
posted @ 2020-03-10 14:59 一朵包纸
阅读(166)
评论(0)
推荐(0)
在 deepin 15.10+ 上安装 Python3.6
摘要: https://ldsink.com/articles/how-to-install-python-3-on-deepin-15/ 最近整理博客,发现很大一部人都是新手教程性质的“How to”类,内容主要是记录怎么手把手解决事情。没什么难度,非常简单,都是查询官方文档或者Google搜索出的解决方
阅读全文
posted @ 2020-03-10 14:15 一朵包纸
阅读(1171)
评论(0)
推荐(0)
2020年3月9日
python进入和退出虚拟环境
摘要: 在bin目录下,激活虚拟环境:source activate 退出虚拟环境:deactivate 参考网址:https://www.linuxidc.com/Linux/2019-01/156137.htm
阅读全文
posted @ 2020-03-09 15:23 一朵包纸
阅读(10171)
评论(0)
推荐(0)
2020年3月1日
小程序报错: Error: Only digits (0-9) can be put inside [] in the path string:
摘要: https://developers.weixin.qq.com/community/develop/doc/000accfcdb44c0d12bd8d0aa351c00
阅读全文
posted @ 2020-03-01 01:06 一朵包纸
阅读(5517)
评论(0)
推荐(0)
2020年2月28日
Sublime 如何运行虚拟环境中python的Flask框架
摘要: http://www.xueshanlinghu.com/excellent-articles/2626.html
阅读全文
posted @ 2020-02-28 21:07 一朵包纸
阅读(523)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
12
下一页
公告