2018年12月17日

chrome下载youtube视频插件

摘要: https://zh.wikihow.com/%E5%9C%A8Chrome%E6%B5%8F%E8%A7%88%E5%99%A8%E4%B8%AD%E4%B8%8B%E8%BD%BDYouTube%E8%A7%86%E9%A2%91 阅读全文

posted @ 2018-12-17 11:29 zac2018 阅读(445) 评论(0) 推荐(0)

2018年12月14日

中文正则表达式

摘要: [\u4e00-\u9fa5] example: // replace Chinese char with "**" var textLength = text.replace(/[\u4e00-\u9fa5]/g,"**").length; 阅读全文

posted @ 2018-12-14 12:00 zac2018 阅读(207) 评论(0) 推荐(0)

Introduction to localStorage and sessionStorage

摘要: localStorage vs sessionStorage localStorage and sessionStorage accomplish the exact same thing and have the same API, but with sessionStorage the data 阅读全文

posted @ 2018-12-14 11:33 zac2018 阅读(68) 评论(0) 推荐(0)

2018年12月7日

Host ASP.NET Core on Windows with IIS

摘要: 官方参照: https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/?view=aspnetcore-2.1 主要坑: Install the .NET Core Hosting Bundle .NET Core SDK 更新 阅读全文

posted @ 2018-12-07 14:05 zac2018 阅读(85) 评论(0) 推荐(0)

导航

< 2025年7月 >
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
3 4 5 6 7 8 9
点击右上角即可分享
微信分享提示