工具
王哆啦啦
我的头脑总是枯竭,但是我装作没那回事···
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
VS code 常用代码片段整理
{ // ---------------------------js "scr": { "prefix": "scr", "body": [ "<script type=\"text/javascript\" >", "$0", "</script>" ], "description": "<script type=\"text/javascript\"></script>" },原创 2021-03-30 16:31:35 · 1715 阅读 · 0 评论 -
手写http模拟post请求
html代码:<form action="http://127.0.0.1:8000" method="POST"> 姓名:<input type="text" name="username" id=""><br><br> 密码:<input type="password" name="password"><br...原创 2020-02-13 13:37:03 · 1046 阅读 · 0 评论 -
新手Git-协作流程
**安装Git:**去官网下载,安装即可;使用Git需要掌握基础的Linux命令 (文章后文有常用Linux命令,需要的可以查看)Git基础操作步骤:(文章后文有常用git命令,需要的可以查阅)创建空文件夹右键 --> Git Bash Here 启动命令行仓库初始化:git initGit配置:git config --global user.nam...原创 2020-02-09 22:45:12 · 194 阅读 · 0 评论
分享