上一页 1 2 3 4 5 6 7 ··· 23 下一页
摘要: 1. 浏览器的js实现中文排序 参照地址: https://blog.csdn.net/qq_29819449/article/details/80520590 2. 浏览器的js实现方式的缺点 2.1 can i use 网站 目前浏览器对js中文排序方法的支持也不是太好:https://cani 阅读全文
posted @ 2019-02-26 10:44 JIN__JIN 阅读(1475) 评论(1) 推荐(0) 编辑
摘要: 查看所有分支 git branch 切换本地分支 git checkout xxx分支名 切换远程分支 git checkout origin/远程分支名 创建并切换至该本地分支 git checkout -b xxx新建本地分支名 取消本地merge (有冲突) git merge --abort 阅读全文
posted @ 2019-02-20 16:52 JIN__JIN 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 原文:https://zhidao.baidu.com/question/1701946584925153620.html 要想精确验证,最容易想到的方法就是通过月份判断日期是否合法(1~28/29/30/31),你可以用一个数组表示每月的天数,如daysInMonth=[31,28,31,30,3 阅读全文
posted @ 2019-02-20 10:44 JIN__JIN 阅读(3819) 评论(1) 推荐(0) 编辑
摘要: 1. 空白问题 因为缺少polyfill 在public/index.html 中引入如下js <script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-shim.min.js"></script> <script 阅读全文
posted @ 2019-02-13 14:16 JIN__JIN 阅读(850) 评论(0) 推荐(0) 编辑
摘要: base64编码的字符串(含有中文) 前端解码 https://xue5602.github.io/2018/12/19/atob%E8%A7%A3%E7%A0%81utf-8%E5%AD%97%E7%AC%A6/#comments 解码关键函数释义 https://blog.csdn.net/er 阅读全文
posted @ 2019-01-02 14:28 JIN__JIN 阅读(2196) 评论(0) 推荐(0) 编辑
摘要: JavaScript深入之内存空间详细图解 https://juejin.im/post/5bf4c3eff265da613356348a 理解javascript中的连续赋值 https://www.cnblogs.com/Gavin257/p/9562214.html JavaScript 的连 阅读全文
posted @ 2018-12-13 10:03 JIN__JIN 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 查看包的版本 要知道,现在的jquery包在npm服务器的上,我们使用下面的命令查看: 第一种方式:使用npm view jquery versions 这种方式可以查看npm服务器上所有的jquery版本信息; 第二种方式:使用npm view jquery version 这种方式只能查看jqu 阅读全文
posted @ 2018-12-04 09:35 JIN__JIN 阅读(451) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/peaceoncemore/article/details/79195206 "devDependencies": { "antd": "^3.1.4", "babel-plugin-import": "~1.1.0", "classnames": "2. 阅读全文
posted @ 2018-12-04 09:35 JIN__JIN 阅读(2304) 评论(0) 推荐(1) 编辑
摘要: http://www.cnblogs.com/wangshiwen/p/9927391.html 使用iTerm2 Profiles快捷登录ssh(推荐) 找一个目录创建一个普通文件,例:vim 12.20_prod_aide编辑一下内容,把自己的信息填写上去。 #!/usr/bin/expect 阅读全文
posted @ 2018-12-04 09:34 JIN__JIN 阅读(1948) 评论(0) 推荐(0) 编辑
摘要: (1)快捷键设置 ⌘ + d: 垂直分屏, ⌘ + shift + d: 水平分屏。 ⌘ + ]和⌘ + [在最近使用的分屏直接切换. ⌘ + opt + 方向键切换到指定位置的分屏。 ⌘ + 数字: 切换标签页。 ⌘ + 方向键 按方向切换标签页。 shift + ⌘ + s: 保存当前窗口快照。 阅读全文
posted @ 2018-12-04 09:34 JIN__JIN 阅读(881) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 23 下一页