会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
奇奇怪怪能量屋
好奇心打败
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
111
112
113
114
115
116
117
118
119
···
229
下一页
2021年2月19日
最近有时间规划一个starter
摘要: https://github.com/moocstudent/checkout-spring-boot-starter
阅读全文
posted @ 2021-02-19 01:15 ukyo--碳水化合物
阅读(47)
评论(0)
推荐(0)
2021年2月18日
数据结构与算法 复杂度分类
摘要: 如果没有for while循环的,基本都是O(1), 有基础for循环的,都是O(n) 循环内按指数递增的 如 i=i*3 记为O(logn). 循环了n遍的O(logn)则为O(nlogn). 嵌套循环的 基本为 O(n²), 如果3层嵌套,那就为 O(n³). 再更复杂的可能就更大的量去表示了
阅读全文
posted @ 2021-02-18 15:25 ukyo--碳水化合物
阅读(59)
评论(0)
推荐(0)
2021年2月17日
最近学习了围棋
摘要: 最近学习了下围棋入门 原因是alphaGo战胜围棋李世石的那个新闻 围棋的变化非常之多 且下法也较其它棋法更为广阔和自由 并没有象棋中的各种"规矩" 比如象棋中马必须跳日,而象必须是田而不能过楚河汉界,士斜线走不能出军中大帐等等 而围棋呢规则就很简单了 是比较谁在棋盘上围的地方多
阅读全文
posted @ 2021-02-17 11:45 ukyo--碳水化合物
阅读(68)
评论(0)
推荐(0)
idea 2020.3.2版本
摘要: https://www.exception.site/essay/how-to-free-use-idea-20201
阅读全文
posted @ 2021-02-17 10:43 ukyo--碳水化合物
阅读(38)
评论(0)
推荐(0)
2021年2月13日
蝴蝶效应3
摘要: .
阅读全文
posted @ 2021-02-13 22:32 ukyo--碳水化合物
阅读(70)
评论(0)
推荐(0)
2021年2月10日
刚去公司不知道wifi密码又不好意思问怎么办
摘要: https://www.cnblogs.com/itdragon/p/13619028.html
阅读全文
posted @ 2021-02-10 13:55 ukyo--碳水化合物
阅读(171)
评论(0)
推荐(0)
设计模式-解释器模式(下)
摘要: package com.example.designpattern.interpret.hard; /** * @Author: zhangQi * @Date: 2021-02-10 11:25 */ public interface Expression { long interpret();
阅读全文
posted @ 2021-02-10 12:43 ukyo--碳水化合物
阅读(49)
评论(0)
推荐(0)
设计模式-解释器模式(上)
摘要: package com.example.designpattern.interpret.easy; import lombok.AllArgsConstructor; import lombok.Getter; import org.springframework.util.StringUtils;
阅读全文
posted @ 2021-02-10 12:18 ukyo--碳水化合物
阅读(60)
评论(0)
推荐(0)
2021年2月9日
2021-2-9
摘要: https://www.cnblogs.com/syy1757528181/p/14391470.html https://github.com/achannarasappa/ticker https://ghidra-sre.org/ https://github.com/sdushantha/w
阅读全文
posted @ 2021-02-09 18:04 ukyo--碳水化合物
阅读(45)
评论(0)
推荐(0)
2021年2月8日
使用case when then并设定结果 update
摘要: https://blog.csdn.net/harry5508/article/details/89877674
阅读全文
posted @ 2021-02-08 18:29 ukyo--碳水化合物
阅读(181)
评论(0)
推荐(0)
上一页
1
···
111
112
113
114
115
116
117
118
119
···
229
下一页
公告