摘要: 本地代码来源: 1、先下载安装git; 2、在想下载代码的地方“右键”-“open git bash here”; 3、输入命令: git init git clone https://codeup.aliyun.com/XXXXXXXXX.git 输入服务端账号密码。 阅读全文
posted @ 2024-06-22 09:56 no-i-can 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Restful风格编程 是一个资源定位、资源操作的风格。 更简洁、更有层次,更易于实现缓存等机制。 golang http标准库 客户端功能 https://www.juhe.cn/ https://www.duoke360.com/post/4992 http请求:GET func testGet 阅读全文
posted @ 2023-11-22 13:54 no-i-can 阅读(16) 评论(0) 推荐(0) 编辑
摘要: golang解力扣203. 移除链表元素并举例验证解法 题目:给你一个链表的头节点 head 和一个整数 val ,请你删除链表中所有满足 Node.val == val 的节点,并返回 新的头节点 。 解法: package main​import "fmt"​type ListNode stru 阅读全文
posted @ 2022-09-17 15:19 no-i-can 阅读(97) 评论(0) 推荐(0) 编辑
摘要: PPT技巧篇 提升审美的网站: 花瓣网https://huaban.com/ 站酷https://www.zcool.com.cn/ 让文字高大上的五招: 给文字加上边框 图文结合 镂空字 强调重点 形象化 规避审美疲劳: 不要选择宋体 不要用艺术字、阴影和渐变 PPT配色不能超过四中; 可以从Lo 阅读全文
posted @ 2022-08-11 16:55 no-i-can 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 参数化日期 @now('yyyy-MM-dd HH:mm:ss') XML返回报文值提取 //Result 阅读全文
posted @ 2022-08-11 11:10 no-i-can 阅读(6) 评论(0) 推荐(0) 编辑