控制台输出错误
ESAPI.properties could not be loaded by any means. Fail.SecurityConfiguration class(org.owasp.esapi.reference.DefaultSecurityConfiguration)
CTOR threw exception.效果图:
解决方案
添加如下参数: -Dorg.owasp.esapi.resou…
思路:使用hashmap储存key,vaule,使用双向链表以快速查到尾结点(待逐出的节点),链表的题一定要在纸上画一下,不然连着连着就不知道连在哪里去了
class LRUCache {public class ListNode {int ke…