• 根据as的版本下载 时间相近的版本 https://plugins.jetbrains.com/plugin/13710-chinese-simplified-language-pack---- 然后使用zip解包修改相应文件 使用压缩文件管理工具(如 7ZIP)打开 zh.xxx.jar。 找到 META-I

    Read more

  • 1panel 添加ipv6

    栏目:其他 时间:2025-06-15 16:03

    主机开通ipv6 绑定需要的单个ipv6地址到 /etc/network/interfaces docker网络新增网络 ipv6a4-bridge ipv4: "Subnet": "172.80.0.0/16", #同ip范围 "Gateway": "172.80.0.1" ipv6: "

    Read more

  • python 国内源

    栏目:其他 时间:2025-06-05 07:58

    conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/linux-64/conda config --add

    Read more

  • 服务端安装Avahi实现mdns服务

    栏目:其他 时间:2025-05-15 02:25

    要在Ubuntu服务器上安装Avahi,您可以按照以下步骤操作: 首先更新您的软件包列表:sudo apt update 安装Avahi守护进程和相关工具:sudo apt install avahi-daemon avahi-utils 安装完成后,Avahi服务应该会自动启动。您可以检

    Read more

  • mysql外键约束的表无法删除

    栏目:其他 时间:2025-02-06 00:49

    以下设置只会影响当前会话, 不会影响全局 SET FOREIGN_KEY_CHECKS = 0; drop table xxx; 删除完成后再启动外键约束 SET FOREIGN_KEY_CHECKS = 1; 查看当前FOREIGN_KEY_CHECKS SELECT @@FOREIGN_KEY_CHECKS; 设

    Read more

  • win11部署 SenceVoice

    栏目:其他 时间:2025-01-26 22:42

    1.git clone https://github.com/FunAudioLLM/SenseVoice.git2.python -m venv sencevoicevenv3 cd sencevoicevenv/scripts文件夹执行 ./Activate.ps14.cd 进入requirements.txt所在文件夹,pip install -r requiremen

    Read more

  • 与OpenAI的TTS API端点兼容的文本转语音API端点,使用Microsoft Edge TTS在本地免费生成语音。 开源地址:https://github.com/travisvn/openai-edge-tts 安装:docker run -d -p 5050:5050 -e API_KEY=your_api_key_her

    Read more

  • 路由器计划任务 定时重启

    栏目:其他 时间:2024-10-28 22:31

    #每天凌晨1点45分,延时70秒后自动重启:45 1 * * * sleep 70 && touch /etc/banner && reboot#每周一早上7点59分,延时70秒后自动重启:59 7 * * 1 sleep 70 && touch /etc/banner && reboot#每周一至周五早上3点自动重启:0

    Read more

  • rustdesk github action custom server

    栏目:其他 时间:2024-10-20 03:01

    1.3.8+无效,以下废弃. 修改备注:

    Read more

  • git 自动更改crlf换行符为lf

    栏目:其他 时间:2024-09-24 06:49

    git config --global core.autocrlf inputgit config --global core.eol lf 将core.autocrlf设置为input,在提交时将CRLF转换为LF 将core.eol设置为lf,确保检出时使用LF

    Read more

95   1 2 3 下一页 尾页