会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
道法自然
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
60
下一页
2022年8月6日
mysql连接字符串中加入 nullCatalogMeansCurrent 用途
摘要: 从mysql-connector-java 5.x 版本起,nullCatalogMeansCurrent属性由原来的默认true改为了false nullCatalogMeansCurrent = true: 返回指定库涉及表 nullCatalogMeansCurrent = false: 返回
阅读全文
posted @ 2022-08-06 10:12 jiduoduo
阅读(6345)
评论(0)
推荐(1)
2022年8月3日
mac tomcat9下载 运行
摘要: 1、下载 https://tomcat.apache.org/download-90.cgi 下载zip即可 2、解压 定位到tomcat/bin目录下 cd 可以, 或者如果有右键的,在目录下新建终端即可。 3、如果直接./startup.sh会报没有权限 处理如下: chmod +x *.sh
阅读全文
posted @ 2022-08-03 16:58 jiduoduo
阅读(289)
评论(0)
推荐(0)
Project Explorer 项目太多、太杂,分类管理
摘要: 打开Project Explorer发现项目里真是太杂,有测试的,有正式的,还有开源的,可以说是乱七八糟。 关键在建项目的时候,点右击,经常会建到别的项目中。 解决: File-new-other java-java working set 比如叫workingSet2022,以年度为工作组分 选择
阅读全文
posted @ 2022-08-03 10:13 jiduoduo
阅读(101)
评论(0)
推荐(0)
2022年8月2日
高德地图 mapView.onDestroy() 崩溃问题
摘要: 走到onDestroy()就crashed 解决: manifest加入 暂时禁用Pointer Tagging功能 android:allowNativeHeapPointerTagging="false"
阅读全文
posted @ 2022-08-02 10:32 jiduoduo
阅读(791)
评论(0)
推荐(0)
2022年7月24日
Cannot resolve symbol '@+id/layout_xxxxx' 或者create id value resource "layout_xxxx"
摘要: 要给布局加一个点击事件,但是给它加一个id,竟然报错。 实际上是没有错的。 解决: 这个问题真的很神奇,突然就不给加id,哈哈。
阅读全文
posted @ 2022-07-24 14:46 jiduoduo
阅读(882)
评论(1)
推荐(1)
2022年7月22日
java.lang.IllegalStateException: Immutable bitmap passed to Canvas constructor
摘要: 解决,转为mutable bitmap即可。 bitmap = bitmap.copy(Bitmap.Config.ARGB_8888, true); 参考:https://blog.csdn.net/niuba123456/article/details/113754591
阅读全文
posted @ 2022-07-22 17:36 jiduoduo
阅读(319)
评论(0)
推荐(0)
2022年7月17日
xxxxDao is part of xxxxDataBase but this entity is not in the database
摘要: 解决: 提示实体不在数据库管理范围,只要将实体类.class加入到里面即可。
阅读全文
posted @ 2022-07-17 16:22 jiduoduo
阅读(393)
评论(0)
推荐(0)
2022年7月15日
android room Schema export directory is not provided to the annotation processor so we cannot export the schema.
摘要: 解决: android { compileSdk 31 defaultConfig { applicationId "com.xxxxx.xxxx" minSdk 24 targetSdk 31 versionCode 7 versionName "1.1.4" testInstrumentatio
阅读全文
posted @ 2022-07-15 15:13 jiduoduo
阅读(465)
评论(0)
推荐(0)
2022年7月12日
git Ignore如何还原、脱离了git,如何连接
摘要: 1、新增一个文件的时候,不小心点了Ignore,这样文件再也无法add to index了。 解决: 打开文件所在目录,然后按Shift+Command+.,将隐藏的文件显示出来。 会看到一个隐藏文件:.gitignore , 打开文件,找到你的文件,删除那行保存就可以。 2、如何点击了Discon
阅读全文
posted @ 2022-07-12 17:01 jiduoduo
阅读(647)
评论(0)
推荐(0)
2022年7月10日
wps将某一页的页面设置为单独的如何操作?
摘要: 1、插入分节符 2、将光标定位到第二页中,设置页面边距 3、结果 这样就可以了。
阅读全文
posted @ 2022-07-10 13:51 jiduoduo
阅读(2648)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
60
下一页
公告