错误原因: 解决方法: eclipse: 进入到windows->preferens->scala compiler->preference->Build
原创 2023-05-11 10:40:55
86阅读
使用hibernate在向表中保存数据时虽然保存成功了 但是有异常仔细查看代码 发现public static Sess
原创 2022-08-05 10:29:06
94阅读
Go语言使用场景 | go语言与其它开源语言比较 | Go WEB框架选型 一、Go语言使用场景1. 关于go语言2007年,受够了C++煎熬的Google首席软件工程师Rob Pike纠集Robert Griesemer和Ken Thompson两位牛人,决定创造一种新语言来取代C++, 这就是Golang。出现在21世纪的GO语言,虽然不能如愿对C+
Go是一门全新的静态类型开发语言,具有自动垃圾回收,丰富的内置类型,函数多返回值,错误处理,匿名函数,并发编程,反射等特性. go命令依赖一个重要的环境变量:$GOPATH GOPATH允许多个目录,当有多个目录时,请注意分隔符,多个目录的时候Windows是分号; 当有多个GOPATH时默认将go
原创 2021-05-11 15:53:00
2671阅读
SpringData+JPA+mysql 8, 报错 cannot be null when 'hibernate.dialect' not set是因为Hibernate SQL方言没有设置导致的,在properties文件中增加下面这行:spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect如果使用mysql6以上,可能继
原创 2024-06-06 23:49:21
96阅读
GOROOT、GOPATH、GOBIN简单说明:GOR
原创 2021-12-28 13:55:05
300阅读
GOROOT、GOPATH、GOBIN简单说明:GOROOT:Go 语言安装根目录的路径,也就是 GO 语言的安装路径。GOPATH:若干工作区目录的路径。是我们自己定义的工作空间。GOBINGO 程序生成的可执行文件(executable file)的路径。为什么设置GOPATH?GOPATH 简单理解成 Go 语言的工作目录,它的值是一个目录的路径,也可以是多个目录路径,每个目...
原创 2022-01-18 09:23:37
474阅读
SpringData+JPA+mysql 8, 报错 cannot be null when 'hibernate.dialect' not set是因为Hibernate SQL方言没有设置导致的
原创 2023-05-26 00:20:37
94阅读
Cannot set web app root system property when WAR file is not expanded
原创 2021-06-05 10:30:54
819阅读
# 实现"java files, please provide compiled classes with sonar.java.binaries propert" ## 流程 下面是实现"java files, please provide compiled classes with sonar.java.binaries property"的步骤。 ```mermaid journey
原创 2023-09-05 06:07:58
769阅读
# 如何使用SonarQube进行静态代码分析 ## 1. 流程概览 首先,我们要明确一下整个流程的步骤。下面的表格展示了实现“Please provide compiled classes of your project with sonar.java.binaries pro”这一任务的步骤。 | 步骤 | 操作
原创 2023-08-26 05:58:25
550阅读
这两个都是环境变量GOPATHGOPATH是go安装的第三方模块时候的一个搜索路径,默认是在$HOME下
原创 2022-07-11 10:53:26
82阅读
boot
原创 2022-10-22 15:43:54
665阅读
I read an article named "Going to the doctor" today. it said Americans only see the doctor when something is seriously wrong, because a doctor visit can cost more than 80 dollars, and health insurance
原创 2008-04-07 22:49:06
1423阅读
Install the Go tools If you are upgrading from an older version of Go you must first remove the existing version.Linux, Mac OS X, and FreeBSD tarballsDownload the archive and extract it
go
转载 2017-07-20 11:12:14
476阅读
docs.jboss.org文档示例代码:(http://docs.jboss.org/hibernate/annotations/3.5/reference/en/html_single/)1 static {2 try {3 sessionFact...
转载 2015-03-22 22:56:00
192阅读
2评论
SpringBoot升级2.4.0所出现的问题:When allowCredentials is true, allowedOrigins cannot contain the special value “*” sin
原创 2022-09-05 22:36:30
1631阅读
user  soft nofile 1024user  hard nofile unlimited# su - user could not open session决议This is a limit of  setrlimit().  The limit is 1048576. &nbs
原创 2015-05-22 13:16:24
2198阅读
# 实现 "strict-origin-when-cross-origin" Java 后端 ## 简介 在这篇文章中,我将指导你如何使用 Java 后端实现 "strict-origin-when-cross-origin" 功能。这个功能是为了增强网站的安全性,防止跨站点请求伪造(CSRF)攻击。 ## 流程 下面是实现 "strict-origin-when-cross-origin"
原创 2023-07-20 22:04:37
1125阅读
[INFO] Total time: 14.585 s[INFO] Finished at: 2020-04-27T09:53:57+08:00[INFO] Final Memory: 60M/558M[INFO] ------------------------------------------------------------------------[ERROR] Failed t...
原创 2022-05-27 06:20:56
580阅读
  • 1
  • 2
  • 3
  • 4
  • 5