摘要: 表格中增加自定义表单 { field: "last_taskscodc_id", title: '上月任务', visible:false ,addclass:'last_month_task',formatter:function(value,row,index){ return row.uran 阅读全文
posted @ 2024-12-03 15:46 meetrice 阅读(106) 评论(0) 推荐(0)

使用 不忘初心系统ESD格式转ISO的方法

https://www.hcw3.cn/post/2784.html

posted @ 2025-04-29 11:54 meetrice 阅读(2) 评论(0) 推荐(0)
摘要: apt-get install openssh-server service sshd start 阅读全文
posted @ 2025-04-28 17:27 meetrice 阅读(3) 评论(0) 推荐(0)
摘要: 官网 https://www.cursor.com/ 博客 https://www.cursor.com/blog 论坛 https://forum.cursor.com/ 中文文档 https://cursor.document.top/ 官方文档 https://cursor.document. 阅读全文
posted @ 2025-04-28 14:17 meetrice 阅读(7) 评论(0) 推荐(0)
摘要: chmlfrp穿透需要命名完全一致 阅读全文
posted @ 2025-04-27 16:58 meetrice 阅读(2) 评论(0) 推荐(0)
摘要: uv是开发ruff的公司 Astral 前一段时间发布的高性能Python工具,用途是安装python包,以及解析包版本之间的依赖。pip install uv #创建项目目录 uv init mcp-client cd mcp-client # 创建虚拟环境 uv venv # windows下激 阅读全文
posted @ 2025-04-27 16:07 meetrice 阅读(12) 评论(0) 推荐(0)
摘要: https://github.com/ptonlix/LangChain-SearXNG pip install bilibili-api-python 阅读全文
posted @ 2025-04-25 21:00 meetrice 阅读(5) 评论(0) 推荐(0)
摘要: 一 gitdoc 阅读全文
posted @ 2025-04-25 10:52 meetrice 阅读(3) 评论(0) 推荐(0)
摘要: 发布包运行 conda create -n py311 python=3.11 conda activate py311 pip install psutil windows-curses fastapi bottle uvicorn jinja2 glances -w 开发包运行 git clon 阅读全文
posted @ 2025-04-16 17:42 meetrice 阅读(3) 评论(0) 推荐(0)
摘要: 1.引入wrap-version-update插件,插件及文档地址:https://ext.dcloud.net.cn/plugin?id=5141,注意:vue3版本需要手动引入2.在appStore中创建应用https://apps.seepine.com/admin/app,获取应用id,新建 阅读全文
posted @ 2025-04-09 14:10 meetrice 阅读(12) 评论(0) 推荐(0)
摘要: 一 下载 阿里云号码认证SDK 插件 https://ext.dcloud.net.cn/plugin?id=4297 二 解压 copy以下目录到自己的uniapp项目中 nativeplugins common 三 在Hbuilder中打开 manifest.json 后,在 "安卓/iOS 原 阅读全文
posted @ 2025-03-31 17:56 meetrice 阅读(23) 评论(0) 推荐(0)
摘要: 设置允许跨域并启动 macOS:命令行执行 launchctl setenv OLLAMA_ORIGINS "*",再启动App。Windows:控制面板-系统属性-环境变量-用户环境变量新建2个环境变量:变量名 OLLAMA_HOST变量值0.0.0.0,变量名 OLLAMA_ORIGINS 变量 阅读全文
posted @ 2025-03-31 11:02 meetrice 阅读(51) 评论(0) 推荐(0)
摘要: https://github.com/jcubic/jsh.php 支持在web中运行cmd命令 支持运行sqlite、mysql 命令, 带有语法高亮和制表符补全 阅读全文
posted @ 2025-03-05 14:40 meetrice 阅读(5) 评论(0) 推荐(0)
摘要: nuitka将python源码转成C++(这里得到的是二进制的pyd文件,防止了反编译),然后再编译成可执行文件。提高安全性和运行速度。 github:https://github.com/2267770481/cython_test 安装 pip install nuitka pip instal 阅读全文
posted @ 2025-02-27 10:26 meetrice 阅读(150) 评论(0) 推荐(0)
摘要: python 12baidupandownload.py //同步 python process_videos.py //添加文件 python 01video_screenshot_batch.py -startid 671 -endid 677 //批量截图上传 python 14ocrbatc 阅读全文
posted @ 2025-02-18 23:37 meetrice 阅读(14) 评论(0) 推荐(0)
摘要: # 安装 buildozer !pip install buildozer cython==0.29.33 # 安装依赖 !apt-get update !apt-get install -y \ python3-pip \ build-essential \ git \ python3 \ pyt 阅读全文
posted @ 2025-02-12 22:35 meetrice 阅读(13) 评论(0) 推荐(0)
摘要: 打开vscode的settings.json,在中间添加 "editor.glyphMargin": false 阅读全文
posted @ 2025-02-10 10:53 meetrice 阅读(7) 评论(0) 推荐(0)
摘要: import cv2 import numpy as np def find_and_mark_image(big_path, small_path): # 读取图片 img_big = cv2.imread(big_path) img_small = cv2.imread(small_path) 阅读全文
posted @ 2025-01-19 14:06 meetrice 阅读(17) 评论(0) 推荐(0)
摘要: 按键操作说明 A - f:向前移动一个单词 基本操作 Esc:清除输入行 清除当前输入行。与 “revert - line” 不同,此操作可撤销。 Home:行首 移动到当前行的起始位置。 End:行尾 移动到行尾,或插入建议内容。 Ins:覆盖模式 切换覆盖模式。此命令仅影响 “emacs” 模式 阅读全文
posted @ 2025-01-18 23:03 meetrice 阅读(34) 评论(0) 推荐(0)
摘要: 第一步 安装Alist https://github.com/AlistGo/alist/releases Windows 64位 下载 https://github.com/AlistGo/alist/releases/download/beta/alist-windows-amd64.zip 运 阅读全文
posted @ 2025-01-18 21:14 meetrice 阅读(149) 评论(0) 推荐(0)
摘要: 管理员权限打开powershell: 1.安装 Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 2.启动 Start-Service sshd 3.开机启动 Set-Service -Name sshd -StartupTy 阅读全文
posted @ 2025-01-18 10:54 meetrice 阅读(12) 评论(0) 推荐(0)
摘要: 1.安装msys2 2.打开msys2安装zsh pacman -S zsh 3.安装oh-my-zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install 阅读全文
posted @ 2025-01-11 19:54 meetrice 阅读(264) 评论(0) 推荐(0)
摘要: #SingleInstance force #Persistent Run C:\Program Files (x86)\AppFlowy\AppFlowy.exe WinWait ahk_exe AppFlowy.exe Return F12:: If (IsWindowVisible("AppF 阅读全文
posted @ 2024-12-27 12:15 meetrice 阅读(27) 评论(0) 推荐(0)
摘要: 试用一下vscode的toolbar插件 首先这个界面有点令人费解,点击第一个小图标,原来是折叠,而且折叠到了侧边栏的最下面,没注意还以为不见了. 换成这种布局就直观多了,但体验还有提升的空间 首先这个插件有两个标签栏: 一 工具箱 二 表格箱 下面依次试用: 首先是格式: 黑体 斜体 删除线 #! 阅读全文
posted @ 2024-12-06 15:14 meetrice 阅读(36) 评论(0) 推荐(0)
摘要: 复制宝塔下的ThinkPHP网站源码到本地出现No input file specified.错误 解决方案:删除public下的.user.ini 阅读全文
posted @ 2024-12-06 14:18 meetrice 阅读(7) 评论(0) 推荐(0)
摘要: 环境php8.3 + mysql8 git clone https://git.tt-rss.org/fox/tt-rss.git tt-rss解压,把config.php-dist改为config.php在里面修改数据库连接配置 # 追加 putenv('TTRSS_DB_TYPE=mysql') 阅读全文
posted @ 2024-11-12 14:13 meetrice 阅读(39) 评论(0) 推荐(0)
摘要: import imaplib import email from email.header import decode_header from email.utils import parsedate_to_datetime from html2text import html2text from 阅读全文
posted @ 2024-10-27 19:04 meetrice 阅读(230) 评论(0) 推荐(0)
摘要: import shutil import os import mysql.connector from mysql.connector import Error base_dir = "D:/pro/JeecgBoot-v3.7.1" code_dir = "/gendcode" package_n 阅读全文
posted @ 2024-10-16 18:13 meetrice 阅读(48) 评论(0) 推荐(0)
摘要: import subprocess import time # VsCode打开后端项目 cmd1 = ["code","D:\pro\JeecgBoot-v3.7.1\jeecg-boot"] process1 = subprocess.Popen(cmd1, stdout=subprocess. 阅读全文
posted @ 2024-10-16 15:01 meetrice 阅读(33) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示