logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

idea自带数据库连接工具,连接数据库报错ORA-01882: timezone region  not found

idea自带数据库连接工具,测试连接 报错ORA-01882[60000][604] ORA-00604: error occurred at recursive SQL level 1 ORA-01882: timezone region not found.解决方法:参考oracle - ORA-01882: timezone region not found - Stack Overflow

#idea#oracle
eclipse,idea搜索手动添加到本地maven库的jar

1. 安装第三方jar到我们的本地库中进入cmd,F:\java_memcached-release_2.6.6>mvn install:install-file -Dfile=java_memcached-release_2.6.6.jar -DgroupId=com.dana -DartifactId=memcached -Dversion=2.6.6 -Dpackaging=ja

#intellij idea#maven
淘宝druid数据库连接池使用示例

参考:淘宝连接池Druid  http://www.zhurouyoudu.com/index.php/archives/635/http://code.alibabatech.com/wiki/display/Druid/Homedruid使用 http://blog.csdn.net/yunnysunny/article/details/8657095Mybatis

#java
git bash发送restful请求报错:Required Integer parameter 'pageSize' is not present

##使用git bash发送时会获取不到pageSize的值,必须要将路径中的特殊符号进行转义;##使用浏览器自带的发送工具(如firefox插件RESTClient)就无问题;转义后即可操作成功:curl -H "Content-Type:application/json" -X GET http://localhost:9999/stock/list?pageNo=2\&p...

#git
flutter web应用,运行chrome web时,报错SocketException: Failed to create server socket (OS Error:

flutter web应用,运行chrome web时,报错:android studio中, 左上角flutter device selection选择chrome web,使用浏览器运行flutter web应用, 报错:Launching lib\main.dart on Chrome in debug mode...Finished with error: Failed to bind w

到底了