2022年7月18日

学新的组件到官网找包

摘要: 学新的组件到官网找包 三部曲: 1、添加依赖 2、编写启动类 3、编写配置文件,端口号之类的 上面的mvn包用第二个,找组件包要找spring开头的,因为现在是springboot的时代,要用springboot封装过的 阅读全文

posted @ 2022-07-18 16:28 -G 阅读(17) 评论(0) 推荐(0) 编辑

2022年7月17日

链路追踪技术

摘要: 如何还是不行,就说远程操控一下对方的系统和进对方机房看看;若不给看,则说拿回去更新。对方问怎么更新,就说不能公开,因为你们也不让我们看。 阅读全文

posted @ 2022-07-17 15:57 -G 阅读(18) 评论(0) 推荐(0) 编辑

2022年7月2日

面试前的准备A—主要组件们的作用

摘要: Redis: 关系型数据库和非关系型数据库的区别 https://blog.csdn.net/weixin_43697214/article/details/123863356 redis中list set zset的区别 https://blog.csdn.net/Ada_yangyang/art 阅读全文

posted @ 2022-07-02 23:10 -G 阅读(22) 评论(0) 推荐(0) 编辑

2022年5月14日

404异常

摘要: 404 400请求参数错误 阅读全文

posted @ 2022-05-14 16:51 -G 阅读(24) 评论(0) 推荐(0) 编辑

2022年5月1日

如何快速入门伪代码

摘要: https://www.latexlive.com/http://webdemo.myscript.com/views/math/index.html#https://web.baimiaoapp.com/image-to-latex https://zhuanlan.zhihu.com/p/166 阅读全文

posted @ 2022-05-01 10:56 -G 阅读(63) 评论(0) 推荐(0) 编辑

2022年4月11日

python 图片灰度化处理

摘要: import cv2 def Image_gray(image):#灰度化函数 h, w, ch = image.shape for row in range(h): for col in range(w): b = image[row, col, 0] g = image[row, col, 1] 阅读全文

posted @ 2022-04-11 17:55 -G 阅读(234) 评论(0) 推荐(0) 编辑

2022年4月7日

python 堆

摘要: 堆 Heap 一种二叉树的结构 - >完全二叉树 https://www.jianshu.com/p/801318c77ab5 https://www.cnblogs.com/namejr/p/9942411.html """Heap queue algorithm (a.k.a. priority 阅读全文

posted @ 2022-04-07 21:35 -G 阅读(80) 评论(0) 推荐(0) 编辑

2022年4月6日

can not import Protocol from typing

摘要: https://stackoverflow.com/questions/54274630/can-not-import-protocol-from-typing 阅读全文

posted @ 2022-04-06 21:00 -G 阅读(21) 评论(0) 推荐(0) 编辑

2022年4月4日

python 单向链表

摘要: 阅读全文

posted @ 2022-04-04 23:57 -G 阅读(7) 评论(0) 推荐(0) 编辑

python Queue队列

摘要: 阅读全文

posted @ 2022-04-04 21:46 -G 阅读(17) 评论(0) 推荐(0) 编辑

导航