06 2021 档案
摘要:上交收: LOF:50 ETF:51 深交所: LOF:16 ETF:15
阅读全文
摘要:[Unit]Description=The NGINX HTTP and reverse proxy serverAfter=syslog.target network-online.target remote-fs.target nss-lookup.targetWants=network-onl
阅读全文
摘要:MACD在应用上应先行计算出快速(一般选12日)移动平均值与慢速(一般选26日)移动平均值。以这两个数值作为测量两者(快速与慢速线)间的"差离值"依据。所谓"差离值"(DIF),即12日EMA数值减去26日EMA数值。因此,在持续的涨势中,12日EMA在26日EMA之上。其间的正差离值(+DIF)会
阅读全文
摘要:#user nobody; worker_processes 4; #error_log logs/error.log; #pid logs/nginx.pid; events { use epoll; worker_connections 1024; } http { include mime.t
阅读全文
摘要:mount -t tmpfs -o size=2048m tmpfs /local/home/algocn/pst tmpfs /local/home/algocn/pst tmpfs defaults,size=2048m,uid=500,gid=500 0 0
阅读全文
摘要:使用&后台运行程序: 结果会输出到终端使用Ctrl + C发送SIGINT信号,程序免疫关闭session发送SIGHUP信号,程序关闭 使用nohup运行程序:结果默认会输出到nohup.out使用Ctrl + C发送SIGINT信号,程序关闭关闭session发送SIGHUP信号,程序免疫 同时
阅读全文