上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 46 下一页
摘要: https://blog.csdn.net/u012935344/article/details/105577324 import requests res = requests.get(url=url, auth=('admin', 'admin')) # 元组中设置你的账号密码 print(re 阅读全文
posted @ 2020-07-04 23:40 那时一个人 阅读(523) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/nid/article/details/84712956?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.nonecase&depth_1 阅读全文
posted @ 2020-07-04 22:33 那时一个人 阅读(255) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/1482713/202007/1482713-20200702235418215-1697159526.png) ![](https://img2020.cnblogs.com/blog/1482713/202007/1482713-20200702235352260-4480041.png) 阅读全文
posted @ 2020-07-02 23:55 那时一个人 阅读(146) 评论(0) 推荐(0)
摘要: curl http://localhost:6800/schedule.json -d project=default -d spider=somespider shell 命令请求转换为python 请求: request.post('http://localhost:6800/schedule. 阅读全文
posted @ 2020-07-02 23:32 那时一个人 阅读(171) 评论(0) 推荐(0)
摘要: 如图,在优化内容这个跟踪标签下,如果没有勾选新建的复选框,在新建问题的时候就无法选择 阅读全文
posted @ 2020-07-01 20:13 那时一个人 阅读(660) 评论(0) 推荐(0)
摘要: 配置文件地址: /usr/src/redmine/config/configuration.yml # = Redmine configuration file # # Each environment has its own configuration options. If you are on 阅读全文
posted @ 2020-07-01 19:04 那时一个人 阅读(428) 评论(0) 推荐(0)
摘要: 直接分析下我的配置文件: 效果图: 配置文件: 路径:/usr/src/redmine/config/ # = Redmine configuration file # # Each environment has its own configuration options. If you are 阅读全文
posted @ 2020-07-01 12:38 那时一个人 阅读(286) 评论(0) 推荐(0)
摘要: 分享两种报表创建方式: 使用view 方式创建报表,即在数据库中创建view视图,非实体表,odoo中需要设置_auto=False create view view_table as ...; 使用实体表的方式,创建报表 然后再实体表查询时,即调用read_search方法时,重新往实体表填充数据 阅读全文
posted @ 2020-06-30 12:19 那时一个人 阅读(483) 评论(0) 推荐(0)
摘要: select * from stock_move_line where id = any('{5447,5448}'); any 这种写法一般多用于函数中,比如将某个字段的值拆分为列表 感觉这种语法完全可以用in来代替. 阅读全文
posted @ 2020-06-29 19:26 那时一个人 阅读(2121) 评论(0) 推荐(0)
摘要: 使用镜像共享的的方式迁移数据: 在原账号下创建镜像并共享: 输入对方的账号ID: 在新的账号下重装系统,并选择原账号共享的镜像, 阅读全文
posted @ 2020-06-29 11:39 那时一个人 阅读(866) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 46 下一页