
小技巧
热衷开源的宝藏Boy
努力践行将学习的本质与机器学习完美结合!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
npm更换淘宝镜像源
npm config set registry http://registry.npm.taobao.orgnpm config list查看配置npm install (name) [-g] 安装原创 2021-03-30 15:09:39 · 283 阅读 · 0 评论 -
get和post的区别
get传递参数使用url传参,类似https://editor.csdn.net/md/?not_checkout=1post传递参数使用form表单传递参数给后端原创 2021-03-27 09:13:29 · 155 阅读 · 0 评论 -
input上传在\多张图片属性multiple
<input type="file" accept="image/gif,image/jpeg,image/jpg,image/png" multiple="multiple"><input type="submit">原创 2021-03-25 13:55:57 · 572 阅读 · 0 评论 -
css项目:图片九宫格实现方案
FlexBoxhtml<div class="square"> <ul class="square-inner flex"> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> <li>6</li> <li>7</li> <li>原创 2021-03-25 11:23:43 · 1139 阅读 · 0 评论 -
获取用户IP的API
http://pv.sohu.com/cityjson?ie=utf-8原创 2021-03-16 16:33:00 · 1023 阅读 · 0 评论 -
pycharm快速查看代码的类\函数
代开pycharm点击左下侧的structure原创 2021-01-18 11:08:31 · 1740 阅读 · 0 评论 -
mac airdrop接收的文件放在哪
默认存放在下载里面。如果你没有改过快捷键,option+command+L就可以进入“下载”。原创 2021-01-18 09:20:53 · 4489 阅读 · 0 评论 -
Mac 键盘快捷键
Command-X:剪切所选项并拷贝到剪贴板。Command-C:将所选项拷贝到剪贴板。这同样适用于“访达”中的文件。Command-V:将剪贴板的内容粘贴到当前文稿或应用中。这同样适用于“访达”中的文件。Command-Z:撤销上一个命令。随后您可以按 Shift-Command-Z 来重做,从而反向执行撤销命令。在某些应用中,您可以撤销和重做多个命令。Command-A:全选各项。Command-F:查找文稿中的项目或打开“查找”窗口。Command-G:再次查找:查找之前所找到项目出现的下原创 2021-01-08 11:03:34 · 100 阅读 · 1 评论 -
面试:python相关基础知识
列表list与数组tuple区别区别对象 List tuple 重编辑 可 不可 速度 慢 快 语法 中括号 小括号原创 2020-12-05 20:54:38 · 185 阅读 · 0 评论 -
写一个cmd命令启动微信QQ
创建txt文本QQcd /d D:\Program Files (x86)\Tencent\QQ\Bin\start QQScLauncher.exeWeChatcd C:\Program Files (x86)\Tencent\WeChat\start WeChat.exe将格式更改为cmd原创 2020-10-20 17:50:50 · 3503 阅读 · 0 评论 -
一招搞定GitHub下载加速!
转载自 CodeSheephttps://mp.weixin.qq.com/s/SYR4zvjhAH1mX9fxdp8cbA转载 2020-12-04 09:00:51 · 103 阅读 · 0 评论