logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

VS2013各种类型转换

1.CString到const char *的转换 一种方法:CString str=_T("这是我的测试程序。");// 先得到要转换为字符的长度const size_t strsize=(str.GetLength()+1)*2; // 宽字符的长度;char * pstr= new char[strsize]; //分配空间;size_t

#visual studio
springboot实现多实例crontab抢占定时任务

github:https://github.com/jiasion/eslogwechat:minghui-666利用redisson实现多实例抢占定时任务pom.xml<dependency><groupId>org.redisson</groupId><artifactId>r...

springboot实现多实例crontab抢占定时任务

github:https://github.com/jiasion/eslogwechat:minghui-666利用redisson实现多实例抢占定时任务pom.xml<dependency><groupId>org.redisson</groupId><artifactId>r...

到底了