YaCHEN's
Memo Blog

  • 首页
  • 关于
  • 归档
  • 友链
  • XP软件
  • Win7软件
Aug 24, 2020
No Comments

修复ideapad14s 在ubuntu kernel(pve所用)上触摸板elants_i2c疯狂报错

https://askubuntu.com/questions/1248176/ideapad-5-15are05-elan-touchpad-not-working-on-20-04-nor-on-18-04Just create a SystemD unit like the below:stefano@stefano-IdeaPad-5-15ARE05:~$ cat /etc/syst...

继续阅读 »

Aug 23, 2020
No Comments

更改 ProxmoxVE的LXC模板仓库为中科大源

grep -rn "download.proxmox.com" /usr/share/perl5/PVE/* #查找设定下载源的文件 sed -i.bak "s#http://download.proxmox.com/images#https://mirrors.ustc.edu.cn/proxmox/images#g" /usr/share/pe...

继续阅读 »

Aug 23, 2020
No Comments

去除Proxmox订阅弹框

sed -i.bak "s/data.status !== 'Active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service

继续阅读 »

Mar 13, 2020
No Comments

oracle 中如何查看一个表在哪个存储过程创建

SELECT DISTINCT * FROM user_source WHERE TYPE = 'PROCEDURE' AND upper(text) LIKE '%CREATE TABLE%TABLE_NAME%';

继续阅读 »

Mar 11, 2020
No Comments

将Windows Terminal加入右键菜单

保存reg导入Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\wt-cmd] @="Open CMD Using Windows Terminal Here" [HKEY_CLASSES_ROOT\Directory\Background\shell...

继续阅读 »

上一页下一页
© 2025 Powered By YaCHEN & Typecho Theme By Junichi