摘要:
需要异步的类中被@Async标记的异步方法,必须通过spring ioc容器来生成bean进行管理才可以通过这种方式异步执行,自己new的话没法异步 阅读全文
摘要:
JSON Parsing Exception: Failed to decode VALUE_STRING as base64 (MIME-NO-LINEFEEDS)该问题是由于,序列化时,字符串为String类型,而反序列化时字符串是byte[] jackson在序列化byte[]形式的属性时,默 阅读全文
摘要:
1、配置文件位置错误,在编译后未被放到classpath中 2、对于json配置文件而言,需要json解析工具依赖(如jackson),但maven中log4j2的并没有默认关联jackson,需要手动添加至pom中,否则也会报找不到配置文件(而不是没有解析器或解析错误) 阅读全文
摘要:
https://dev.mysql.com/doc/refman/8.0/en/adding-users.html 阅读全文
摘要:
@ComponentScan(basePackages={"abc.xyz","pos.loc"}) 阅读全文
摘要:
mysql.user表root用户中的plugin字段,为unix_socket, 修改为mysql_native_password,即可 https://www.cnblogs.com/Dicky-Zhang/p/8000584.html 阅读全文
摘要:
$ele = $("#element")$ele.height() - 纯内高height $ele.innerHeight() - height+padding $ele.outerHeight() - height+padding+border $ele.outerHeight(True) - 阅读全文
摘要:
key只允许bytes value只允许 bytes、None 阅读全文
摘要:
https://stackoverflow.com/questions/33714698/installing-bsddb3-6-1-1-in-windows-filenotfounderror-db-include-db-h pip安装不能,于是需要自己下whl文件进行安装 https://www 阅读全文
摘要:
期刊 IEEE Internet of Things Journal (SCI、EI,一区) https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=6488907 ACM Transactions on Embedded Computing 阅读全文