上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 46 下一页
摘要: git remote set-url origin 阅读全文
posted @ 2020-06-12 22:59 那时一个人 阅读(172) 评论(0) 推荐(0)
摘要: 删除某个文件夹后commit 不会成功, 使用git commit -am 'test' 就能将所有的文件提交 阅读全文
posted @ 2020-06-12 22:49 那时一个人 阅读(10398) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_44783961/article/details/89892969 将py文件的后缀更改为.pyw 阅读全文
posted @ 2020-06-12 17:12 那时一个人 阅读(3930) 评论(0) 推荐(0)
摘要: Python 标准库的 ConfigParser 模块提供一套 API 来读取和操作配置文件。 https://blog.csdn.net/shuzishij/article/details/81915149 阅读全文
posted @ 2020-06-12 14:18 那时一个人 阅读(207) 评论(0) 推荐(0)
摘要: https://www.odoo.com/zh_CN/forum/help-1/question/odoo-9-src-variable-for-iframe-in-ir-ui-view-112584 https://www.odoo.com/zh_CN/forum/help-1/question/ 阅读全文
posted @ 2020-06-11 19:03 那时一个人 阅读(1032) 评论(0) 推荐(1)
摘要: 以python代码为例: import requests def func(): session = requests.session() url = 'http://IP:8069/web?db=temp' # 指定数据库名称 url2 = 'http://IP:8069/stock_ex/sto 阅读全文
posted @ 2020-06-11 12:50 那时一个人 阅读(1213) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/guge907/article/details/18003081 https://community.jaspersoft.com/wiki/allow-anonymous-access-reports 阅读全文
posted @ 2020-06-11 11:13 那时一个人 阅读(394) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_41204464/article/details/86707216 阅读全文
posted @ 2020-06-10 17:46 那时一个人 阅读(690) 评论(0) 推荐(0)
摘要: https://www.jb51.net/article/135153.htm In [19]: '123456789'[-3:0:-1] Out[19]: '765432' 其中-3 表示开始位置,0 表示结束位置, -1 表示步长,若步长为负数,则表示读取的数据从后往前进行. 阅读全文
posted @ 2020-06-10 11:14 那时一个人 阅读(149) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/zzq900503/article/details/78913228 阅读全文
posted @ 2020-06-10 00:18 那时一个人 阅读(231) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 46 下一页