avatar
文章
90
标签
3
分类
0

yinxianwei
new Date('yyyy-MM-dd hh:mm:ss')在Safari中的问题
发表于2019-09-04
如:new Date('2019-09-04 09:00:41') 得到的是 Invalid Date 使用 new Date('2019/09/04 09:00:41') 是正常的 MDN: a simplification of the ISO 8601 calendar date extended format The standard string representation of a date time string is a simplification of the ISO 8601 calendar date extended format (see Date Time String Format section in the ECMAScript specification for more details). For example, “2011-10-10” (date-only form), “2011-10-10T14:48:00” (date-time form), or “2011-10-10T14:48:00.000+ ...
uni-app
发表于2019-08-12
1234567# package.json指定输出目录cross-env UNI_OUTPUT_DIR=custom ...添加自定义环境变量cross-env MY_ENV=dev ...
PhantomJS not found on PATH
发表于2019-08-12
非网络原因可能是因为环境未安装bzip2工具 yum -y install bzip2
Git误删分支恢复方法
发表于2019-07-04
不小心删除本地分支和远程分支,使用如下方法恢复代码 git log -a 找到提交的commit id git branch recover_branch fc4b7dca5e424207c6307118fda69215ec842555 git checkout recover_branch
Mac查看端口是否存在
发表于2019-06-28
nc -zv 127.0.0.1 8080
使用standard-version进行版本管理
发表于2019-06-24
"standard-version": { "issueUrlFormat": "http://redmine.mei1.info/issues/{{id}}", "commitUrlFormat": "http://git.mei1.info/yinxianwei/test-version/commit/{{hash}}" } "commitUrlFormat": "http://git.mei1.info/yinxianwei/test-version/commit/{{hash}}" yarn run release git push –follow-tags origin test git checkout master && git pull & ...
微信redirect_uri
发表于2019-03-14
讨论帖: https://www.v2ex.com/t/339467 https://github.com/guanMac/blog/blob/master/web%E5%89%8D%E7%AB%AF/1.%E5%8D%95%E9%A1%B5%E5%BA%94%E7%94%A8%E7%B3%BB%E5%88%97/%E5%8D%95%E9%A1%B5%E5%BA%94%E7%94%A8%E7%9A%84%E5%BE%AE%E4%BF%A1%E7%AB%AF%E8%B7%AF%E7%94%B1hash%E9%97%AE%E9%A2%98.md
选中取消iconfont所有图标
发表于2019-03-14
打开控制台,粘贴下面代码,回车 1234567891011var ls = document.getElementsByClassName('icon-cover-freeze');var mClick = function(index) { if (index == ls.length) return; ls[index].firstElementChild.click(); setTimeout(() => { mClick(index + 1); }, 5);};mClick(0);
Aerial 4k下载地址
发表于2019-03-12
Aerial版本:1.4.7beta6 1234567891011121314https://sylvan.apple.com/Aerials/2x/Videos/DB_D001_C001_4K_SDR_HEVC.movhttps://sylvan.apple.com/Aerials/2x/Videos/DB_D001_C005_4K_SDR_HEVC.movhttps://sylvan.apple.com/Aerials/2x/Videos/DB_D008_C010_4K_SDR_HEVC.movhttps://sylvan.apple.com/Aerials/2x/Videos/DB_D011_C009_4K_SDR_HEVC.movhttps://sylvan.apple.com/Aerials/2x/Videos/DB_D011_C010_4K_SDR_HEVC.movhttps://sylvan.apple.com/Aerials/2x/Videos/GL_G004_C010_4K_SDR_HEVC.movhttps://sylvan.apple.com/Aerials/2x ...
MagSafe 2 更换电源线
发表于2019-03-12
准备 钳子 新的电源线(淘宝二十几块) 吹风机
1…567…9
avatar
yinxianwei
文章
90
标签
3
分类
0
Follow Me
最新文章
使用docker部署superset2023-12-13
使用docker部署Redash2023-12-13
docker自定义镜像2023-11-02
docker安装jellyfin2023-10-24
win10开机自动登录2023-10-19
标签
BI docker jellyfin docker
归档
  • 十二月 20232
  • 十一月 20231
  • 十月 20232
  • 七月 20231
  • 五月 20231
  • 四月 20231
  • 六月 20221
  • 三月 20224
网站资讯
文章数目 :
90
本站访客数 :
本站总访问量 :
最后更新时间 :
©2020 - 2024 By yinxianwei
框架 Hexo|主题 Butterfly
豫ICP备16018939号-2