上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 36 下一页

一、尾盘拉升

摘要: ### 尾盘拉升的意义 1. 庄家出货骗线 庄家为股价拉出回旋空间,在尾盘制造一根假阳线,为次日震荡出货或打压出货做准备。 2. 庄家为后期拉升造势 大盘弱势、人气不足,庄家需要快速启动行情,依次显示庄家做多决心。 3. 庄家被迫抢筹 卖盘较少,资金突然得到利好,为快速建仓而抢筹,股价被迫抬高。 4 阅读全文
posted @ 2023-06-16 19:28 朝朝暮Mu 阅读(138) 评论(0) 推荐(0)

vue页面嵌入

摘要: 1. iframe 参考:https://blog.csdn.net/u010227042/article/details/119839361 阅读全文
posted @ 2023-06-08 16:24 朝朝暮Mu 阅读(26) 评论(0) 推荐(0)

股票基础知识

摘要: 1. 筹码知识 参考:https://baijiahao.baidu.com/s?id=1751365565640117689&wfr=spider&for=pc 参考:https://zhuanlan.zhihu.com/p/334326378?app=zhihulite 2. 洗盘 参考:htt 阅读全文
posted @ 2023-06-02 14:50 朝朝暮Mu 阅读(81) 评论(0) 推荐(0)

python计算IRR公式

摘要: 1. Python计算IRR公式 ```python from scipy import optimize # 计算现值 def xnpv(rate, cashflows): return sum([cf / (1 + rate) ** ((t-cashflows[0][0]).days/365.0 阅读全文
posted @ 2023-05-31 11:23 朝朝暮Mu 阅读(447) 评论(0) 推荐(0)

chatGPT开源项目学习

摘要: 1. 分享五个目前最火的ChatGPT开源项目 参考:https://devpress.csdn.net/gitcode/6406dc4e986c660f3cf91483.html 阅读全文
posted @ 2023-05-30 11:27 朝朝暮Mu 阅读(38) 评论(0) 推荐(0)

js 解析node节点

摘要: 1. cheeriojs 参考:https://github.com/cheeriojs/cheerio/wiki/Chinese-README#%E9%80%89%E6%8B%A9%E5%99%A8 阅读全文
posted @ 2023-05-28 23:31 朝朝暮Mu 阅读(29) 评论(0) 推荐(0)

数据指标含义

摘要: 1. 数据指标含义参考 参考:https://blog.csdn.net/weixin_42430074/article/details/125450480 阅读全文
posted @ 2023-05-26 19:24 朝朝暮Mu 阅读(44) 评论(0) 推荐(0)

mybatis增删改查

摘要: 1. mybatis增删改查 参考:https://blog.csdn.net/weixin_50983264/article/details/127901860 2. 官网 参考:https://www.baomidou.com/pages/a61e1b/#dynamic-datasource 3 阅读全文
posted @ 2023-05-25 21:23 朝朝暮Mu 阅读(12) 评论(0) 推荐(0)

spring-boot 集成 mybaitis-plus

摘要: 1.spring-boot 集成 mybaitis-plus 参考:https://huaweicloud.csdn.net/63874efbdacf622b8df8aa4e.html 阅读全文
posted @ 2023-05-25 16:47 朝朝暮Mu 阅读(13) 评论(0) 推荐(0)

vue实现思维导图

摘要: 1. vue实现思维导图 参考:https://blog.csdn.net/hxmzhuxin/article/details/126088638 2. vue flow 文档:https://vueflow.dev/guide/ 参考:https://blog.csdn.net/huanglgln 阅读全文
posted @ 2023-05-20 12:09 朝朝暮Mu 阅读(243) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 36 下一页