06 2022 档案

摘要:接口 /admin/actuator management: endpoints: web: exposure: exclude: '*' 处理方式是在nacos中的application文件中 阅读全文
posted @ 2022-06-30 16:55 全琪俊 阅读(275) 评论(0) 推荐(0) 编辑
摘要:mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl 阅读全文
posted @ 2022-06-27 10:04 全琪俊 阅读(172) 评论(0) 推荐(0) 编辑
摘要:response.setContentType("application/octet-stream; charset=UTF-8"); //response为HttpServletResponse对象response.setContentType("application/vnd.ms-excel; 阅读全文
posted @ 2022-06-27 09:28 全琪俊 阅读(232) 评论(0) 推荐(0) 编辑
摘要:Wrapper<WxAutoReply> queryWrapper = Wrappers.<WxAutoReply>lambdaQuery() .eq(WxAutoReply::getReqKey, wxAutoReply.getReqKey()) .eq(WxAutoReply::getRepTy 阅读全文
posted @ 2022-06-27 09:15 全琪俊 阅读(973) 评论(0) 推荐(0) 编辑
摘要:import java.io.*;import java.net.HttpURLConnection;import java.net.MalformedURLException;import java.net.URL;import java.net.URLEncoder;import java.ut 阅读全文
posted @ 2022-06-23 14:54 全琪俊 阅读(4716) 评论(0) 推荐(0) 编辑
摘要:table-create-db: username: root password: xxx driver-class-name: com.mysql.cj.jdbc.Driver url: CREATE TABLE `work_table` ( `id` int(10) unsigned NOT N 阅读全文
posted @ 2022-06-23 14:50 全琪俊 阅读(330) 评论(0) 推荐(0) 编辑
摘要:SELECTCOLUMN_NAMEcolumnName,COLUMN_TYPE columnType,DATA_TYPE dataType,CHARACTER_MAXIMUM_LENGTH characterMaximumLength,IS_NULLABLE isNullable,COLUMN_DE 阅读全文
posted @ 2022-06-15 11:33 全琪俊 阅读(631) 评论(0) 推荐(0) 编辑
摘要:<insert id="insertUser" > insert into sys_user(id,username,salt,password,phone,dept_id,real_name,dd_user_id) values (#{param.id},#{param.username},#{p 阅读全文
posted @ 2022-06-13 13:50 全琪俊 阅读(39) 评论(0) 推荐(0) 编辑
摘要:@Api(value = "定时任务执行", tags = "定时任务执行")@Slf4j@Component@EnableSchedulingpublic class ScheduledController { //@Scheduled(fixedRate = 60000)//每隔一分钟执行一次 阅读全文
posted @ 2022-06-10 14:01 全琪俊 阅读(36) 评论(0) 推荐(0) 编辑
摘要:public String obtainAccessToken() throws ApiException { SysPublicParam dingTalkAccessToken = sysPublicParamService.getOne(new LambdaQueryWrapper<SysPu 阅读全文
posted @ 2022-06-10 13:42 全琪俊 阅读(724) 评论(0) 推荐(0) 编辑
摘要:#项目 server { listen 81; server_name X.XXX.XXX.XX; location / { root /gds/xxx/dist/; try_files $uri $uri/ @router; index index.html index.htm; } locati 阅读全文
posted @ 2022-06-09 17:05 全琪俊 阅读(196) 评论(0) 推荐(0) 编辑
摘要:/** * 去掉小数点后面的零 * @param str * @return */ public static String trimZero(String str) { if(str==null){ return ""; } if (str.indexOf(".") > 0) { // 去掉多余的 阅读全文
posted @ 2022-06-08 16:14 全琪俊 阅读(20) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示