会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
GoXXIV
博客园
首页
新随笔
联系
订阅
管理
2025年1月16日
在Gitea中运行Actions demo时,遇到node报错
摘要: 错误信息 node[39]: ../src/node_platform.cc:68:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `
阅读全文
posted @ 2025-01-16 15:33 GoXXIV
阅读(176)
评论(0)
推荐(0)
2023年5月26日
需求: 将一个表中的数据插入另一个表, 然后根据条件对表中数据进行更新
摘要: 假设要将表user中的数据插入到user_model中, 然后将根据user中的age字段更新值, 更新的规则是: 如果user表中的age>26, 则将user_model表中的age字段设置为27; 否则, 设置为25. 首先, 将user中的数据先插入到user_model中. ```sql
阅读全文
posted @ 2023-05-26 20:51 GoXXIV
阅读(32)
评论(0)
推荐(0)
2022年9月15日
Spring Boot 整合 WebService服务
摘要: 参考自: SpringBoot 整合 webservice 示例 1. 添加依赖 不需要导入web依赖, 因为web-services中已包含此依赖. <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <a
阅读全文
posted @ 2022-09-15 18:58 GoXXIV
阅读(322)
评论(0)
推荐(0)
2022年9月5日
发现了以元素 '{"http://www.springframework.org/schema/aop":advisor}' 开头的无效内容。应以 '{"http://www.springframework.org/schema/aop":aspect}' 之一开头。
摘要: Caused by: org.xml.sax.SAXParseException; lineNumber: 44; columnNumber: 65; cvc-complex-type.2.4.a: 发现了以元素 '{"http://www.springframework.org/schema/ao
阅读全文
posted @ 2022-09-05 09:58 GoXXIV
阅读(351)
评论(0)
推荐(0)
2022年8月31日
EXCEPTION IN THREAD "MAIN"JAVA.LANG.UNSATISFIEDLINKERROR:ORG.APACHE.HADOOP.IO.NATIVEIO.
摘要: 引自: https://www.freesion.com/article/2829484943/ 报错信息 Exception in thread "main" java.lang.UnsatisfiedLinkError: org.apache.hadoop.io.nativeio.NativeI
阅读全文
posted @ 2022-08-31 21:00 GoXXIV
阅读(210)
评论(0)
推荐(0)
2022年6月13日
Spring Data RedisTemplate抛出SerializationException
摘要: 在Spring Boot中使用RedisTemplate时, 出现了这样的情况: 当使用new ArrayList<String>(Arrays.asList("abc", "def"))创建List时, 可以正常存入Redis; 而使用new ArrayList<String>(){{add("a
阅读全文
posted @ 2022-06-13 15:08 GoXXIV
阅读(161)
评论(0)
推荐(0)
2022年6月8日
Spring Boot中的Spring Security
摘要: 环境搭建 依赖 <!--spring security--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </depend
阅读全文
posted @ 2022-06-08 11:36 GoXXIV
阅读(56)
评论(0)
推荐(0)
2022年5月27日
使用IDEA连接远程主机上的Redis失败. 抛出redis.clients.jedis.exceptions.JedisConnectionException: Failed connecting to host xxx
摘要: 问题: 使用IDEA连接远程主机上的Redis失败. 抛出redis.clients.jedis.exceptions.JedisConnectionException: Failed connecting to host xxx 解决方法: 在Redis的配置文件中注释掉bind 测试代码 imp
阅读全文
posted @ 2022-05-27 19:38 GoXXIV
阅读(444)
评论(0)
推荐(0)
2021年3月28日
IDEA代码模板
摘要: IDEA的代码模板在"File and Code Templates"中. 对servlet的默认模板进行如下修改: 使用:
阅读全文
posted @ 2021-03-28 20:46 GoXXIV
阅读(83)
评论(0)
推荐(0)
2021年3月17日
解决powershell不能使用conda activate的问题
摘要: https://www.cnblogs.com/dereen/p/ps_conda_env.html
阅读全文
posted @ 2021-03-17 19:24 GoXXIV
阅读(151)
评论(0)
推荐(0)
下一页
公告