上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 55 下一页
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content 阅读全文
posted @ 2022-06-16 23:39 ascertain 阅读(88) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content 阅读全文
posted @ 2022-06-16 18:42 ascertain 阅读(144) 评论(0) 推荐(0)
摘要: maven-deploy: 阅读全文
posted @ 2022-06-12 23:57 ascertain 阅读(25) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/sysinternals/downloads/system-information 阅读全文
posted @ 2022-06-12 11:40 ascertain 阅读(49) 评论(0) 推荐(0)
摘要: 全局变量: ${YOUR_JENKINS_HOST}/env-vars.html 页可以查看所有可用的内置环境变量 readJSON & writeJSON: println env.JOB_NAME println env.BUILD_NUMBER println env.WORKSPACE pr 阅读全文
posted @ 2022-06-12 11:39 ascertain 阅读(81) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-06-11 15:02 ascertain 阅读(64) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-06-07 22:05 ascertain 阅读(37) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-06-07 00:25 ascertain 阅读(43) 评论(0) 推荐(0)
摘要: 声明式: dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-aop 阅读全文
posted @ 2022-06-05 19:21 ascertain 阅读(50) 评论(0) 推荐(0)
摘要: static def b(Closure closure) { println(closure) println '~' * 50 println(closure()) println '~' * 50 closure 555 println '~' * 50 closure b: 666, c: 阅读全文
posted @ 2022-06-05 16:17 ascertain 阅读(35) 评论(0) 推荐(0)
摘要: 希尔排序 public class Sort{ public static void main(String[] args){ Random random = new Random(System.currentTimeMillis()); int[] ints = new int[10]; for( 阅读全文
posted @ 2022-06-05 13:48 ascertain 阅读(55) 评论(0) 推荐(0)
摘要: 只扫描@Repository, 必须关闭默认Filter @ComponentScan(value = {"io.vent.venial"}, includeFilters = {@ComponentScan.Filter(type = FilterType.ANNOTATION, classes 阅读全文
posted @ 2022-06-04 15:47 ascertain 阅读(40) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-06-04 12:41 ascertain 阅读(61) 评论(0) 推荐(0)
摘要: package io.jot.memento; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.sp 阅读全文
posted @ 2022-06-01 23:28 ascertain 阅读(42) 评论(0) 推荐(0)
摘要: Config: package io.jot.memento; import org.springframework.context.annotation.Configuration; import org.springframework.core.MethodParameter; import o 阅读全文
posted @ 2022-06-01 21:29 ascertain 阅读(173) 评论(0) 推荐(0)
摘要: @InitBinder package io.jot.memento; import org.springframework.format.Formatter; import java.text.ParseException; import java.text.SimpleDateFormat; i 阅读全文
posted @ 2022-06-01 16:31 ascertain 阅读(76) 评论(0) 推荐(0)
摘要: package io.jot.memento; import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.support.DefaultListableBea 阅读全文
posted @ 2022-06-01 15:18 ascertain 阅读(60) 评论(0) 推荐(0)
摘要: spring: mvc: view: prefix: / # 以webapp作为起点 suffix: .jsp 阅读全文
posted @ 2022-05-30 15:37 ascertain 阅读(35) 评论(0) 推荐(0)
摘要: let arr = Array.from('vaunt') console.log(arr.slice(1, 3)) let slice = Array.prototype.slice console.log(slice) // [Function: slice] let bounded = sli 阅读全文
posted @ 2022-05-30 11:59 ascertain 阅读(27) 评论(0) 推荐(0)
摘要: 运算符重载: __add: tbl = setmetatable({ 1, 2, 33 }, { __add = function(tbl, v) -- tbl 的长度不断变化, table.insert的pos参数不能使用#tbl+1, 越界会产生 position out of bounds i 阅读全文
posted @ 2022-05-29 23:26 ascertain 阅读(39) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 55 下一页