我们在web.xml中配置servlet的时候会有个属性<load-on-startup></load-on-startup>,这里主要记一下它的作用,源码在后续记得好好看一下。 The load-on-startup element indicates that this servlet shou ...
分类:
Web程序 时间:
2020-07-20 10:48:39
阅读次数:
83
HTTPModule Event Execution Order? Does anyone know of a site or page, or know the order of execution for the events of the HTTPApplication class for H ...
分类:
Web程序 时间:
2020-07-18 00:56:58
阅读次数:
125
XProtect installer may fail with the error "Category does not exist" or "Cannot load Counter Name data because an invalid index" When running the XPro ...
分类:
其他好文 时间:
2020-07-17 19:49:17
阅读次数:
124
微信里面打开网页可自动播放的视频代码IOS测试没问题 <!DOCTYPE HTML> <html> <body> <video id="videoID" src="1.MP4" autoplay="autoplay" controls="controls"> your browser does no ...
分类:
微信 时间:
2020-07-15 15:50:40
阅读次数:
129
设置密码: mysql> set password for root@localhost = password('test123'); 报错:ERROR 1819 (HY000): Your password does not satisfy the current policy requireme ...
分类:
数据库 时间:
2020-07-14 18:33:06
阅读次数:
79
多种示例,以下都是放入main.yml里面name:"loopthroughlist"debug:msg:"Anitem:{{item}}"with_items:123name:addseveralusersuser:name:"{{item}}"groups:"wheel"state:presentwith_item
分类:
其他好文 时间:
2020-07-14 14:59:18
阅读次数:
99
94% asset optimization ERROR Failed to compile with 2 errors12:47:59 ├F10: PM┤ error in ./src/module/home/page/home.vue Module build failed: Error: No ...
Difference between Dangling Pointer and Wild Pointer? A dangling pointer is a pointer that used to point to a valid address but now no longer does. Th ...
分类:
其他好文 时间:
2020-07-12 01:03:42
阅读次数:
90
1135 Is It A Red-Black Tree (30分) There is a kind of balanced binary search tree named red-black tree in the data structure. It has the following 5 pr ...
分类:
其他好文 时间:
2020-07-11 19:21:02
阅读次数:
74
Secret介绍 Secret存在的意义 Secret解决了密码、token、密钥等敏感数据的配置问题,而不需要把这些敏感数据暴露到镜像或者Pod Spec中,可以以Volume或者环境变量的方式使用 Secret有三种类型 Service Account:用来访问Kubernetes API,由K ...
分类:
Web程序 时间:
2020-07-08 22:54:56
阅读次数:
86