上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 50 下一页
摘要: 项目代码中有一句'白班'&'夜班' 这里的意思是: 还有上连班的. 这时,若要过滤白班人员信息需要,用模糊查询: 字段_ _contain xxx.objects.filter(onduty_type_ _contain=onduty_type_) 阅读全文
posted @ 2022-08-01 08:48 tslam 阅读(35) 评论(0) 推荐(0)
摘要: 1 %s 格式化字符串 2 f 占位符内包含变量.如{a} {b} a = 'xiaoliu' b = 12.35 print(f'{a}成绩提高了{b}') # xiaoliu成绩提高了12.35 3 format 阅读全文
posted @ 2022-07-31 21:11 tslam 阅读(15) 评论(0) 推荐(0)
摘要: 参考1<不成熟> install_scripts.py 关注点: tar.gz解压后包,如何脚本安装 经过当时测试, 最后发现此类解压后包还是手动安装为好. import osimport subprocessimport timefrom icecream import icpkgs_path = 阅读全文
posted @ 2022-07-31 14:18 tslam 阅读(61) 评论(0) 推荐(0)
摘要: 可以看出: 命令之间用&连接 from icecream import iccmd = f'cd ./{lib}'cmd1 = f'python setup.py install'# res = subprocess.Popen("dir",shell=True, stdout=subprocess 阅读全文
posted @ 2022-07-31 14:13 tslam 阅读(3943) 评论(0) 推荐(0)
摘要: 如下 其中: 直接右键以及以绝对方式运行是可以的 > python 绝对路径 阅读全文
posted @ 2022-07-31 12:56 tslam 阅读(1096) 评论(0) 推荐(0)
摘要: 若是从官网下载,那么不要 用浏览器下载, 因为其是从国外地址下,用浏览器下载慢, 可以用迅雷下,其下载快,原因暂不清楚. 总结: 若是国外下载链接(地址),用迅雷下载快. 阅读全文
posted @ 2022-07-30 09:42 tslam 阅读(321) 评论(0) 推荐(0)
摘要: 详见下图 阅读全文
posted @ 2022-07-29 17:47 tslam 阅读(48) 评论(0) 推荐(0)
摘要: 改源码之前git提交到版本库, 然后改源码后,并不会恢复到源码之前的状态. 阅读全文
posted @ 2022-07-29 16:35 tslam 阅读(26) 评论(0) 推荐(0)
摘要: 在文件夹右键 > Open Folder as PyCharm Project 阅读全文
posted @ 2022-07-29 09:51 tslam 阅读(25) 评论(0) 推荐(0)
摘要: 2.2版本文档参考地址: https://docs.djangoproject.com/zh-hans/2.2/topics/db/queries/#complex-lookups-with-q-objects 阅读全文
posted @ 2022-07-29 09:41 tslam 阅读(13) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 50 下一页