摘要: function fun1(){ Git上传项目到github Folder——>Git bash here Execute command: --git clone 仓库地址 多出一个文件夹 把其他文件复制到此文件夹 --cd 文件夹名 --git add . --git commit -m "提 阅读全文
posted @ 2019-04-06 16:51 AKIMETA 阅读(139) 评论(0) 推荐(0)
摘要: 几次装机,Notes已烟消云散,近日因为Node.js死活搞不定,无奈装机,备份好的东东,没想到磁盘扇区出现异常,可能是PE启动盘的病毒,只好将磁盘全部重新分区,恢复数据也懒得恢复了,日积月累关乎将来的开发效率,还好处于懵懂阶段。笔记一大堆,记忆力又不怎么好,所以web+log=blog;SqlHelper类using System;using System.Collections.Generic... 阅读全文
posted @ 2019-04-06 16:41 AKIMETA 阅读(190) 评论(0) 推荐(0)
摘要: 验证码类using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;using System.Linq;using System.Text;using System.Thre... 阅读全文
posted @ 2019-04-06 16:10 AKIMETA 阅读(274) 评论(0) 推荐(0)