会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ziziju
博客园
首页
新随笔
联系
订阅
管理
2025年1月10日
在maven中安装oracle7驱动
摘要: com.oracle:ojdbc7:jar:12.2.0.1 was not found in http://maven.aliyun.com/nexus/content/groups/public during a previous attempt. This failure was cached
阅读全文
posted @ 2025-01-10 10:56 zi_ziju
阅读(54)
评论(0)
推荐(0)
2025年1月8日
jeecg快速启动(附带本地运行可用版本下载)
摘要: 版本整理(windows x64位): redis:3.0.504 MYSQL:5.7 Maven:3.9.4(setting文件可下载) Nodejs:v16.20.2(建议不要安装默认路径下,如已安装在c盘,运行yarn报错,可参考:解决“yarn : 无法加载文件 C:\Users\quber
阅读全文
posted @ 2025-01-08 16:59 zi_ziju
阅读(49)
评论(0)
推荐(0)
MuMu模拟器连接Android Studio(含mumu12)
摘要: MUMU12版本连接方式 参考:https://mumu.163.com/help/20240903/40912_1178625.html 端口号获取位置:
阅读全文
posted @ 2025-01-08 16:57 zi_ziju
阅读(74)
评论(0)
推荐(0)
gradle下载失败, 更换镜像
摘要: 在Android Studio构建项目时遇到“cause: connect timed out”错误 解决:更换国内镜像,在gradle/wrapper/gradle-wrapper.properties文件中替换 distributionUrl=https\://services.gradle.o
阅读全文
posted @ 2025-01-08 16:54 zi_ziju
阅读(404)
评论(0)
推荐(0)
2024年12月31日
报错:remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
摘要: 添加token后写入git地址 格式为:https://<your_token>@github.com//.git 例如:https://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@github.com/LiQianju/Obtain_Harmony.git 参
阅读全文
posted @ 2024-12-31 16:27 zi_ziju
阅读(96)
评论(0)
推荐(0)
2024年12月30日
报错:unable to access'https://github.com/xxx': Failed to connect to github.com port 443 after 21151 ms: Couldn't connect to serven
摘要: 输入地址时报错 解决: 1.打开C:\Windows\System32\drivers\etc路径下的hosts文件 2.添加代码:140.82.114.4 github.com到最后一行,保存 即可成功提交 参考:https://blog.csdn.net/m0_55097077/article/
阅读全文
posted @ 2024-12-30 17:40 zi_ziju
阅读(635)
评论(0)
推荐(0)
2024年12月26日
在contos上部署springboot+vue2项目
摘要: jdk下载地址:https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html nodejs下载地址:https://nodejs.org/zh-cn/download/prebuilt-binaries
阅读全文
posted @ 2024-12-26 17:27 zi_ziju
阅读(9)
评论(0)
推荐(0)
2024年12月2日
【已解决】报错:ERROR: Failed :entry:default@PreviewArkTS... > hvigor ERROR: ArkTS:ERROR File: E:/xxx Indexed access is not supported for fields (arkts-no-props-by-index)
摘要: 尚硅谷鸿蒙开发课程:p057传递数据 应该由于老师用的SDk是版本9,我使用的SDk版本是12,官方更新过开发规范 参考链接:https://segmentfault.com/q/1010000044999395 报错预览 修改: 1.在EndPage.ets中,新定义一个描述params的结构接口
阅读全文
posted @ 2024-12-02 15:41 zi_ziju
阅读(1289)
评论(0)
推荐(0)
2024年10月10日
使用Git创建本地仓库(命令行方式&图形化界面方式)
摘要: 1.使用命令行创建本地仓库 (1)在空文件夹中点git bash here (2)输入git init 即创建目录 2.使用图形界面创建本地仓库 (1)一个空文件夹repo1 (2)右键→Git GUI Here (3)选择create new repository
阅读全文
posted @ 2024-10-10 17:45 zi_ziju
阅读(195)
评论(0)
推荐(0)
[问题记录]SQLserver数据库是否可以新建多个.mdf文件?
摘要: 结论: 1.可以,但只有第一个(.mdf)为当前数据库主文件。 2.当有多个(.mdf)文件时,语句不会出现错误,但不符合命名约定,即命名约定不正确。 3.数据库扩展名可以任意,官方文档中推荐主数据文件使用(.mdf),辅数据文件使用(.ndf),但如果使用例如:(.abc)作为文件后缀名,也是正确
阅读全文
posted @ 2024-10-10 14:45 zi_ziju
阅读(92)
评论(0)
推荐(0)
下一页
公告