摘要: # TradingView Stock Screener Filters # Reference: ISBN 9787111597667 # https://www.tradingview.com/screener/ # Current Quarterly: <Earnings per Share 阅读全文
posted @ 2026-03-12 22:08 f0rsaken 阅读(3) 评论(0) 推荐(0)
摘要: C = 可观或者加速增长的当季每股收益和每股销售收入 你所选择的股票,其当季每股收益(最近季度报表数据)应该同比大幅上涨。 寻找当期收益大幅增长的股票: 通过研究 1952 ~ 2001 年表现最好的 600 只股票,我们发现,在其大涨之前,约有 75% 的股票最新季报的每股季度收益比之前平均上涨了 阅读全文
posted @ 2026-03-04 05:16 f0rsaken 阅读(18) 评论(0) 推荐(0)
摘要: ######## # 检查虚拟内存配置 swapon --show ######## # 添加虚拟内存 ######## # 创建虚拟内存交换文件 sudo fallocate -l 4G /swapfile # 设置虚拟内存交换文件访问权限 sudo chmod 600 /swapfile # 格 阅读全文
posted @ 2025-02-15 18:56 f0rsaken 阅读(266) 评论(0) 推荐(0)
摘要: sudo systemctl stop apparmor.service sudo systemctl disable apparmor.service sudo ufw disable # Uninstall all conflicting packages. sudo apt remove -y 阅读全文
posted @ 2024-08-13 17:13 f0rsaken 阅读(88) 评论(0) 推荐(0)
摘要: # 将 SELinux 设置为宽容模式 sudo setenforce Permissive sudo vi /etc/selinux/config SELINUX=permissive # 关闭系统防火墙服务 sudo systemctl stop firewalld.service sudo s 阅读全文
posted @ 2024-06-07 16:21 f0rsaken 阅读(309) 评论(0) 推荐(0)
摘要: 在基于 Intel 的 Mac 上,您可以在启动时使用 Command-R 来重新安装最新安装的 macOS 的当前版本。 <img src="data:image/png;base64,******" /> Command Line Tools (CLT) for Xcode xcode-sele 阅读全文
posted @ 2021-04-02 17:49 f0rsaken 阅读(301) 评论(0) 推荐(0)
摘要: Acunetix Web Vulnerability Scanner - Test websites http://www.vulnweb.com/ AKShare https://akshare.akfamily.xyz/ Altoro Mutual https://demo.testfire.n 阅读全文
posted @ 2021-04-02 17:46 f0rsaken 阅读(1239) 评论(0) 推荐(0)
摘要: # 以root权限执行以下操作 # 添加用户 useradd vbird # 为用户设置密码 passwd vbird # Changing password for user vbird. # New password: ****** # Retype new password: ****** # 阅读全文
posted @ 2021-04-02 17:42 f0rsaken 阅读(276) 评论(0) 推荐(0)
摘要: sudo setenforce Permissive sudo vi /etc/selinux/config SELINUX=permissive sudo systemctl stop firewalld.service sudo systemctl disable firewalld.servi 阅读全文
posted @ 2021-04-02 17:41 f0rsaken 阅读(150) 评论(0) 推荐(0)
摘要: Usage: sqlmap.py [options] 选项: -h, --help 显示基本帮助信息并退出 -hh 显示高级帮助信息并退出 --version 显示程序的版本号并退出 -v VERBOSE 详细程度: 0-6 (default 1) 目标: -u URL, --url=URL 目标 阅读全文
posted @ 2021-04-02 14:02 f0rsaken 阅读(362) 评论(0) 推荐(0)