随笔分类 -  技术总结

摘要:<script> let arr = [1, 2, 3, 4, 5, 5, 4, 3, 2, 1]; // 1. 数组去重 let result = [...new Set(arr)]; console.log("result: ", result); // 2. 交集 let arr02 = [4 阅读全文
posted @ 2022-10-20 02:15 Felix_Openmind 阅读(112) 评论(0) 推荐(0) 编辑
摘要:核心依赖包 <!-- poi相关依赖包 start --> <dependency> <groupId>opensymphony</groupId> <artifactId>webwork</artifactId> <version>2.2.2</version> </dependency> <de 阅读全文
posted @ 2022-05-26 13:45 Felix_Openmind 阅读(329) 评论(1) 推荐(0) 编辑
摘要:内容来源: https://www.bilibili.com/video/BV1464y1Z73S?p=2 冗余码计算 例题01 例题02 数据报分片 TCP首部20字节 UDP首部8字节 DF don't fragment MF more fragment 片偏移字段,单位为8字节 数据报长度 数 阅读全文
posted @ 2021-05-10 22:41 Felix_Openmind 阅读(1089) 评论(0) 推荐(0) 编辑
摘要:什么是变量名,变量名和变量的本质? 【变量】: 程序向系统申请一块内存区域存储特定数据类型,这个区域就是变量 【变量名】:是变量所在内存区域的标识符,变量有自己的内存地址为了方便开发者使用变量而引入变量名作为内存地址的别称 什么是HashCode?Java中HashCode作用是什么? 什么是Has 阅读全文
posted @ 2021-04-29 22:13 Felix_Openmind 阅读(90) 评论(0) 推荐(0) 编辑
摘要:Vim如何搜索字符串 命令模式下,输入 【: /目标字符串】 : /user 查看下一个匹配,按下n(小写n) 跳转到上一个匹配,按下N(大写N) 关闭高亮: :nohlsearch 阅读全文
posted @ 2021-01-02 14:51 Felix_Openmind 阅读(66) 评论(0) 推荐(0) 编辑
摘要:mvc框架由model,view,controller组成,执行流程一般是:在controller访问model获取数据,通过view渲染页面。 参考链接: https://blog.csdn.net/qq_34339493/article/details/86479991?utm_medium=d 阅读全文
posted @ 2020-11-25 10:56 Felix_Openmind 阅读(310) 评论(0) 推荐(0) 编辑
摘要:1、 link标签的href属性 2、 script标签的src属性 3、 img标签的src属性 4、 ajax发送请求 5、 表单提交发送请求 6、 a标签的href发送请求 7、 iframe的src属性发送请求 阅读全文
posted @ 2020-11-25 10:54 Felix_Openmind 阅读(501) 评论(0) 推荐(0) 编辑
摘要:前后端分离概念理解 参考链接🔗: https://www.zhihu.com/question/28207685/answer/575863155?utm_source=qq&utm_medium=social&utm_oi=820027810843357184 任何事物的存在都有其必然性、合理性 阅读全文
posted @ 2020-11-25 10:53 Felix_Openmind 阅读(436) 评论(0) 推荐(0) 编辑
摘要:常用网站收集 优秀文章 DESC URL “他山之石,可以攻玉”——你的大学,怎样过? https://jinxuliang.com/blog/Article/Read/a9ec9d6d-5fa8-4c17-bb14-16363714e11a ”软件天才与技术民工“ https://blog.csd 阅读全文
posted @ 2020-08-19 17:37 Felix_Openmind 阅读(209) 评论(0) 推荐(0) 编辑
摘要:What is Practice? Practice is a habit. Practice is a routine. Practice does need to remember. Practice comes by practising. Practice needs dedication 阅读全文
posted @ 2020-08-19 15:43 Felix_Openmind 阅读(171) 评论(0) 推荐(0) 编辑

*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}
点击右上角即可分享
微信分享提示