上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 开发板:龙芯派 LA-Q2( LoongArch 版本) 1. 下载 Loongnix 系统镜像 链接:https://pan.baidu.com/s/1O2HWEcRuqFEnTFqo--DWHQ?pwd=dae1 提取码:dae1 2. 格式化 U 盘 3. 在 UltraISO 中使用 RAW 阅读全文
posted @ 2023-07-21 02:39 jinzesudawei 阅读(1394) 评论(0) 推荐(0) 编辑
摘要: 服务地址 服务地址 端口 163 邮箱 smtp.163.com 25 QQ 邮箱 smtp.qq.com 587 Outlook 邮箱 smtp.office365.com 587 范例:163 邮箱 1) 开启 SMTP 服务 2) 申请 "授权密码" 邮件发送功能 using System; 阅读全文
posted @ 2023-06-29 19:42 jinzesudawei 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 常规操作 在 IIS 服务器安装 SSL 证书https://help.aliyun.com/document_detail/98729.html 在我的 IIS 10 服务器上手动安装 SSL 证书https://sg.godaddy.com/zh/help/manually-install-an 阅读全文
posted @ 2023-06-29 13:38 jinzesudawei 阅读(937) 评论(0) 推荐(0) 编辑
摘要: 1、当用 U盘安装新系统遇到提示界面时,点击左上角的箭头,返回上一步。 2、同时按下 Shift+F10 组合键调出管理员命令提示符窗口,输入 regedit 进入注册表。3、找到 HKEY_LOCAL_MACHINE\SYSTEM\Setup,右键点击 Setup 新建项 LabConfig,在  阅读全文
posted @ 2023-06-27 10:54 jinzesudawei 阅读(6786) 评论(0) 推荐(0) 编辑
摘要: 在线教程 昉·星光 2 单板计算机快速参考手册https://doc.rvspace.org/VisionFive2/PDF/VisionFive2_QSG.pdf 如何在 VisionFive2 上安装 Ubuntuhttps://wiki.ubuntu.com/RISC-V/StarFive V 阅读全文
posted @ 2023-05-07 03:43 jinzesudawei 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 收缩段消除空间碎片的方法有两种: 方法1:使用 Move 命令 alter table table_name move 注意:1) move 操作会锁表。(如果是很小的表,可以在线做。如果是大表一定要注意,会长时间锁表,只能查询,影响正常业务运行)2) move 操作会使索引失效,一定要 rebui 阅读全文
posted @ 2023-05-05 12:09 jinzesudawei 阅读(3167) 评论(0) 推荐(0) 编辑
摘要: 背景 Oracle 表空间数据文件容量与 DB_BLOCK_SIZE 参数有关,物理文件最大允许 4194304 个数据块(由操作系统决定)。如果初始建库时 DB_BLOCK_SIZE = 8K,数据文件最大体积为 32GB(32768MB)。4194304 × 8 / 1024 = 32768 ( 阅读全文
posted @ 2023-02-23 23:52 jinzesudawei 阅读(2196) 评论(0) 推荐(0) 编辑
摘要: 环境 Visual Studio 2022Oracle.DataAccess.dll v4.121.2.0 错误信息 在 VS 中启动 IIS Express ,收到报错信息Could not load file or assembly 'Oracle.DataAccess' or one of i 阅读全文
posted @ 2023-02-23 11:24 jinzesudawei 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 硬件 StarFive 昉·星光 2 开发板 准备步骤 1. 要安装 Debian Image 69 工程版,需要 VisionFive 2 板载 QSPI flash 更新至最新的 uboot 和 spl。https://forum.rvspace.org/t/2-debian-image-69/ 阅读全文
posted @ 2023-02-05 17:14 jinzesudawei 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 背景 DevEco Studio 3.1.0.100HUAWEI Mate 50 步骤 1. 手机进入开发者模式,启用 "允许USB调试" 2. 用 USB 数据线连接电脑和手机 3. 在电脑上,DevEco / HarmonyOS / SDK 目录下找到 hdc 工具 4. 使用 hdc 打开手机 阅读全文
posted @ 2022-11-18 00:07 jinzesudawei 阅读(2874) 评论(1) 推荐(1) 编辑
摘要: 背景 新安装的 Windows 11 英文版,时区默认是英国。新安装了 DevEco Studio 3.1.0.100。 解决 In the C:\Users\xxxxxx\AppData\Roaming\Huawei\DevEcoStudio3.1\options directory, open 阅读全文
posted @ 2022-11-07 16:33 jinzesudawei 阅读(1468) 评论(1) 推荐(0) 编辑
摘要: 准备材料 VMware Workstation Pro v16.2.4https://www.vmware.com/cn/products/workstation-pro.html VMware Unlocker for macOS v3.0.4https://github.com/paolo-pr 阅读全文
posted @ 2022-10-04 18:13 jinzesudawei 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 修改前 <rsweb:ReportViewer ID="ReportViewer1" runat="server"></rsweb:ReportViewer> 修改后 <rsweb:ReportViewer ID="ReportViewer1" runat="server" width="100%" 阅读全文
posted @ 2022-06-08 11:36 jinzesudawei 阅读(49) 评论(0) 推荐(0) 编辑
摘要: Background Bitbucket + Sourcetree Issue Case git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin remot 阅读全文
posted @ 2022-03-14 14:17 jinzesudawei 阅读(759) 评论(0) 推荐(0) 编辑
摘要: 数据库 Server MongoDB v4.4 管理工具 MongoDB Database Toolshttps://www.mongodb.com/try/download/database-tools?tck=docs_databasetools The MongoDB Database Too 阅读全文
posted @ 2022-01-14 15:45 jinzesudawei 阅读(387) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页
点击右上角即可分享
微信分享提示