上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 139 下一页
摘要: # getYear() 与getFullYear() `getYear()` 方法返回指定的本地日期的年份。 因为 getYear() 不返回千禧年("year 2000 problem"), 所以这个方法不再被使用,现在替换为`getFullYear` 。 > **已弃用:** 不再推荐使用该特性 阅读全文
posted @ 2023-09-03 19:04 刘俊涛的博客 阅读(21) 评论(0) 推荐(0) 编辑
摘要: ## Algorithm > 每周至少做一个 Leetcode 的算法题。 ### assign-cookies ```go func findContentChildren(g []int, s []int) (ans int) { // 排序 sort.Ints(g) sort.Ints(s) 阅读全文
posted @ 2023-08-27 23:23 刘俊涛的博客 阅读(12) 评论(0) 推荐(0) 编辑
摘要: # Go语言框架有哪些? ## 三个Go语言框架的详细对比: 1. Gin Gin 框架是目前最受欢迎的 Go 语言框架之一,它具有轻量级、高性能和易于使用的特点。 Gin 框架提供了很多内置的功能,例如路由、中间件、HTTP 响应、模板渲染等等,可以帮助你快速地创建一个高质量的RESTful AP 阅读全文
posted @ 2023-08-20 23:57 刘俊涛的博客 阅读(66) 评论(0) 推荐(0) 编辑
摘要: ## Algorithm > 每周至少做一个 Leetcode 的算法题。 ### move-zeroes ```php class Solution { /** * @param Integer[] $nums * @return NULL */ function moveZeroes(&$num 阅读全文
posted @ 2023-08-20 23:54 刘俊涛的博客 阅读(12) 评论(0) 推荐(0) 编辑
摘要: # 钉钉个人版 版本号过低问题 每天开机 **个人版** 会被**专业版 更新** 给替换安装了; ![Snipaste_2023-08-18_10-41-40](https://img2023.cnblogs.com/blog/540671/202308/540671-20230818105101 阅读全文
posted @ 2023-08-18 10:51 刘俊涛的博客 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 将MySQL默认字符集改为utf8mb4 ## 查看当前默认字符集 ```mysql mysql> SHOW VARIABLES WHERE Variable_name LIKE 'character\_set\_%' OR Variable_name LIKE 'collation%'; ``` 阅读全文
posted @ 2023-08-18 09:46 刘俊涛的博客 阅读(18) 评论(0) 推荐(0) 编辑
摘要: ## 官网界面 ## ![image-20230816171905979](https://img2023.cnblogs.com/blog/540671/202308/540671-20230817095242835-1241131914.png) ### 软件界面 ![image-2023081 阅读全文
posted @ 2023-08-17 09:52 刘俊涛的博客 阅读(1996) 评论(0) 推荐(0) 编辑
摘要: # 软考改革 ## 软考真的要机考啦 > ### 2023年下半年计算机技术与软件专业技术资格(水平)考试有关工作调整的通告 > > 2023-08-14 来源: 中国计算机技术职业资格网 > > 为提升考试科学化、信息化水平,加强考试安全防控工作,确保考试公平、公正。自2023年下半年起,计算机软 阅读全文
posted @ 2023-08-16 15:30 刘俊涛的博客 阅读(19) 评论(0) 推荐(0) 编辑
摘要: # 阿里大模型之通义听悟使用体验 ***通义听悟 口令 见文末~*** ![image-20230816093035944](https://img2023.cnblogs.com/blog/540671/202308/540671-20230816095048619-1003438254.png) 阅读全文
posted @ 2023-08-16 09:51 刘俊涛的博客 阅读(111) 评论(0) 推荐(0) 编辑
摘要: ![image-20230815185708824](https://img2023.cnblogs.com/blog/540671/202308/540671-20230815185901320-1238109251.png) 有时候`layui-form `不生效是因为`div`的层级关系错误造 阅读全文
posted @ 2023-08-15 18:59 刘俊涛的博客 阅读(8) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 139 下一页