
java
夜幽青玄
人必有所执,方能有所成
展开
-
Bug:Long类型前后端传递数据不一致
【代码】Bug:Long类型前后端传递数据不一致。原创 2023-06-07 17:03:48 · 230 阅读 · 0 评论 -
Spring Boot ,Nacos 启动报错An attempt was made to call a method that does not exist. The attempt was mad
启动报错信息如下***************************APPLICATION FAILED TO START***************************Description:An attempt was made to call a method that does not exist. The attempt was made from the following location:org.springframework.boot.web.embedded.t原创 2020-09-10 15:17:44 · 2424 阅读 · 0 评论 -
The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone.
搭建 Spring Boot 提示 Could not open JDBC Connection for transaction; nested exception is java.sql.SQLException: The server time zone value ‘�й���ʱ��’ is unrecognized or represents more than one time zon...原创 2020-03-26 21:39:13 · 1853 阅读 · 0 评论 -
Myeclipse创建EJB项目
1111原创 2019-03-08 14:01:59 · 879 阅读 · 0 评论 -
JAVA-TOMCAT 8.0 开发websocket
JavaScript引入js,可以不用引入<script type="text/javascript" src="${ctxStatic}/websocket/sockjs-0.3.4.min.js"></script>javaScriptfunction websocketStart(){ var websocket = null; //获取主机地址之后...原创 2019-08-27 11:42:22 · 300 阅读 · 0 评论 -
Oracle Java Demo Simple CRUD
开始,话不多说,直接上代码是使用tomcat启动和 Servlet结合使用Oracle 连接工具类package com.kunze.oraclejdbc.util;import java.sql.Connection;import java.sql.DriverManager;import java.sql.PreparedStatement;import java.sql.Re...原创 2019-08-27 15:05:10 · 287 阅读 · 0 评论