继续潜水

导航

 
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页

2019年3月15日

摘要: Option Explicit Dim mdl ' the current model Set mdl = ActiveModel Dim Tab 'running table Dim col_1Dim col_2Dim col_3Dim col_4 ' 定义属性变量for each Tab in 阅读全文
posted @ 2019-03-15 11:46 继续潜水 阅读(2885) 评论(0) 推荐(0) 编辑
 

2019年3月14日

摘要: 创建一个Spring Boot工程,命名为eureka-server,并在pom.xml中引入必要的依赖,代码如下。 二 通过@EnableEurekaServer注解启动一个服务注册中心提供给其他应用程序进行对话,只需要在Spring Boot应用中添加下面这个注解就能开启此功能。 三 在默认情况 阅读全文
posted @ 2019-03-14 19:12 继续潜水 阅读(184) 评论(0) 推荐(0) 编辑
 

2019年3月13日

摘要: foreach程序耗时:27658646 msIterator程序耗时:12158150 msfor程序耗时:7618257 msfor程序耗时:7031677 msstream程序耗时:101515437 ms 阅读全文
posted @ 2019-03-13 17:41 继续潜水 阅读(7694) 评论(0) 推荐(0) 编辑
 

2019年3月4日

摘要: 1:实体使用 @Valid 使用 validation 类注解 2:String 使用 controller 添加 @Validated 阅读全文
posted @ 2019-03-04 14:06 继续潜水 阅读(686) 评论(0) 推荐(0) 编辑
 

2019年2月14日

摘要: <!-- flowchart 箭头图标 勿删 --> 转载:https://blog.csdn.net/qq_34033853/article/details/77448431 摘要:在创建类时,自动生成代码的注释模板 本篇内容为大家提供的是IntelliJ IDEA 使用教程中的文件代码模板的使用 阅读全文
posted @ 2019-02-14 16:47 继续潜水 阅读(198) 评论(0) 推荐(0) 编辑
 

2019年2月13日

摘要: /** * @description: 记录接口执行时间日志的记录 * @author: * @create 2018-12-27 16:32 */ @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface OptimizeLog { } pa... 阅读全文
posted @ 2019-02-13 16:43 继续潜水 阅读(3069) 评论(0) 推荐(0) 编辑
 

2018年12月19日

摘要: ELECTa.Included_time,SUBSTRING_INDEX( SUBSTRING_INDEX( a.file_codes, ',', b.help_topic_id + 1 ), ',',- 1 ) AS ids FROMdocument_flow_master AS aJOIN my 阅读全文
posted @ 2018-12-19 20:21 继续潜水 阅读(356) 评论(0) 推荐(0) 编辑
 

2018年12月8日

摘要: 转自: https://blog.csdn.net/jinzhencs/article/details/51682830 转自: https://blog.csdn.net/zalan01408980/article/details/79059434 阅读全文
posted @ 2018-12-08 16:15 继续潜水 阅读(166) 评论(0) 推荐(0) 编辑
 

2018年11月16日

摘要: 了解到swagger 就记录下用法 pom.xml 访问路径:ip+端口/swagger-ui.html swagger 个人感觉,适合快速开发,减少些接口文档的时间, 阅读全文
posted @ 2018-11-16 15:51 继续潜水 阅读(583) 评论(0) 推荐(0) 编辑
 

2018年10月31日

摘要: package com.b2q.web_push.util; import io.goeasy.GoEasy; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; @Component public class GoEasyUt... 阅读全文
posted @ 2018-10-31 15:43 继续潜水 阅读(3601) 评论(0) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页