07 2020 档案

摘要:axios.interceptors.response.use((data) => { return data; }, (error) => { // 400 // 500 // 4xx // 5xx // 会进入error return Promise.reject(err); // 这里如果re 阅读全文
posted @ 2020-07-31 19:47 Running00 阅读(87) 评论(0) 推荐(0) 编辑
摘要:curl -i参数打印出服务器回应的 HTTP 标头。 -d参数用于发送 POST 请求的数据体。 -X参数指定 HTTP 请求的方法。 -X POST http://www.ruanyifeng.com/blog/2019/09/curl-reference.html 阅读全文
posted @ 2020-07-31 15:52 Running00 阅读(77) 评论(0) 推荐(0) 编辑
摘要:突然改版,进来找不到按钮了[捂脸] 阅读全文
posted @ 2020-07-31 15:49 Running00 阅读(196) 评论(0) 推荐(0) 编辑
摘要:',' 阅读全文
posted @ 2020-07-30 12:48 Running00 阅读(80) 评论(0) 推荐(0) 编辑
摘要:浏览器默认 字体大小:16 最小字体:12 阅读全文
posted @ 2020-07-30 11:16 Running00 阅读(136) 评论(0) 推荐(0) 编辑
摘要:xhr官网 https://xhr.spec.whatwg.org/ 阅读全文
posted @ 2020-07-30 10:58 Running00 阅读(61) 评论(0) 推荐(0) 编辑
摘要:https://juejin.im/post/5c4d91dce51d452ec621c8a4 阅读全文
posted @ 2020-07-30 10:57 Running00 阅读(66) 评论(0) 推荐(0) 编辑
摘要:typora 阅读全文
posted @ 2020-07-29 23:14 Running00 阅读(50) 评论(0) 推荐(0) 编辑
摘要:http://www.mawen.co/question/837 java http://www.mawen.co/question/245?utm_campaign=PC%E6%8E%A8%E5%B9%BF&utm_medium=cpc&utm_source=PC%E6%8E%A8%E5%B9%B 阅读全文
posted @ 2020-07-29 20:47 Running00 阅读(55) 评论(0) 推荐(0) 编辑
摘要:mac font-family:"PingFang SC"; https://www.zhangxinxu.com/wordpress/2010/06/%E5%8F%AF%E7%94%A8%E6%80%A7%E4%B9%8B%E6%B5%8F%E8%A7%88%E5%99%A8%E9%BB%98%E 阅读全文
posted @ 2020-07-29 20:34 Running00 阅读(65) 评论(0) 推荐(0) 编辑
摘要:https://compresspng.com/zh/ https://tinypng.com/ 阅读全文
posted @ 2020-07-29 20:25 Running00 阅读(63) 评论(0) 推荐(0) 编辑
摘要:externals: { vue: 'Vue', vuex: 'Vuex', 'element-ui': 'ElementUI', // 不能按需引入使用,否则不生效 'vue-router': 'VueRouter', axios: 'axios' }, webpack 打包回忽略external 阅读全文
posted @ 2020-07-29 17:49 Running00 阅读(116) 评论(0) 推荐(0) 编辑
摘要:word: accept=".doc,.docx,application/msword,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document" 阅读全文
posted @ 2020-07-29 17:44 Running00 阅读(90) 评论(0) 推荐(0) 编辑
摘要:style-loader 的版本过低可能会引起style标签添加不成功的情况 阅读全文
posted @ 2020-07-29 13:34 Running00 阅读(54) 评论(0) 推荐(0) 编辑
摘要:https://vivaxyblog.github.io/2015/12/29/use-editor-config-file-to-unify-code-style.html 阅读全文
posted @ 2020-07-20 15:06 Running00 阅读(75) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/32274264 阅读全文
posted @ 2020-07-17 21:02 Running00 阅读(104) 评论(0) 推荐(0) 编辑
摘要:testPathIgnorePatterns : ["tests/a"] 提交代码时候,只对修改文件及其对应的jest文件进行校验 "lint-staged": { "*.js": [ "eslint", "jest --bail --findRelatedTests" ] } 阅读全文
posted @ 2020-07-17 19:46 Running00 阅读(1683) 评论(0) 推荐(0) 编辑
摘要:https://my.oschina.net/zetaplusae/blog/141377 阅读全文
posted @ 2020-07-17 16:30 Running00 阅读(108) 评论(0) 推荐(0) 编辑
摘要:https://www.ruanyifeng.com/blog/2015/02/make.html 阅读全文
posted @ 2020-07-17 14:59 Running00 阅读(83) 评论(0) 推荐(0) 编辑
摘要:1 下载Nginx 阅读全文
posted @ 2020-07-17 14:48 Running00 阅读(73) 评论(0) 推荐(0) 编辑
摘要:使用输入法输入的 '↓' 在window会出现对齐问题,没办法对齐,而mac可以对齐, *解决办法,字体图标 阅读全文
posted @ 2020-07-16 11:25 Running00 阅读(114) 评论(0) 推荐(0) 编辑
摘要:postman curl 阅读全文
posted @ 2020-07-15 16:40 Running00 阅读(84) 评论(0) 推荐(0) 编辑
摘要:1 解压 tar zxf 1.tar.gz 2 删除 rm -r abc 3 创建文件夹 mkdir aa 4 pwd: 命令来查看”当前工作目录“的完整路径 5 ls:列出目前工作目录所含之文件及子目录 6 ll: ls -l 7 rm:删除文件夹 rm -r abc 删除abc 8 压缩 tar 阅读全文
posted @ 2020-07-15 11:43 Running00 阅读(93) 评论(0) 推荐(0) 编辑
摘要:服务器是计算机的一种,它比普通计算机运行更快、负载更高、价格更贵。服务器在网络中为其它客户机(如PC机、智能手机、ATM等终端甚至是火车系统等大型设备)提供计算或者应用服务。服务器具有高速的CPU运算能力、长时间的可靠运行、强大的I/O外部数据吞吐能力以及更好的扩展性。根据服务器所提供的服务,一般来 阅读全文
posted @ 2020-07-15 11:30 Running00 阅读(127) 评论(0) 推荐(0) 编辑
摘要:操作系统(Operating System,简称OS)是管理计算机硬件与软件资源的计算机程序。操作系统需要处理如管理与配置内存、决定系统资源供需的优先次序、控制输入设备与输出设备、操作网络与管理文件系统等基本事务。操作系统也提供一个让用户与系统交互的操作界面。 阅读全文
posted @ 2020-07-15 11:28 Running00 阅读(174) 评论(0) 推荐(0) 编辑
摘要:高性能的 Web和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器。在高连接并发的情况下,Nginx是Apache服务器不错的替代品。 阅读全文
posted @ 2020-07-15 11:26 Running00 阅读(115) 评论(0) 推荐(0) 编辑
摘要:Linux 更多的是应用于服务器上 https://blog.csdn.net/Lysa_snow/article/details/78663444 阅读全文
posted @ 2020-07-15 11:24 Running00 阅读(103) 评论(0) 推荐(0) 编辑
摘要:如果一个用户从本地计算机,使用SSH协议登录另一台远程计算机,我们就可以认为,这种登录是安全的,即使被中途截获,密码也不会泄露。 ssh user@host 阅读全文
posted @ 2020-07-15 11:15 Running00 阅读(118) 评论(0) 推荐(0) 编辑
摘要:hash vs chunkhash vs contenthash contenthash 阅读全文
posted @ 2020-07-15 10:33 Running00 阅读(109) 评论(0) 推荐(0) 编辑
摘要:tar zxvf 1.tar.gz // 解压文件1 阅读全文
posted @ 2020-07-13 21:01 Running00 阅读(126) 评论(0) 推荐(0) 编辑
摘要:在Linux中curl是一个利用URL规则在命令行下工作的文件传输工具 1 curl [option] [url] 阅读全文
posted @ 2020-07-13 20:43 Running00 阅读(73) 评论(0) 推荐(0) 编辑
摘要:expect教程 阅读全文
posted @ 2020-07-13 20:40 Running00 阅读(64) 评论(0) 推荐(0) 编辑
摘要:Linux系统中的wget是一个下载文件的工具 1 wget [参数] [URL地址] https://www.cnblogs.com/peida/archive/2013/03/18/2965369.html 阅读全文
posted @ 2020-07-13 17:52 Running00 阅读(93) 评论(0) 推荐(0) 编辑
摘要:PostgreSQL 阅读全文
posted @ 2020-07-08 19:54 Running00 阅读(73) 评论(0) 推荐(0) 编辑
摘要:http://www.btorange.com/2019/05/27/custom-react-hooks-unit-test.html 阅读全文
posted @ 2020-07-08 17:21 Running00 阅读(74) 评论(0) 推荐(0) 编辑
摘要:1 getSystemInfoSync().windowHeight // 窗口的高度 2 createSelectorQuery() .select('css选择器') .boundingClientRect() .exec(rect ⇒ {console.log(rect, 可以得到某个元素的高 阅读全文
posted @ 2020-07-06 18:44 Running00 阅读(102) 评论(0) 推荐(0) 编辑
摘要:bind 阅读全文
posted @ 2020-07-06 11:00 Running00 阅读(84) 评论(0) 推荐(0) 编辑
摘要:试试官网的demo 阅读全文
posted @ 2020-07-02 19:03 Running00 阅读(1546) 评论(0) 推荐(0) 编辑
摘要:axios是拿不到302状态码的,拦截器中只能看到4xx,5xx的状态码 通常可能是没有登录,看看是否有些参数与后端规定在headers中传的实际并未传送 阅读全文
posted @ 2020-07-02 18:38 Running00 阅读(2011) 评论(0) 推荐(0) 编辑
摘要:移动端min-width:auto 某些浏览器不支持,要设置为具体的值 阅读全文
posted @ 2020-07-02 14:43 Running00 阅读(109) 评论(0) 推荐(0) 编辑
摘要:https://drafts.csswg.org/ 阅读全文
posted @ 2020-07-02 10:47 Running00 阅读(103) 评论(0) 推荐(0) 编辑
摘要:使用form.setFieldsValue来改变form的值 阅读全文
posted @ 2020-07-01 19:23 Running00 阅读(2010) 评论(0) 推荐(1) 编辑
摘要:http://www.ayqy.net/doc/css2-1/cover.html 中文 阅读全文
posted @ 2020-07-01 18:35 Running00 阅读(63) 评论(0) 推荐(0) 编辑
摘要:1 input, textarea, img, video, object 2 超越最大 https://demo.cssworld.cn/3/3-2.php 展开更多加动效的,可以通过transition实现 max-height: 0; overflow: hidden; transition: 阅读全文
posted @ 2020-07-01 12:46 Running00 阅读(85) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示