第一个Hello World
注意点:默认只匹配了http网站,如果需要https网站,需要自己添加match https://*/*代码如下 这样子访问任意网站就可以输出Hello World
// UserScript
// name 第一个脚本
// namespace http://tampermonkey.net/
// version 0.1
// descri…
项目用 springbootmybatis mybatisplus, 数据库是:postgresql 。 执行查询时候返回错误。
org.springframework.dao.DataIntegrityViolationException: Error attempting to get column city_id from result set. Cause: org.postgresql.util.PSQLExce…