会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
知和乎
博客园
首页
新随笔
联系
订阅
管理
2020年6月28日
idea配置自动生成序列化值serialVersionUID
摘要: File >Setting 搜索 seria 点击保存,创建一个类,双击类名,按下alt+回车
阅读全文
posted @ 2020-06-28 18:39 ¥%--1001
阅读(315)
评论(0)
推荐(0)
2020年6月6日
idea创建servlet
摘要: 创建项目 在WEB-INF下创建classes、lib文件夹 File-->Project Structure-->Project Structure Module-->Paths,选中classes文件夹 再选中Dependencies选项卡 选中lib文件夹后, ok即可 --》ilibrary
阅读全文
posted @ 2020-06-06 22:00 ¥%--1001
阅读(832)
评论(0)
推荐(0)
2020年6月5日
信息 [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [xxxxx\webapps\manager] has finished in [213] ms
摘要: 打开tomcat >bin >catalina.bat 找到 set JAVA_OPTS 用rem注释掉
阅读全文
posted @ 2020-06-05 21:58 ¥%--1001
阅读(2890)
评论(0)
推荐(0)
2020年5月25日
return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:For direct MetaStore DB connections, we don't support retries at the client level.) (state=08S01,code=1)
摘要: 更换 mysql-connection 驱动包,例如:hive版本是1.2.x 降低mysql驱动包版本jar包下载地址:https://mvnrepository.com/
阅读全文
posted @ 2020-05-25 09:48 ¥%--1001
阅读(338)
评论(0)
推荐(0)
2020年5月21日
Tomcat运行war包乱码
摘要: 1.$Tomcat_home/conf/server.xml 在里面插入URIEncoding="UTF-8" <Connector port="8080" protocol="HTTP/1.1" URIEncoding="UTF-8" connectionTimeout="20000" redir
阅读全文
posted @ 2020-05-21 16:56 ¥%--1001
阅读(1022)
评论(1)
推荐(0)
2020年4月27日
VMware创建共享文件夹
摘要: 共享文件夹(安装Vmware Tools) 安装依赖 yum -y install perl gcc gcc-c++ make cmake kernel kernel-headers kernel-devel net-tools Vmware配置 l 启动linux l 如没有安装过vmware t
阅读全文
posted @ 2020-04-27 13:01 ¥%--1001
阅读(749)
评论(0)
推荐(0)
2020年4月15日
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
摘要: 办法一: 有可能没有导入对应的Jar包,找到对应spring-web坐标加载即可 办法二: 右键项目 》properties->
阅读全文
posted @ 2020-04-15 20:43 ¥%--1001
阅读(106)
评论(0)
推荐(0)
2020年3月31日
node.js windows环境配置
摘要: 下载 http://nodejs.cn/download/ 2.解压并在目录下新建两个文件夹node_cache,node_global 3. 在根目录下启动cmd上输入 npm config set prefix "D:\nodeJs\node-v12.16.1-win-x64\node_glob
阅读全文
posted @ 2020-03-31 20:24 ¥%--1001
阅读(153)
评论(0)
推荐(0)
2020年3月28日
idea中去除mapper.xml代码检查
摘要: File --> settings --> Editor --> Color Scheme --> General --> Code --> Injected language fragment 把Background勾去掉 File --> settings --> Editor --> Colo
阅读全文
posted @ 2020-03-28 21:46 ¥%--1001
阅读(1396)
评论(0)
推荐(0)
2020年3月25日
linux下mysql忘记密码
摘要: 编辑/etc/my.cnf 在[mysqld]中添加 skip-grant-tables :wq 保存退出 ·······2.进入mysql 修改密码 update mysql.user set password=PASSWORD('新密码')where User='root'; ERROR 105
阅读全文
posted @ 2020-03-25 10:02 ¥%--1001
阅读(132)
评论(0)
推荐(0)
下一页
公告