摘要: 打包的两种方式: DOS 下,首先输入 npm install electron-packager -g全局安装打包工具 npm install electron-packager -g 1. package.json设置打包 将打包的命令设置在package.json的script中: "scri 阅读全文
posted @ 2022-05-04 09:21 桃子flying 阅读(2269) 评论(0) 推荐(1)
摘要: org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is com.google.commo 阅读全文
posted @ 2021-02-26 15:06 桃子flying 阅读(17864) 评论(1) 推荐(1)
摘要: 当要跨服务器访问数据库时,我们可以使用dblink建立连接服务器间的通道。 如果需要创建全局 DBLink,首先要确定用户有创建 dblink 的权限: 使用此语句查看:select * from user_sys_privs where privilege like upper('%DATABAS 阅读全文
posted @ 2020-12-14 12:00 桃子flying 阅读(948) 评论(1) 推荐(0)