2020年10月17日
摘要:
以上涨为例: 进场: 1、首先耐心等待其确立一波趋势,波浪理论中称之为“一浪”。 2、随后待其发生“二浪”回调,跌破小平台整理区间。 3、最后如果发生快速的阳包阴走势,在这个“三浪”起步的地方,介入多单。 4、而具体价位不做纠结,只要符合信号要求,等待收盘价基本确认前的十分钟左右,入场交易。 前文反
阅读全文
posted @ 2020-10-17 13:01
alantop
阅读(446)
推荐(0)
2020年10月14日
摘要:
重启ntpd服务 systemctl restart ntpd 校时 ntpdate time.windows.com 查看时区设置 datetimectl 设置时区 timedatectl set-timezone "Asia/Shanghai" 推荐使用和设置协调世界时,即UTC。 # time
阅读全文
posted @ 2020-10-14 13:18
alantop
阅读(686)
推荐(0)
2020年10月13日
摘要:
1. 制作密钥对 首先在服务器上制作密钥对。首先用密码登录到你打算使用密钥登录的账户,然后执行以下命令: ssh-keygen <== 建立密钥对 密钥锁码在使用私钥时必须输入,这样就可以保护私钥不被盗用。当然,也可以留空,实现无密码登录。 在 root 用户目录中生成了一个 .ssh 的隐藏目录,
阅读全文
posted @ 2020-10-13 08:47
alantop
阅读(307)
推荐(0)
2020年10月12日
摘要:
控制台登录 ./daemon-control-dist stop vim /etc/hosts.deny 删除自己的ip地址 iptables -F 如何解决: 1.清空日志 echo "" > /var/log/secure 2. 这时再将hosts.deny中你要解禁的IP删除,清理掉。 保存。
阅读全文
posted @ 2020-10-12 21:59
alantop
阅读(1122)
推荐(0)
2020年10月8日
摘要:
查看网卡 iw dev 启用无线网卡 ip link set wlp6s0 up 查看无线网卡连接 iw wlp6s0 link 查看无线网卡ip ip addr show wls1 扫描无线信用 iw wlp6s0 scan | grep SSID wpa_supplicant -B -i wlp
阅读全文
posted @ 2020-10-08 17:46
alantop
阅读(698)
推荐(0)
2020年10月7日
摘要:
锁定root账号 # usermod -L root 解除锁定 # usermod -U root 如何查看账户被锁定 cat /etc/shadow 被锁定账户的加密字段前面会有!或者*
阅读全文
posted @ 2020-10-07 22:12
alantop
阅读(1838)
推荐(0)
摘要:
包含头文件 atdafx.h 注释掉 pch.h 属性选择,不预编译头文件 #include "stdafx.h"//#include "pch.h"
阅读全文
posted @ 2020-10-07 09:44
alantop
阅读(6921)
推荐(0)
2020年10月6日
摘要:
下载地址 https://raw.githubusercontent.com/wilon/Sublime-Text-Settings/master/Installed%20Packages/Package%20Control.sublime-package 点击 Preferences > Brow
阅读全文
posted @ 2020-10-06 22:47
alantop
阅读(943)
推荐(0)
摘要:
c++使用如下系统函数可以进行base编解码 头文件包含 #include <atlenc.h> 具体函数如下: int Base64EncodeGetRequiredLength(int nSrcLen, DWORD dwFlags=ATL_BASE64_FLAG_NONE){} int Base
阅读全文
posted @ 2020-10-06 09:19
alantop
阅读(1048)
推荐(0)
2020年9月17日
摘要:
sublime text 3 关闭上次打开文件功能 sublime text 3 配置python3开发运行环境 sublime text 3 安装使用16进制显示插件(其他插件的安装方法相同) 如何解决Sublime Text 3中文显示乱码 如何点击文件右键关联sublime text 自动打开
阅读全文
posted @ 2020-09-17 09:21
alantop
阅读(524)
推荐(0)