04 2022 档案

Scipy学习笔记
摘要:Scipy学习笔记 官网:https://numpy.org/doc/stable/ 计算XIRR 参考1: https://blog.csdn.net/qq_34105362/article/details/89146711 import datetime from scipy import op 阅读全文

posted @ 2022-04-28 09:35 朝朝暮Mu 阅读(49) 评论(0) 推荐(0) 编辑

Numpy学习笔记
摘要:Numpy学习参考资料 Numpy官网:https://numpy.org/ Numpy学习知识点 ndim参数不能用于array()构造数组函数中 ndarray一维数组默认是1行n列 例[1,2,3,4,5] 数组嵌套数组构造的ndarray对象,内层数组的个数决定行数,内存数组的长度决定列数 阅读全文

posted @ 2022-04-26 21:57 朝朝暮Mu 阅读(9) 评论(0) 推荐(0) 编辑

python GUI编程笔记
摘要:python GUI编程笔记: 基础介绍:https://blog.zeruns.tech/archives/128.html 各种GUI包比较:https://www.cnblogs.com/pied/p/4373600.html wxPython介绍:https://blog.csdn.net/ 阅读全文

posted @ 2022-04-25 13:26 朝朝暮Mu 阅读(42) 评论(0) 推荐(0) 编辑

Laravel学习笔记之控制器命名空间注册
摘要:命名空间注册 <?php class RouteServiceProvider extends ServiceProvider { //增加代码 protected $namespace = 'App\\Http\\Controllers'; //修改代码 Route::middleware('we 阅读全文

posted @ 2022-04-13 13:20 朝朝暮Mu 阅读(37) 评论(0) 推荐(0) 编辑

laravel学习笔记之数据库配置
摘要:数据库配置 .evn DB_CONNECTION=mysql DB_HOST=192.168.56.56 #DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=weibo DB_USERNAME=homestead DB_PASSWORD=secret 参考:htt 阅读全文

posted @ 2022-04-11 09:48 朝朝暮Mu 阅读(48) 评论(0) 推荐(0) 编辑

Nginx配置站点
摘要:参考:https://www.csdn.net/tags/Ntjacg1sMzEyNzYtYmxvZwO0O0OO0O0O.html 2. 配置https和wss 参考:https://blog.csdn.net/wlddhj/article/details/132385864 阅读全文

posted @ 2022-04-06 22:07 朝朝暮Mu 阅读(12) 评论(0) 推荐(0) 编辑

MacOS搭建Apache+PHP环境
摘要:MacOS配置环境变量 参考: https://www.cnblogs.com/mingaixin/p/6281795.html?ivk_sa=1024320u 配置PHP环境变量 sudo vi ~/.bash_profile export PATH="/Applications/MAMP/bin 阅读全文

posted @ 2022-04-05 13:37 朝朝暮Mu 阅读(109) 评论(0) 推荐(0) 编辑

小程序学习笔记之Echarts
摘要:相关资料 数据绑定1:https://www.cnblogs.com/cnzlz/p/9245189.html 数据绑定2:https://blog.csdn.net/u014125025/article/details/107430097?utm_medium=distribute.pc_aggp 阅读全文

posted @ 2022-04-01 10:35 朝朝暮Mu 阅读(14) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示