eATM

8月 2021

c++编程调用运行窗口(Win+R)

几年前以前写的代码了,备份到这边来. //显示运行窗口 void ShowRunDlg( HWND hParentWnd=NULL, //父窗口句柄 LPCWSTR lpszTitle=NULL, //标题 LPCWSTR lpszDes=NULL, //

修改ElitePress主题

content.php文件修改-使其目录只显示摘要信息,不显示所有内容 <?php $elitepress_current_options = wp_parse_args( get_option( ‘elitepress_lite_options’,

nginx配置备忘

#nginx的进程数 worker_processes 1; events { #每个进程的最大连接数 worker_connections 512; } http { include mime.types; default_type applicatio