摘要: 一.参考的对比: #include<stdio.h> #include<stdlib.h> #include<string.h> #include<malloc.h> #include<math.h> #include<time.h> #define MaxVertexNum 90000 #defi 阅读全文
posted @ 2020-04-16 21:28 记得喝牛奶 阅读(197) 评论(2) 推荐(0)
摘要: #include<stdio.h> #include<stdlib.h> #include<string.h> #include<malloc.h> #include<math.h> #include<time.h> #define MaxVertexNum 90000 #define RAND_M 阅读全文
posted @ 2020-04-16 21:27 记得喝牛奶 阅读(305) 评论(0) 推荐(0)
摘要: git下载:https://blog.csdn.net/weixin_44198965/article/details/99686507 仓库: 每个用户有一个仓库(本地)repository,还有一个中央仓库remote。联网后,提交到中央仓库。 工作空间保存当前版本,本地仓库保存多个版本 开发者 阅读全文
posted @ 2020-04-16 17:41 记得喝牛奶 阅读(116) 评论(0) 推荐(0)
摘要: cookie使用: request请求时,服务器看看有没得之前的cookie传过来,没有的话服务器创建一个返回给客户端让它保存起来 cookie设置: cookie读取: cookie删除 session使用: 这要是根据sessionid取数据,之前返回给cookie的seesionid值为随机字 阅读全文
posted @ 2020-04-16 11:43 记得喝牛奶 阅读(110) 评论(0) 推荐(0)