04 2023 档案

摘要:摘自:https://www.zhihu.com/question/274590764 软件下载:http://www.itmop.com/downinfo/312793.html 软件下载:https://www.32r.com/soft/34663.html 照片修复校正DxO ViewPoin 阅读全文
posted @ 2023-04-30 17:34 LiuYanYGZ 阅读(451) 评论(0) 推荐(0) 编辑
摘要:部分摘自:https://blog.csdn.net/zh6526157/article/details/121775954 1 # -*- coding: utf-8 -*- 2 import datetime 3 import os 4 import threading 5 import tim 阅读全文
posted @ 2023-04-28 15:33 LiuYanYGZ 阅读(17) 评论(0) 推荐(0) 编辑
摘要:摘自:https://blog.csdn.net/u012483097/article/details/109997934 假如现有一个可执行文件main.so, 1.不设置CPU绑定: ./main.so 2.设置绑定到0号CPU逻辑核心: taskset -c 0 ./bind_core 3.设 阅读全文
posted @ 2023-04-18 17:58 LiuYanYGZ 阅读(47) 评论(0) 推荐(0) 编辑
摘要:python参数,既有单引号又有双引号的解决办法: 使用双引号引起来,中间的双引号使用\转义,中间的单引号不转义,如下 python3 ./pluginTool.py out/228out/tr069Transform_ass.xml tr069Transform_ass modify /tr069 阅读全文
posted @ 2023-04-03 20:55 LiuYanYGZ 阅读(324) 评论(0) 推荐(0) 编辑