上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 229 下一页
摘要: 不要让追求之舟停泊在幻想的港湾,而应扬起奋斗的风帆,驶向现实生活的大海。 阅读全文
posted @ 2022-06-11 14:10 ukyo--碳水化合物 阅读(35) 评论(0) 推荐(0)
摘要: 一整根熬夜水 夏枯草 阅读全文
posted @ 2022-06-11 11:42 ukyo--碳水化合物 阅读(22) 评论(0) 推荐(0)
摘要: package com.example.grokkingalgorithmsdemo.binarysearch; import lombok.extern.slf4j.Slf4j; /** * @Author: Frank * @Date: 2022-06-04 12:12 */ @Slf4j pu 阅读全文
posted @ 2022-06-04 16:34 ukyo--碳水化合物 阅读(54) 评论(0) 推荐(0)
摘要: https://baike.baidu.com/item/%E6%9B%B2%E9%9D%A2%E7%A7%AF%E5%88%86/4570096 https://zhuanlan.zhihu.com/p/432039144 https://www.bilibili.com/read/cv75709 阅读全文
posted @ 2022-06-01 16:32 ukyo--碳水化合物 阅读(69) 评论(0) 推荐(0)
摘要: 曾经写过一个感觉比较复杂的业务,大家看看是否能直接SQL解决呢? public static <T> List<T> excelSortLoanNo(List<T> list) { Predicate<List<T>> singleOrNot = equalsList -> equalsList.size() > 1; //可针对三种情况导出列表,<T>对导出的借 阅读全文
posted @ 2022-05-28 18:50 ukyo--碳水化合物 阅读(68) 评论(0) 推荐(1)
摘要: 在一个项目中,哪些中间件、框架、或者设计模式真的帮你解决了某些困惑和代码重构问题,这些是可以记录博客的点 <if test="startTime!=null and endTime!=null and startTime!='' and endTime!=''"> and date_format(o 阅读全文
posted @ 2022-05-28 18:05 ukyo--碳水化合物 阅读(50) 评论(0) 推荐(0)
摘要: package org.example.test1; public class TestClassLoader { public static void main(String[] args) { ClassLoader classLoader = Thread.currentThread().ge 阅读全文
posted @ 2022-05-28 14:29 ukyo--碳水化合物 阅读(47) 评论(0) 推荐(0)
摘要: public class Test { public static void main(String[] args) { System.out.println("Hello World!"); } } public class Test { public static void main(Strin 阅读全文
posted @ 2022-05-28 12:12 ukyo--碳水化合物 阅读(59) 评论(0) 推荐(0)
摘要: 1.proactive The difference between proactive people and reactive people is that proactive people take initiative, and they come up with ideas to get t 阅读全文
posted @ 2022-05-25 15:44 ukyo--碳水化合物 阅读(56) 评论(0) 推荐(0)
摘要: 信号量 现在让我们从卫生间走入厨房,首先我们要明确的一点是:厨房里面可以有一个人,也可以有多个人。那我们怎么控制使用“厨房”这个公共资源的人数(线程数)?一个比较好的方法就是使用信号量。 “信号量”在编程术语中使用单词semaphore,那什么是“信号量”?信号量就好比你家厨房入口架子上摆了三把锅: 阅读全文
posted @ 2022-05-24 18:04 ukyo--碳水化合物 阅读(45) 评论(0) 推荐(0)
上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 229 下一页