上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 57 下一页
摘要: 口袋动画官网无法打开 http://www.papocket.com/ ![image](https://img2023.cnblogs.com/blog/80824/202307/80824-20230725175707181-2070665352.png) 插件无法使用 ![image](htt 阅读全文
posted @ 2023-07-31 13:21 VipSoft 阅读(752) 评论(0) 推荐(0)
摘要: Office 看不了激活更改产品密钥 ![image](https://img2023.cnblogs.com/blog/80824/202307/80824-20230724174638590-1457886608.png) ### 解决方案: - [PatchOffice.rar - 蓝奏云]( 阅读全文
posted @ 2023-07-28 11:45 VipSoft 阅读(74) 评论(0) 推荐(0)
摘要: [TOC] ![image](https://img2023.cnblogs.com/blog/80824/202302/80824-20230201133344225-1260068838.png) ## 类的表示(Class) 第一层:显示类的名称,如果是抽象类,则就用斜体显示。 第二层:是类的 阅读全文
posted @ 2023-07-27 19:44 VipSoft 阅读(2177) 评论(0) 推荐(3)
摘要: 😄 :smile:😆 :laughing:😊 :blush:😃 :smiley:☺️ :relaxed:😏 :smirk:😍 :heart_eyes:😘 :kissing_heart:😚 :kissing_closed_eyes:😳 :flushed:😌 :relieved:😆 阅读全文
posted @ 2023-07-26 17:05 VipSoft 阅读(3211) 评论(0) 推荐(0)
摘要: [TOC] 图像识别 + 信息抽取(UIE-X),部署接口供别的应用调用 最终在自己部署的环境中识别时报错,不知道是不是和GPU有关,还在尝试中 ## 流程 - 在百度 BML CodeLab 中跑好模型(免费算力,玩玩够了) - 下载模型 (比较大,我这个有10G了,可以适当做裁剪) - Linu 阅读全文
posted @ 2023-07-25 13:03 VipSoft 阅读(3450) 评论(0) 推荐(2)
摘要: 目录UIE-X在医疗领域的实战1.项目背景2.案例简介3.环境准备数据转换5.模型微调6.模型评估7.Taskflow一键部署 UIE-X在医疗领域的实战 PaddleNLP全新发布UIE-X 🧾,除已有纯文本抽取的全部功能外,新增文档抽取能力。 UIE-X延续UIE的思路,基于跨模态布局增强预训 阅读全文
posted @ 2023-07-24 14:08 VipSoft 阅读(1831) 评论(0) 推荐(0)
摘要: 先配置 SpringBoot 记录 access.log 日志,先让accesslog 显示出来 阅读全文
posted @ 2023-07-21 15:24 VipSoft 阅读(207) 评论(0) 推荐(0)
摘要: ``` Initializing database.. Traceback (most recent call last): File "d:\program files\python38\lib\site-packages\django\db\backends\utils.py", line 82 阅读全文
posted @ 2023-07-20 16:45 VipSoft 阅读(651) 评论(0) 推荐(0)
摘要: ### 常用快捷健 | Mac | Windows | 说明 | | -- | | | |活动监视器 | 任务管理器 | | 制作替身 | 创建快捷方式 | | Command + I | 右击属性 | 显示简介 | | Command + Option + I | | 开启信息检查器 + 鼠标选文 阅读全文
posted @ 2023-07-19 08:45 VipSoft 阅读(222) 评论(0) 推荐(0)
摘要: Label-Studio导出数据后可通过label_studio.py脚本轻松将数据转换为输入模型时需要的形式,实现无缝衔接。 items["text"] = line["data"]["text"] 阅读全文
posted @ 2023-07-18 17:12 VipSoft 阅读(7101) 评论(3) 推荐(4)
摘要: [Window bat expdp 数据库定时任务逻辑备份数据库 定时删除N天前的旧文件](https://www.cnblogs.com/vipsoft/p/6074077.html) [Linux shell crontab expdp 定时任务逻辑备份数据库 定时删除旧文件](https:// 阅读全文
posted @ 2023-07-17 17:29 VipSoft 阅读(866) 评论(0) 推荐(0)
摘要: Typora 宽度在CSS样式文件中有个 max-width 值,现在的显示器分辨率比较高,会导致编辑器两边留白比较多 导致文档编辑时,高分辨率的显示器,得不到充分利用 阅读全文
posted @ 2023-07-14 11:47 VipSoft 阅读(349) 评论(0) 推荐(0)
摘要: Navicat 连接 Oracle 报 ORA-03135: connection lost contact ORA-28547: connection to server failed, probable Oracle Net admin error oci.dll 版本太低,需要重新下载并指定 阅读全文
posted @ 2023-07-13 17:41 VipSoft 阅读(499) 评论(0) 推荐(0)
摘要: Excel 改变图标的形状 最终效果 ![image](https://img2023.cnblogs.com/blog/80824/202306/80824-20230612181836900-1523089764.png) 过程有点杂乱,不再重新整理,基本照着下面的设就完事了。 未完成的想用柱型 阅读全文
posted @ 2023-07-12 17:28 VipSoft 阅读(222) 评论(0) 推荐(0)
摘要: Visual Studio 为多环境配置 Web.config 不同的环境,存在不同的配置,如:数据库连接字符串,通过多配置,方便做环境切换,配置的修改 阅读全文
posted @ 2023-07-11 10:05 VipSoft 阅读(2083) 评论(7) 推荐(19)
摘要: Mac Parallels (PD) 常规设置,虚机中不显示 mac 的菜单栏 阅读全文
posted @ 2023-07-10 11:13 VipSoft 阅读(69) 评论(0) 推荐(0)
摘要: [toc] [liteflow](https://liteflow.yomahub.com/) 更适应我们的项目使用了它 [drools](https://www.drools.org/) 感觉复杂度高些 ### 项目介绍 官网地址:http://waitmoon.com/zh 视频地址:https 阅读全文
posted @ 2023-07-07 08:48 VipSoft 阅读(468) 评论(0) 推荐(0)
摘要: 常规的软件是按住空格建+鼠标左健 进行拖放,但 MindManager 不支持,如何对Mindjet MindManager 拖动页面? `按住 鼠标右键 直接拖拽` 配合 Ctrl+滚轮 放大缩小,一起使用 阅读全文
posted @ 2023-07-06 13:08 VipSoft 阅读(110) 评论(0) 推荐(0)
摘要: [MongoDB 客户端工具,Studio3T 无法启动](https://www.cnblogs.com/vipsoft/p/17502159.html) 先通过 root 进到 admin 库, ![image](https://img2023.cnblogs.com/blog/80824/20 阅读全文
posted @ 2023-07-05 11:25 VipSoft 阅读(43) 评论(0) 推荐(0)
摘要: [阿里云 MongoDB 创建库添加用户并授权](https://www.cnblogs.com/vipsoft/p/17503761.html) MongoDB 客户端工具,Studio3T 无法启动,原因可能是因为本地的 java 版本导致 ```bash C:\Users\cj218>java 阅读全文
posted @ 2023-07-04 09:06 VipSoft 阅读(195) 评论(2) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 57 下一页