会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
酶技术
电脑学博士,软件,编程,企业应用,移动开发,服务器,浏览器,ANDROID,IPHONE,IOS,EXTJS
首页
新随笔
联系
订阅
管理
随笔 - 805
文章 - 1
评论 - 107
阅读 -
105万
[置顶]
fastadmin学习笔记
摘要: 表格中增加自定义表单 { 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)
2025年4月29日
virtualbox 安装 ESD系统
使用 不忘初心系统ESD格式转ISO的方法
https://www.hcw3.cn/post/2784.html
posted @ 2025-04-29 11:54 meetrice
阅读(2)
评论(0)
推荐(0)
2025年4月28日
virtualbox 安装ubuntu 24
摘要: apt-get install openssh-server service sshd start
阅读全文
posted @ 2025-04-28 17:27 meetrice
阅读(3)
评论(0)
推荐(0)
cursor全家桶
摘要: 官网 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)
2025年4月27日
chmlfrp穿透需要命名完全一致
摘要: chmlfrp穿透需要命名完全一致
阅读全文
posted @ 2025-04-27 16:58 meetrice
阅读(2)
评论(0)
推荐(0)
windows下mcp实战
摘要: 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)
2025年4月25日
https://github.com/ptonlix/LangChain-SearXNG
摘要: https://github.com/ptonlix/LangChain-SearXNG pip install bilibili-api-python
阅读全文
posted @ 2025-04-25 21:00 meetrice
阅读(5)
评论(0)
推荐(0)
VSCODE CURSOR必装插件
摘要: 一 gitdoc
阅读全文
posted @ 2025-04-25 10:52 meetrice
阅读(3)
评论(0)
推荐(0)
2025年4月16日
windows 安装 glances监控服务器资源
摘要: 发布包运行 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)
2025年4月9日
uniapp使用wrapUpdate插件自动更新版本
摘要: 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)
2025年3月31日
uniapp开发android app使用阿里云手机号一键登录教程
摘要: 一 下载 阿里云号码认证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)
Ollama 本地部署开源模型 设置公网可访问API,并在vscode当中调用
摘要: 设置允许跨域并启动 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)
2025年3月5日
一个开源PHP+jQuery WebShell web命令界面 - jsh.php
摘要: https://github.com/jcubic/jsh.php 支持在web中运行cmd命令 支持运行sqlite、mysql 命令, 带有语法高亮和制表符补全
阅读全文
posted @ 2025-03-05 14:40 meetrice
阅读(5)
评论(0)
推荐(0)
2025年2月27日
python打包工具-Nuitka
摘要: 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)
2025年2月18日
视频处理流程
摘要: 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)
2025年2月12日
google colab编译python kivy android应用
摘要: # 安装 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)
2025年2月10日
隐藏vscode编辑器左侧断点间距 "editor.glyphMargin": false
摘要: 打开vscode的settings.json,在中间添加 "editor.glyphMargin": false
阅读全文
posted @ 2025-02-10 10:53 meetrice
阅读(7)
评论(0)
推荐(0)
2025年1月19日
图片匹配
摘要: 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)
2025年1月18日
cmd增强clink的中文帮助
摘要: 按键操作说明 A - f:向前移动一个单词 基本操作 Esc:清除输入行 清除当前输入行。与 “revert - line” 不同,此操作可撤销。 Home:行首 移动到当前行的起始位置。 End:行尾 移动到行尾,或插入建议内容。 Ins:覆盖模式 切换覆盖模式。此命令仅影响 “emacs” 模式
阅读全文
posted @ 2025-01-18 23:03 meetrice
阅读(34)
评论(0)
推荐(0)
alist下载
摘要: 第一步 安装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)
windows10 11 安装ssh
摘要: 管理员权限打开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)
2025年1月11日
windows下vscode使用msys2+zsh终端
摘要: 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)
2024年12月27日
AHK显示隐藏任何应用程序
摘要: #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)
2024年12月6日
试用vscode的toolbar插件
摘要: 试用一下vscode的toolbar插件 首先这个界面有点令人费解,点击第一个小图标,原来是折叠,而且折叠到了侧边栏的最下面,没注意还以为不见了. 换成这种布局就直观多了,但体验还有提升的空间 首先这个插件有两个标签栏: 一 工具箱 二 表格箱 下面依次试用: 首先是格式: 黑体 斜体 删除线 #!
阅读全文
posted @ 2024-12-06 15:14 meetrice
阅读(36)
评论(0)
推荐(0)
复制宝塔下的ThinkPHP网站源码到本地出现No input file specified.错误,删除public下的.user.ini
摘要: 复制宝塔下的ThinkPHP网站源码到本地出现No input file specified.错误 解决方案:删除public下的.user.ini
阅读全文
posted @ 2024-12-06 14:18 meetrice
阅读(7)
评论(0)
推荐(0)
2024年11月12日
宝塔面板手动安装 Tiny Tiny RSS
摘要: 环境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)
2024年10月27日
python从QQ邮箱中读取最新邮件,并以纯文本的方式在控制台显示
摘要: 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)
2024年10月18日
jeecgboot3.7.1代码生成器配置关系图示,popup弹窗配置/主附表配置/附表行间回调/附表它表字典
摘要:
阅读全文
posted @ 2024-10-18 12:08 meetrice
阅读(43)
评论(0)
推荐(0)
2024年10月16日
jeecgboot 3.7.1 一键将生成好的代码复制到前后端项目目录,并执行SQL插入菜单的python脚本.
摘要: 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)
python批处理,一键打开vscode窗口,分别加载jeecg前后端项目,并运行前后端服务.
摘要: 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)
下一页
公告
如果觉得本博客有帮助,请使用微信扫描二维码打赏,超过10元者,可进打赏名单.
米米饭程序员QQ群:26061599
昵称:
meetrice
园龄:
17年8个月
粉丝:
87
关注:
3
+加关注
搜索
点击右上角即可分享