摘要:1. Python计算IRR公式 ```python from scipy import optimize # 计算现值 def xnpv(rate, cashflows): return sum([cf / (1 + rate) ** ((t-cashflows[0][0]).days/365.0
阅读全文
摘要:1. 分享五个目前最火的ChatGPT开源项目 参考:https://devpress.csdn.net/gitcode/6406dc4e986c660f3cf91483.html
阅读全文
摘要:1. cheeriojs 参考:https://github.com/cheeriojs/cheerio/wiki/Chinese-README#%E9%80%89%E6%8B%A9%E5%99%A8
阅读全文
摘要:1. 数据指标含义参考 参考:https://blog.csdn.net/weixin_42430074/article/details/125450480
阅读全文
摘要:1. mybatis增删改查 参考:https://blog.csdn.net/weixin_50983264/article/details/127901860 2. 官网 参考:https://www.baomidou.com/pages/a61e1b/#dynamic-datasource 3
阅读全文
摘要:1.spring-boot 集成 mybaitis-plus 参考:https://huaweicloud.csdn.net/63874efbdacf622b8df8aa4e.html
阅读全文
摘要:1. vue实现思维导图 参考:https://blog.csdn.net/hxmzhuxin/article/details/126088638 2. vue flow 文档:https://vueflow.dev/guide/ 参考:https://blog.csdn.net/huanglgln
阅读全文
摘要:添加事件方法 参考:https://blog.csdn.net/handsomeAndHero/article/details/125315491
阅读全文
摘要:reject和provide学习 参考:https://zhuanlan.zhihu.com/p/345963989
阅读全文
摘要:1. 打包项目 npx nuxi build 打包时间比较久,需要等待一下 2. 打包完成之后将 .output目录打包成压缩包 3. 上传到站点根目录并解压 4. 在站点根目录上创建一个package.json { "private": true, "scripts": { "start": "c
阅读全文
摘要:dragable学习 参考:https://blog.csdn.net/qq_41619796/article/details/116027212 参考:https://blog.csdn.net/lhz_333/article/details/123403911 学习:https://www.it
阅读全文