会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阖彩💎
做一只乖巧的程序媛,做一个开心的人。
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
9
下一页
2025年2月5日
macOs前端环境配置 及 mac基础操作
摘要: 一、工作学习软件安装 飞书,微信,TIM,有道云笔记,阿里云盘,百度网盘,Adobe XD,腾讯会议,谷歌浏览器,clashX,toDesk,柠檬清理等。 在App Store中购买安装,或者在官网下载安装。 二、vscode 安装开发编辑器 官网:https://code.visualstudio
阅读全文
posted @ 2025-02-05 11:33 阖彩
阅读(90)
评论(0)
推荐(0)
2023年8月16日
如何用GitHub快速找到优秀的开源项目
摘要: #### 版本控制Git和GitHub ##### 分布式版本控制系统 - 配有两个仓库,在你的电脑上有一个 本地仓库 ,在远程的服务器上有一个 远程仓库 。 - 我们在提交文件的时候会先提交到本地仓库,然后在有网络的情况下,再从本地仓库提交到网络上的远程仓库。 - Git 就是一个典型的分布式版本
阅读全文
posted @ 2023-08-16 16:55 阖彩
阅读(84)
评论(0)
推荐(0)
2023年8月14日
git上传多个仓库
摘要: 转自:https://www.cnblogs.com/hmy-666/p/17304317.html 登录github时报错: fatal: unable to access 'https://github.com/<username>/RuoYi.git/': OpenSSL ... 产生原因:一
阅读全文
posted @ 2023-08-14 13:29 阖彩
阅读(10)
评论(0)
推荐(0)
2022年11月2日
小乌龟可视化版本控制工具下载
摘要: 1.SVN https://tortoisesvn.net/downloads.html 2.GIT https://tortoisegit.org/download/
阅读全文
posted @ 2022-11-02 15:31 阖彩
阅读(35)
评论(0)
推荐(0)
2022年10月24日
iframe 预览pdf
摘要: <iframe :src="pdfUrl" style="width: 100%; height: 100%"></iframe> url:{ downLoad:'/sys/minio/download/' }, pdfUrl:'' lookOfdFile(filePath) { let srcUr
阅读全文
posted @ 2022-10-24 17:18 阖彩
阅读(1407)
评论(0)
推荐(0)
2022年10月14日
项目中导出功能(word)
摘要: 导出方法: fileName:导出word文件名称 this.url.exportword:接口地址,返回blob文件流 exportsMethod(){ let fileName = this.info.lcmc getActionBlob(this.url.exportword, {id:thi
阅读全文
posted @ 2022-10-14 16:33 阖彩
阅读(89)
评论(0)
推荐(0)
2022年8月3日
vue Error in nextTick错误
摘要: vue项目报错: Error in nextTick: "NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a
阅读全文
posted @ 2022-08-03 11:03 阖彩
阅读(4013)
评论(0)
推荐(0)
2022年7月27日
项目中用到的"高拍仪"和"身份证读卡器"浅记
摘要: 1.高拍仪 第一步:下载驱动 CameraService.exe,用到的是哲林高拍仪。 第二步:启动高拍仪驱动,连接高拍仪设备。 第三步:项目引入使用 utils/camera.js import $ from 'jquery' var iCutType = '1' function Browser
阅读全文
posted @ 2022-07-27 15:56 阖彩
阅读(1113)
评论(2)
推荐(0)
2022年7月18日
vue2 antdesign a-tree-select 滚动页面时,出现选择框和数据列表脱节的情况
摘要: 添加 getPopupContainer 参数 :getPopupContainer="(triggerNode)=>triggerNode.parentNode"> 官方地址:https://2x.antdv.com/components/tree-select-cn
阅读全文
posted @ 2022-07-18 17:10 阖彩
阅读(584)
评论(0)
推荐(0)
antdesign table中使用upload传行信息
摘要: <a-table :columns="columns1" :data-source="data" class="components-table-demo-nested" > <span slot="action" slot-scope="record"> <a-upload :action="ur
阅读全文
posted @ 2022-07-18 13:46 阖彩
阅读(349)
评论(0)
推荐(0)
1
2
3
4
5
···
9
下一页
公告