# coding:utf-8 class RETCODE: OK = "0" IMAGECODEERR = "4001" THROTTLINGERR = "4002" NECESSARYPARAMERR = "4003" USERERR = "4004" PWDERR = "4005" CPWDER ...
分类:
编程语言 时间:
2021-03-01 13:03:03
阅读次数:
0
# 执行命令,返回是否执行成功retcode = subprocess.call("for tar in %s/*.tar.gz;do tar zxvf $tar -C %s;done" %(first_dir,first_dir))#执行命令,返回执行命令的结果,close_fds防止僵尸进程大量 ...
分类:
其他好文 时间:
2020-06-19 15:59:17
阅读次数:
45
本篇博客 1.事务 1.1 事物的作用 1.2 响应时间 1.3 添加事务 1.4 事务时间 1.5 判断事务结果 1.6 函数 2.检查点(检查业务是否成功) 2.1 检查点作用 2.2 函数 2.2.1文本检查 2.2.2图片检查 3.思考时间 3.1作用 3.2设置策略 3.3函数 4.集合点 ...
分类:
其他好文 时间:
2020-05-10 10:30:35
阅读次数:
64
1、后台 1.1 ResponseBean 返回封装的格式 @Data @Accessors(chain = true) public class ResponseBean { private String retCode; private String retMsg; private Map<Ob ...
分类:
其他好文 时间:
2019-11-25 13:41:34
阅读次数:
62
此函数可以调DLL,可以调宏,当然也可以调其他内部函数(知道哪个内部函数怎么用的前提下)。 1 #include <uf.h> 2 3 4 void UFUN_API_Call_DLL(char* dllPath) 5 { 6 //调系统命令 7 typedef void(*load_ufusr_f ...
分类:
其他好文 时间:
2019-11-24 10:14:27
阅读次数:
182
十四亿人的口腹之欲,是如何被满足的? https://www.weibo.com/ttarticle/p/show?id=2309404370494647344427&sudaref=dig.chouti.com&display=0&retcode=6102 https://www.weibo.co ...
分类:
其他好文 时间:
2019-06-08 22:58:59
阅读次数:
447
在直播APP制作时聊天功能是直播软件中的重要功能,在开发中经常涉及根据用户的不同分类对收发消息进行不同的处理。
分类:
移动开发 时间:
2019-05-05 17:12:56
阅读次数:
249
import java.util.Iterator; public enum CountryEnums { ONE(1,"韩"),TWO(2,"魏"),THREE(3,"赵"),FOUR(4,"齐"),FIVE(5,"楚"),SIX(6,"燕"); private Integer retCode; ... ...
分类:
编程语言 时间:
2019-04-27 21:12:02
阅读次数:
227
// 将json字符串转换为json对象 JSONObject jsonObject = JSON.parseObject(jsonStr); // {"retState":"SUCCESS","retCode":"000000","retMsg":"成功", "data":[{"id":2150,... ...
分类:
编程语言 时间:
2018-09-06 00:02:49
阅读次数:
1531
importmock#coding:gbkfromxlrdimportopen_workbookimportmockimportxlrdimportxlwtfromxlutils.copyimportcopyimportosacct=mock.acct_iddata=mock.acct_datastart_time=mock.start_timeprintstart_timeend_time=mo
分类:
编程语言 时间:
2018-08-29 18:03:19
阅读次数:
223