修改 Linux 系统时区设置

Linux 系统时间与 /var/log/messages 日志时间不一致/var/log/messages 是由 syslogd 记录的,所以通过环境变量设置的时区无效。一般情况下 /etc/localtime 配置正确就可以了。修改时区由于系统与应用程序的时区设置差异,需要同时修改/etc...

Python 包收集

PyCasbin: 支持 ACL、RBAC、ABAC 多种模型的 Python 权限管理框架代码仓库:https://github.com/casbin/pycasbin帮助文档:https://casbin.org/docs/en/overview中文介绍:https://segmentfa...

Windows 优化点

超级预读取服务优化sc config SysMain start=disabled net stop SysMain反优化sc config SysMain start=autoWindows Search优化sc config WSearch start=disabled net stop ...

VSCode 插件

Live Share Extension Packhttps://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-packSettings SyncVSCode 同步插件,通过GitHub Gist实...

IDEA 中 File Template 设置

文件代码模板预设的变量${PACKAGE_NAME} - the name of the target package where the new class or interface will be created. ${PROJECT_NAME} - the name of the cur...