摘要:
离开浏览器弹出提示:如果要不弹出对话框,则不返回即可。 <script type="text/javascript"> window.onbeforeunload = function(){ return "您的文章尚未保存!"; } </script> 注意: chrome 51和edge不支持定 阅读全文
摘要:
转载来自 https://blog.csdn.net/u012195214/article/details/78889602 一、基础知识Http Header之User-Agent User Agent中文名为用户代理,是Http协议中的一部分,属于头域的组成部分,User Agent也简称UA。 阅读全文
摘要:
refer to https://www.cnblogs.com/pudefu/p/9300697.html 阅读全文
摘要:
定义参考: https://dicom.innolitics.com/ciods/ct-image/image-plane/00200037 标准图例: http://dicom.nema.org/medical/dicom/current/output/chtml/part17/chapter_A 阅读全文
摘要:
readAsBinaryString api: https://developer.mozilla.org/zh-CN/docs/Web/API/FileReader/readAsBinaryString 注意: 该特性是非标准的,请尽量不要在生产环境中使用它! 经过测试:ie11浏览器不支持,ch 阅读全文
摘要:
https://caniuse.com/#feat=indexeddb https://developer.mozilla.org/zh-CN/docs/Web/API/IndexedDB_API#Browser_compatibility Desktop 23 webkit 24 (unprefi 阅读全文
摘要:
基础起步 https://www.webpackjs.com/guides/getting-started/ 阅读全文
摘要:
判断: sop class uid为1.2.840.10008.5.1.4.1.1.104.1 ,代表Encapsulated PDF Storage (0008,0016) UI 1.2.840.10008.5.1.4.1.1.104.1 # 1, 30 SOP Class UID 显示: 例如在 阅读全文
摘要:
文章来源: http://www.ruanyifeng.com/blog/2016/04/same-origin-policy.html 浏览器安全的基石是"同源政策"(same-origin policy)。很多开发者都知道这一点,但了解得不全面。 本文详细介绍"同源政策"的各个方面,以及如何规避 阅读全文
摘要:
refer to http://www.w3school.com.cn/cssref/pr_box-sizing.asp refer to https://blog.csdn.net/qq_32862143/article/details/79393987 content-box 说明:在内容宽度和 阅读全文