上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 46 下一页
摘要: ![](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 那时一个人 阅读(145) 评论(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 那时一个人 阅读(170) 评论(0) 推荐(0)
摘要: 如图,在优化内容这个跟踪标签下,如果没有勾选新建的复选框,在新建问题的时候就无法选择 阅读全文
posted @ 2020-07-01 20:13 那时一个人 阅读(658) 评论(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 那时一个人 阅读(422) 评论(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 那时一个人 阅读(285) 评论(0) 推荐(0)
摘要: 分享两种报表创建方式: 使用view 方式创建报表,即在数据库中创建view视图,非实体表,odoo中需要设置_auto=False create view view_table as ...; 使用实体表的方式,创建报表 然后再实体表查询时,即调用read_search方法时,重新往实体表填充数据 阅读全文
posted @ 2020-06-30 12:19 那时一个人 阅读(481) 评论(0) 推荐(0)
摘要: select * from stock_move_line where id = any('{5447,5448}'); any 这种写法一般多用于函数中,比如将某个字段的值拆分为列表 感觉这种语法完全可以用in来代替. 阅读全文
posted @ 2020-06-29 19:26 那时一个人 阅读(2118) 评论(0) 推荐(0)
摘要: 使用镜像共享的的方式迁移数据: 在原账号下创建镜像并共享: 输入对方的账号ID: 在新的账号下重装系统,并选择原账号共享的镜像, 阅读全文
posted @ 2020-06-29 11:39 那时一个人 阅读(862) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- # Define your item pipelines here # # Don't forget to add your pipeline to the ITEM_PIPELINES setting # See: https://docs.scra 阅读全文
posted @ 2020-06-28 01:04 那时一个人 阅读(355) 评论(0) 推荐(0)
摘要: apt install lrzsz rz # 该命令会打开文件选择窗口 sz # 下载文件 rz中的r意为received(接收),输入rz时、意为服务器接收文件,既将文件从本地上传到服务器。 sz中的s意为send(发送),输入sz时、意为服务器要发送文件,既从服务器发送文件到本地,或是说本地从服 阅读全文
posted @ 2020-06-27 17:26 那时一个人 阅读(686) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 46 下一页