上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 60 下一页
摘要: 目录环境依赖配置SSH克隆代码训练定制代码结构数据标注准备语料库数据标注导出数据数据转换doccanoLabel Studio模型微调问题处理找不到 'paddlenlp.trainer'找不到GPUprotobuf==3.20.2CUDA/cuDNN/paddle 环境问题,此文档废弃,移步 ht 阅读全文
posted @ 2024-07-02 17:09 VipSoft 阅读(490) 评论(0) 推荐(0)
摘要: 目录Content-Disposition文件下载内联显示代码示例常见的媒体类型文件上传 为什么浏览器中有些图片、PDF等文件点击后有些是预览,有些是下载, 出现图片、PDF不能预览的情况,主要是通过代码输出文件流的形式,非IIS、Nginx下直接访问资源的方式产生的 在HTTP中,用于文件下载的常 阅读全文
posted @ 2024-06-27 12:59 VipSoft 阅读(3621) 评论(2) 推荐(11)
摘要: 好看简单的Login登录界面,背景色带渐变 效果演示:http://www.vipsoft.com.cn/login.html HTML <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>VipSoft</ti 阅读全文
posted @ 2024-06-27 11:11 VipSoft 阅读(365) 评论(2) 推荐(1)
摘要: 拉取 gitee 代码,Please make sure you have the correct access rights git clone [email protected]:paddlepaddle/PaddleNLP.git 生成 RAS 秘钥 ssh-keygen -t rsa -C "Git 阅读全文
posted @ 2024-06-25 10:13 VipSoft 阅读(175) 评论(0) 推荐(0)
摘要: 目录安装数据准备创建项目创建抽取式任务上传定义标签构建抽取式任务标签任务标注命名实体识别导出数据查看数据应用实例 命名实体识别(Named Entity Recognition,简称NER),是指识别文本中具有特定意义的实体。在开放域信息抽取中,抽取的类别没有限制,用户可以自己定义。 安装 详见:数 阅读全文
posted @ 2024-06-24 15:30 VipSoft 阅读(1135) 评论(0) 推荐(0)
摘要: 目录安装运行 doccano重运行 doccano打开 doccanno创建项目创建分类式任务上传数据定义标签添加成员开始标注导出数据查看数据统计 数据标注工具 Label-Studio 数据标注工具 doccano | 命名实体识别(Named Entity Recognition,简称NER) 阅读全文
posted @ 2024-06-20 11:16 VipSoft 阅读(1591) 评论(0) 推荐(3)
摘要: Postman 的 Basic Auth: 分析 根据以上图片分析: Postman 的 Authorization 实际为: header 中添加 Authorization: ******* ******* => "Base" + " " + base64("Username"+":"+"Pas 阅读全文
posted @ 2024-06-19 12:27 VipSoft 阅读(185) 评论(0) 推荐(0)
摘要: Typora 宽度在CSS样式文件中有个 max-width 值,现在的显示器分辨率比较高,会导致编辑器两边留白比较多 导致文档编辑时,高分辨率的显示器,得不到充分利用 解决方案 查看 修改 不要直接去安装目录下修改,实际目录可能会不一样: C:\Users\Jimmy\AppData\Roamin 阅读全文
posted @ 2024-06-17 17:52 VipSoft 阅读(245) 评论(0) 推荐(0)
摘要: Mapper.xml <insert id="setReport" statementType="CALLABLE" parameterType="Map"> {call INSERT_EMR( #{IDH, mode=IN, jdbcType=NUMERIC}, #{IJG, mode=IN, j 阅读全文
posted @ 2024-06-13 16:56 VipSoft 阅读(172) 评论(0) 推荐(0)
摘要: CSS 遮罩层,背景渐变 html <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="basic.css"> </head> <body> <div class="masked-element"> <div class="conte 阅读全文
posted @ 2024-06-12 13:44 VipSoft 阅读(96) 评论(0) 推荐(0)
摘要: 目录错误原因解决方案 app.config.globalProperties 用法坑Vue, 多环境配置 https://chuna2.787528.xyz/vipsoft/p/16696640.html main.js import config from '@/utils/config' //这是对 阅读全文
posted @ 2024-06-11 12:45 VipSoft 阅读(438) 评论(0) 推荐(0)
摘要: Windows 允许空密码远程桌面 开启远程 修改策略 输入命令 secpol.msc 本地策略 -> 安全选项 -> 帐户:使用空密码的本地帐户只允许进行控制台登录 阅读全文
posted @ 2024-06-11 11:36 VipSoft 阅读(154) 评论(0) 推荐(0)
摘要: 这个错误通常与Node.js的加密模块和OpenSSL版本有关 出现这个错误是因为 node.js V17版本中最近发布的OpenSSL3.0, 而OpenSSL3.0对允许算法和密钥大小增加了严格的限制,可能会对生态系统造成一些影响. js/app.8d066b51.js from Terser 阅读全文
posted @ 2024-06-11 10:42 VipSoft 阅读(270) 评论(0) 推荐(0)
摘要: 根据提示,赋权限,删除文件等 jimmy@MacBook-Pro ~ % brew link node Linking /usr/local/Cellar/node/20.0.0... Error: Could not symlink include/node/common.gypi Target 阅读全文
posted @ 2024-06-09 16:20 VipSoft 阅读(166) 评论(0) 推荐(0)
摘要: ==> Installing dependencies for node: mpdecimal, ca-certificates, [email protected], readline, sqlite, xz, [email protected], brotli, cmake, c-ares, icu4c, libngh 阅读全文
posted @ 2024-06-03 21:38 VipSoft 阅读(74) 评论(0) 推荐(0)
摘要: # 替换brew.git: jimmy@MacBook-Pro Library % cd "$(brew --repo)" jimmy@MacBook-Pro Homebrew % git remote set-url origin https://mirrors.aliyun.com/homebr 阅读全文
posted @ 2024-05-31 22:38 VipSoft 阅读(418) 评论(0) 推荐(0)
摘要: Vue devDependencies 与 dependencies 区别,如何往 项目的node_modules安装组件 概述 devDependencies 用于本地环境开发 只会在开发环境下依赖的模块,生产环境不会被打入包内(通过NODE_ENV=developement或NODE_ENV=p 阅读全文
posted @ 2024-05-31 15:01 VipSoft 阅读(822) 评论(0) 推荐(0)
摘要: 想复制网页上的文字,弹出需要登录等,很烦人。 打开开发者工具 按F12打开 浏览器操作打开 禁用JS 运行命令 按 Ctrl+Shift+P 或者如下图,鼠标点击,调出命令运行窗口 在运行窗口中输入 JavaScript 点击停用,同理,再次点击,开启 鼠标操作 阅读全文
posted @ 2024-05-31 13:55 VipSoft 阅读(230) 评论(0) 推荐(0)
摘要: 前提条件 安装 Nodejs 下载:https://nodejs.org/en/download/prebuilt-installer 切换 npm 源 npm config set registry https://registry.npmmirror.com/ 创建Vue npm create 阅读全文
posted @ 2024-05-31 09:11 VipSoft 阅读(152) 评论(0) 推荐(0)
摘要: jimmy@MacBook-Pro ~ % brew -v Homebrew 4.0.15-84-g9d5b017 Homebrew/homebrew-core (git revision c04886e1f63; last commit 2023-04-27) Homebrew/homebrew- 阅读全文
posted @ 2024-05-30 21:24 VipSoft 阅读(370) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 60 下一页