
日常异常
performer丶
这个作者很懒,什么都没留下…
展开
-
java.sql.SQLException: No value specified for parameter 2 at com.mysql.jdbc.SQLError.create 小Bug异常
public boolean updateMemberslnfo(MembersInfo membersInfo) throws SQLException{ StringBuffer sqlBuffer = new StringBuffer("UPDATE membersinfo SET "); boolean check = true; List<Object> params ...原创 2018-02-23 21:52:46 · 1413 阅读 · 0 评论 -
java.lang.NoClassDefFoundError: Could not initialize class utils.MyBatisUtil at test.UserMapperTest
java.lang.NoClassDefFoundError: Could not initialize class utils.MyBatisUtil at test.UserMapperTest.test(UserMapperTest.java:30) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.r...原创 2018-03-27 15:45:53 · 12238 阅读 · 0 评论 -
docker 私有仓库The push refers to repository [x:5000/test] Get https://x:5000/v2/: dial tcp x:5000: conn
折腾了两个小时,终于好了https://github.com/docker/distribution/issues/1874 这是github docker 的相关问题需要 push 到私有仓库端的操作 ,就是需要上传的那台服务器vim /etc/docker/daemon.json1: 配置{ "insecure-registries":["公网ip(...原创 2019-07-27 16:14:29 · 12659 阅读 · 3 评论