09 2022 档案

摘要:Navigator.connection: navigator.connection ,NetworkInformation 阅读全文
posted @ 2022-09-30 17:07 Running00 阅读(58) 评论(0) 推荐(0) 编辑
摘要:mobile-detect 阅读全文
posted @ 2022-09-30 16:53 Running00 阅读(5) 评论(0) 推荐(0) 编辑
摘要:curl 阅读全文
posted @ 2022-09-30 16:22 Running00 阅读(2) 评论(0) 推荐(0) 编辑
摘要:前端md5加密 sha1加密 base64加密 阅读全文
posted @ 2022-09-30 16:21 Running00 阅读(19) 评论(0) 推荐(0) 编辑
摘要:UTC 阅读全文
posted @ 2022-09-30 16:20 Running00 阅读(3) 评论(0) 推荐(0) 编辑
摘要:github: https://github.com/validatorjs/validator.js star: 20.2k npm Weekly Downloads: 7,464,568 使用 npm install validator import isEmail from 'validato 阅读全文
posted @ 2022-09-30 14:26 Running00 阅读(36) 评论(0) 推荐(0) 编辑
摘要:github: https://github.com/react-syntax-highlighter/react-syntax-highlighter star: 2.8K Weekly Downloads: 4,293,242 demo: https://react-syntax-highlig 阅读全文
posted @ 2022-09-29 14:41 Running00 阅读(553) 评论(0) 推荐(0) 编辑
摘要:github:https://github.com/securingsincity/react-ace star : 3.6k npm : weekly downloads 280,045 DEMO of React Ace: https://securingsincity.github.io/re 阅读全文
posted @ 2022-09-29 14:35 Running00 阅读(1317) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/JINGinC/article/details/120894611 阅读全文
posted @ 2022-09-27 19:53 Running00 阅读(4) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_46164829/article/details/125238877 阅读全文
posted @ 2022-09-26 20:17 Running00 阅读(10) 评论(0) 推荐(0) 编辑
摘要:FileReader.readAsDataURL() 开始读取指定的Blob中的内容。一旦完成,result属性中将包含一个data: URL 格式的 Base64 字符串以表示所读取文件的内容。 const reader = new FileReader(); reader.readAsDataU 阅读全文
posted @ 2022-09-26 20:00 Running00 阅读(50) 评论(0) 推荐(0) 编辑
摘要:https://www.slideshare.net/lijing00333/javascript-engine http://www.slideshare.net/nzakas/high-performance-javascript-jquery-conference-sf-bay-area-20 阅读全文
posted @ 2022-09-26 18:54 Running00 阅读(21) 评论(0) 推荐(0) 编辑
摘要:https://developer.mozilla.org/zh-CN/docs/Learn/Common_questions/What_is_a_domain_name 阅读全文
posted @ 2022-09-26 16:24 Running00 阅读(6) 评论(0) 推荐(0) 编辑
摘要:方法二 // 此种方式下载下来的文件名不是服务端的文件名 // data 接口返回的数据 const blobData = new Blob([JSON.stringify(data)], { // type: 'application/octet-stream' }); let link = do 阅读全文
posted @ 2022-09-26 15:28 Running00 阅读(202) 评论(0) 推荐(0) 编辑
摘要:1、file 阅读全文
posted @ 2022-09-26 15:13 Running00 阅读(12) 评论(0) 推荐(0) 编辑
摘要:a(); function a() { alert('1') } var a = function() { alert('2') } a(); // 先弹出 alert(1) ,再弹出alert(2) a(); var a = function() { alert('2') } function a 阅读全文
posted @ 2022-09-26 11:03 Running00 阅读(11) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/phpstudy2015-6/p/6810130.html 阅读全文
posted @ 2022-09-23 19:14 Running00 阅读(4) 评论(0) 推荐(0) 编辑
摘要:https://segmentfault.com/a/1190000013532882 阅读全文
posted @ 2022-09-21 11:35 Running00 阅读(3) 评论(0) 推荐(0) 编辑
摘要:地址 https://publicsuffix.org/ https://publicsuffix.org/learn/ 阅读全文
posted @ 2022-09-20 20:39 Running00 阅读(5) 评论(0) 推荐(0) 编辑
摘要:localStorage 和 sessionStorage 的区别主要在于其生命周期 localStorage 相同的协议,主机名,端口,可以读取到localStorage数据 sessionStorage: 相同的协议,主机名,端口,窗口(浏览器的标签页是否是同一个) 阅读全文
posted @ 2022-09-20 15:50 Running00 阅读(19) 评论(0) 推荐(0) 编辑
摘要:git init git status git commit -m'info' git commit --amend git push git pull git merge git reset --soft commitid git reflag git rebase git pull --reba 阅读全文
posted @ 2022-09-19 14:05 Running00 阅读(13) 评论(0) 推荐(0) 编辑
摘要:缓存 add_header Cache-Control no-cache; 跨域 add_header Access-Control-Allow-Origin *; 阅读全文
posted @ 2022-09-16 15:39 Running00 阅读(12) 评论(0) 推荐(0) 编辑
摘要:不打开控制台,页面无展示,打开页面才能执行,因为打开控制台才有console https://blog.csdn.net/weixin_36212732/article/details/115975604 阅读全文
posted @ 2022-09-15 21:11 Running00 阅读(43) 评论(0) 推荐(0) 编辑
摘要:ie8 、ie9跨域使用XDomainRequest XDomainRequest 是在 Internet Explorer 8 和 9 中,使用 HTTP 访问控制(CORS)的实现。它在 Internet Explorer 10 中已被删除,应改为使用 XMLHttpRequest 以及配置相应 阅读全文
posted @ 2022-09-15 20:08 Running00 阅读(180) 评论(0) 推荐(0) 编辑
摘要:将js文件夹及其中的内容移动到dist目录下,执行命令之后dist/js/... mv ./js ./dist 将js下的文件都移动到dist目录下(比如js下面有1.js), 命令执行完之后为dist/1.js mv ./js/* ./dist 阅读全文
posted @ 2022-09-15 19:39 Running00 阅读(20) 评论(0) 推荐(0) 编辑
摘要:wget -O 本地文件名 下载地址 阅读全文
posted @ 2022-09-15 18:57 Running00 阅读(26) 评论(0) 推荐(0) 编辑
摘要:Unicode: Unicode 是一种字符集标准,用于对来自世界上不同语言、文字系统和符号进行编号和字符定义。通过给每个字符分配一个编号,程序员可以创建字符编码,让计算机在同一个文件或程序中存储、处理和传输任何语言组合。 字符集: 是一种让计算机知道如何识别 Character 的编码系统,这些字 阅读全文
posted @ 2022-09-14 20:38 Running00 阅读(431) 评论(0) 推荐(0) 编辑
摘要:Unhandled promise rejection错误解决 https://blog.csdn.net/baidu_36095053/article/details/125869396 使用了corejs的promise之后,会加载corejs的pollfill ,全局处理设置promise.p 阅读全文
posted @ 2022-09-14 16:43 Running00 阅读(17) 评论(0) 推荐(0) 编辑
摘要:(plugin babel) Error: You have declared using "bundled" babelHelpers, but transforming resulted in "runtime". Please check your configuration. https:/ 阅读全文
posted @ 2022-09-14 02:03 Running00 阅读(421) 评论(0) 推荐(0) 编辑
摘要:@rollup/plugin-alias 绑定包时定义别名的汇总插件。 阅读全文
posted @ 2022-09-13 23:03 Running00 阅读(117) 评论(0) 推荐(0) 编辑
摘要:corejs :https://github.com/zloirock/core-js 包含2023年ECMAScript补丁:promises, symbols, collections, iterators, typed arrays, 许多其他功能,ECMAScript建议、一些跨平台WHAT 阅读全文
posted @ 2022-09-13 22:59 Running00 阅读(1426) 评论(0) 推荐(0) 编辑
摘要:stop over next function call(停止下一个函数调用)遇到调用方法的地方,不进入方法内部 stop into next function call 遇到调用方法的地方, 进入方法内部 http://t.zoukankan.com/isdom-p-webclips048.htm 阅读全文
posted @ 2022-09-13 21:14 Running00 阅读(121) 评论(0) 推荐(0) 编辑
摘要:sudo n v14.17.0 阅读全文
posted @ 2022-09-13 20:27 Running00 阅读(32) 评论(0) 推荐(0) 编辑
摘要:https://cloud.tencent.com/developer/article/1937825 https://github.com/MoonScript/jQuery-ajaxTransport-XDomainRequest 阅读全文
posted @ 2022-09-13 16:45 Running00 阅读(23) 评论(0) 推荐(0) 编辑
摘要:javascript权威指南 JavaScript是面向Web的编程语言 现代Web浏览器——基于桌面系统、游戏机、平板电脑和智能手机的浏览器——均包含了JavaScript解释器。 描述网页内容的HTML、描述网页样式的CSS以及描述网页行为的JavaScript。 JavaScript是一门高端 阅读全文
posted @ 2022-09-13 15:30 Running00 阅读(12) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/5793831/script5-access-is-denied-in-ie9-on-xmlhttprequest 阅读全文
posted @ 2022-09-09 19:28 Running00 阅读(2) 评论(0) 推荐(0) 编辑
摘要:1、前端如何实现 https://www.csdn.net/tags/MtTagg5sNjM0MDItYmxvZwO0O0OO0O0O.html 阅读全文
posted @ 2022-09-09 17:19 Running00 阅读(34) 评论(0) 推荐(0) 编辑
摘要:es6-promise 阅读全文
posted @ 2022-09-08 13:27 Running00 阅读(7) 评论(0) 推荐(0) 编辑
摘要:@click https://cn.vuejs.org/guide/essentials/template-syntax.html#directives https://uniapp.dcloud.net.cn/tutorial/vue-basics.html#%E4%BA%8B%E4%BB%B6% 阅读全文
posted @ 2022-09-01 15:51 Running00 阅读(131) 评论(0) 推荐(0) 编辑

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