06 2021 档案

摘要:修改/www/server/panel/BTPanel/templates/default/autherr.html 然后运行命令 bt reload 阅读全文
posted @ 2021-06-22 00:21 ggsmdaa 阅读(400) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>登录</title> <style> html{ width: 100%; height: 100%; overflow: hidden; font-style 阅读全文
posted @ 2021-06-21 20:33 ggsmdaa 阅读(1176) 评论(0) 推荐(0)
摘要:安装pywin32 pip install pywin32 打包 python pyinstaller -F xxx.py 参考文章:https://zhuanlan.zhihu.com/p/163391805 阅读全文
posted @ 2021-06-17 02:11 ggsmdaa 阅读(381) 评论(0) 推荐(0)
摘要:CentOS cat /dev/null > /var/log/wtmp cat /dev/null > /var/log/btmp cat /dev/null > /var/log/lastlog cat /dev/null > /var/log/secure history -cw Ubuntu 阅读全文
posted @ 2021-06-16 18:38 ggsmdaa 阅读(122) 评论(0) 推荐(0)