In normal development, we are likely to use 'console.log' for message logging, yet it's simple, we are unfortunately not able to persist the messages in production mode. And you may look for some third party libraries to meet this demand, actually we…
Idea2018中集成Tomcat9导致OutPut乱码找到tomcat的安装目录,打开logging.properties文件,增加一行代码,覆盖默认设置,将日志编码格式修改为GBK.java.util.logging.ConsoleHandler.encoding = GBK js代码 (function() { var CookieUtil = { // get the cookie of the key is name get : function(name) { var cookieN…