百解收藏

主页 /
0 评 / 3 赞 / 闲杂文

目录

1. matlab

1.1. Matlab 画图常用的线条符号、颜色

https://blog.csdn.net/sinat_21026543/article/details/80215281

1.2. matlab 程序转为 Python 代码遇到的坑

https://zhuanlan.zhihu.com/p/142516585

1.3. 批量读取 excel 表格

https://blog.csdn.net/jinhao2302/article/details/106345357

1.4. 删除文件夹

https://ww2.mathworks.cn/help/matlab/ref/rmdir.html

1.5. 图例位置设置

https://blog.csdn.net/weixin_43971980/article/details/120179746

1.6. 线性回归分析

https://blog.csdn.net/wokaowokaowokao12345/article/details/102837801

1.7. 残差顺序图函数 rcoplot 官方文档解释

https://ww2.mathworks.cn/help/stats/rcoplot.html

1.8. 如何生成一系列变量

https://www.ilovematlab.cn/thread-272264-1-1.html

1.9. 添加进度条 waitbar

https://blog.csdn.net/weixin_43465015/article/details/89294079

2. python

2.1. 不同目录下导入模块

https://blog.csdn.net/xjtuse123/article/details/92406862

2.2. pip install 加速

https://blog.csdn.net/weixin_39334709/article/details/105265951

https://zhuanlan.zhihu.com/p/164930777

2.3. python 中 class 的定义及使用

https://blog.csdn.net/pdstar/article/details/90900944

2.4. Python 项目自动生成 requirements.txt 文件

https://www.jianshu.com/p/ba5eb7e24d16

2.5. img.crop() 的用法

https://blog.csdn.net/qq_36819661/article/details/120689538

2.6. numpy 数组的拼接、合并

https://blog.csdn.net/qq_39516859/article/details/80666070

2.7. opencv

2.7.1. 快速入门

https://zhuanlan.zhihu.com/p/44255577

2.7.2. inRang() 和 HSV 色彩空间表

https://stitch.blog.csdn.net/article/details/118153345

2.7.3. 实现基于颜色的目标识别

https://www.jb51.net/article/233670.htm

2.8. PyAutoGUI 快速入门

https://zhuanlan.zhihu.com/p/302592540

2.9. Python Switch Case 三种实现方法代码实例

https://www.jb51.net/article/188950.htm

2.10. pyqt5

2.10.1. 设置窗口最前与取消窗口最前

https://blog.csdn.net/zh6526157/article/details/122431667

2.10.2. 实现 UI 自适应屏幕大小且可缩放

https://blog.csdn.net/lavinia_chen007/article/details/118606477

2.10.3. 了解和运用 QAction

https://blog.csdn.net/seniorwizard/article/details/109820641

2.10.4. 改变字体大小

https://blog.csdn.net/xqlily/article/details/97467606

2.10.5. python 3.10 安装 Pyqt5-tools 的替代方法

https://zhuanlan.zhihu.com/p/463936384

2.11. 报错:Torch not compiled with CUDA enabled

https://blog.csdn.net/weixin_72056722/article/details/126651703

2.12. yolov

2.12.1. yolov7 报错:subprocess. CalledProcessError: Command ‘git tag‘ returned non-zero exit status 128.

https://blog.csdn.net/m0_50837237/article/details/126055947

2.12.2. yolov7 报错:YOLO7 indices should be either on cpu or on the same device as the indexed tensor (cpu)

https://blog.csdn.net/qq_40940671/article/details/127635910

2.12.3. yolov train.py 代码 详解

https://blog.csdn.net/CharmsLUO/article/details/123542598

2.12.4. yolo v7 训练自己的数据集

https://blog.csdn.net/qq_58355216/article/details/125677147

2.13. Python 项目打包 exe 运行

https://blog.csdn.net/qq_27278957/article/details/120078284

2.14. pyinstaller 打包后路径问题

https://blog.csdn.net/qq_27071221/article/details/122673706

3. Linux

3.1. 杀死(关闭)某个被占用的端口

https://blog.csdn.net/qq_39213969/article/details/103857714

4. html

4.1. 当前页面打开和新页面打开

https://blog.csdn.net/IT_ZZQ/article/details/102683196

4.2. 特殊链接

https://www.luoxiao123.cn/1120-2.html

4.3. 简单实用的登录界面 css

https://www.jb51.net/web/824162.html

4.4. JS 获取当前页面的 URL

https://blog.csdn.net/u013288800/article/details/82787641

4.5. js 获取 css 属性值

https://blog.csdn.net/jx950915/article/details/79642200

4.6. js 获取手机屏幕宽度、高度

https://blog.csdn.net/qq_29132907/article/details/80895871

4.7. JS JQuery 修改 HTML 元素 value 和 innerHTML

https://blog.csdn.net/chenbetter1996/article/details/83041862

5. Android

5.1. Gradle包 集合

https://services.gradle.org/distributions/

5.2. 理解Android Studio中的Gradle

https://zhuanlan.zhihu.com/p/139685763

5.3. 2021年完美解决Gradle下载慢的问题

https://blog.csdn.net/wq6ylg08/article/details/112332384

5.4. AS 右下角显示当前内存占比指示

https://blog.csdn.net/qq_42351033/article/details/115606866

5.5. AS 单行注释格式化时的缩进处理

https://blog.csdn.net/u010938058/article/details/108805504

5.6. AS 格式化时,注释部分没有缩进

https://blog.csdn.net/yingpaixiaochuan/article/details/53161210

5.7. webView 加载网页时图片不显示

https://blog.csdn.net/qq_43983650/article/details/105795151

5.8. kotlin-android-extensions 废弃后,新的替代方法 ViewBinding

https://blog.csdn.net/guolin_blog/article/details/113089706

5.9. startActivityForResult 废弃后,新的替代方法 Activity Result API

https://blog.csdn.net/guolin_blog/article/details/121063078

5.10. adpterPosition 获取 Position 位置返回-1 问题

https://blog.csdn.net/dailingroom/article/details/109567031

5.11. activity 和 fragment 之间的交互

https://blog.csdn.net/andytian1991/article/details/118933264

5.12. Fragment 的 onActivityCreated()被弃用

https://blog.csdn.net/Ym_quiet/article/details/121345411

5.13. getAdapterPosition() 废弃后,新的替代方法 getAbsoluteAdapterPosition()

https://blog.csdn.net/guolin_blog/article/details/105606409

5.14. setOnClickListener(this)报错

https://blog.csdn.net/weixin_37879993/article/details/119248452

5.15. WebSettings 用法详解

https://blog.csdn.net/qq_41466437/article/details/103284132

6. windows 杂事

6.1. Win11 取消登录密码

https://zhuanlan.zhihu.com/p/470573521

6.2. 解决 Win 10 任务管理器 CPU 占用持续错误显示 100%

https://learningman.top/archives/317

6.3. 默认以管理员身份运行

https://www.winos.vip/1914.html

6.4. windows11 资源管理器出现白条

https://www.zhihu.com/question/478032361

6.5. 如何删除 Win10 此电脑里中的设备和驱动器中的图标

https://zhuanlan.zhihu.com/p/146637226

6.6. 升级 Window11 后,此电脑里的 6 个文件夹怎么删除/隐藏?

https://zhuanlan.zhihu.com/p/420408197

6.7. geforce experience windows 任务计划程序服务应运行

https://tieba.baidu.com/p/5242940499

7. C

7.1. 正确使用extern关键字

https://blog.csdn.net/xingjiarong/article/details/47656339

7.2. 中文乱码的处理

https://blog.csdn.net/m0_67790374/article/details/126688597

8. vs code

8.1. vscode 中使用 code running 时 相对路径问题

https://www.zhihu.com/question/313379182

https://blog.csdn.net/m0_37991005/article/details/104837960

8.2. vscode 节目颜色设置 API

https://code.visualstudio.com/api/references/theme-color

9. Offic

9.1. 关闭 Word 句首字母自动大写功能

https://zhuanlan.zhihu.com/p/126626796

9.2. Word 更改 Normal 模板

https://support.microsoft.com/zh-cn/office/%E6%9B%B4%E6%94%B9-normal-%E6%A8%A1%E6%9D%BF-normal-dotm-06de294b-d216-47f6-ab77-ccb5166f98ea

9.3. Word 通配符一览表

https://www.cnblogs.com/whchensir/p/5768030.html

9.4. word 中查找出所有中文汉字,并把他们删掉

https://zhidao.baidu.com/question/323878104.html

10. CAD

10.1. CAD 关闭自动重新生成

https://www.zhihu.com/question/469331443

10.2. 保存或另存为时软件响应慢

https://blog.csdn.net/beyond_buaa/article/details/104168627

10.3. 令插入的图片取消边框

https://jingyan.baidu.com/article/0202781188e5ee1bcc9ce5c2.html

10.4. 底部工具栏高度总是上下闪动

https://zhidao.baidu.com/question/1436366427611473939.html

10.5. 按f8正交之后就会卡住

https://zhidao.baidu.com/question/620832376892444852.html

10.6. 去掉右上角 viewcube 图标

https://zhidao.baidu.com/question/416206486.html

11. 宝塔

11.1. 使用 Nginx 搭建 WebDAV 程序

https://sunpma.com/1073.html

11.2. 宝塔纯净版

https://www.hostcli.com/

12. 其他

12.1. Autodesk 没有脱机激活的选项

https://tieba.baidu.com/p/6724904040

12.2. 小米/红米关闭 VoLTE 图标

https://zhuanlan.zhihu.com/p/508684071

12.3. lsposed 安装了没有图标

https://tieba.baidu.com/p/7796217294

12.4. A4打2寸照片排版法

https://zhidao.baidu.com/question/543593540.html

12.5. 微信小程序抓包方法

https://blog.csdn.net/m0_64910183/article/details/126534293

12.6. YouTube 视频提速设置

https://www.vpsrb.com/3031.html

12.7. 预测评价指标 RMSE、MSE、MAE、MAPE、SMAPE

https://blog.csdn.net/guolindonggld/article/details/87856780

12.8. 排水管道坡度要求

https://wenku.baidu.com/view/494d964d852458fb770b5699.html?wkts=1682423045516

12.9. markDown 转换 html 后 code 不换行问题

https://blog.csdn.net/qq_44787816/article/details/114340701

12.10. 让 nginx 上的静态网页在访问的时候没有 html 后缀

https://blog.csdn.net/qq_31201781/article/details/78833729

12.11. WordPress 上 Gravatar 头像无法显示问题

https://cloud.tencent.com/developer/article/2026426

13. 阅读

13.1. 聚类分析(超全超详细版)

https://blog.csdn.net/weixin_43584807/article/details/105539675

13.2. 《算法与数据结构》张乃孝编 各章代码

https://www.math.pku.edu.cn/teachers/qiuzy/ds/docs/code/

13.3. 预测评价指标 RMSE、MSE、MAE、MAPE、SMAPE

https://blog.csdn.net/guolindonggld/article/details/87856780

14. 生产力

14.1. Explorer Patcher 及汉化补丁

https://www.52pojie.cn/thread-1564557-1-1.html

14.2. 草莓图标库

https://www.chuangzaoshi.com/icon/

14.3. Greasy Fork

https://greasyfork.org/zh-CN/scripts

14.4. Nyaa

https://nyaa.si/

14.5. 吾爱破解

https://www.52pojie.cn/

14.6. SMTP 测试

https://www.toolnb.com/tools/testsmtp.html

14.7. CPU 性能之在线测试工具

https://my.oschina.net/chipo/blog/5586751

15. 嵌入式开发

15.1. DHT11详细介绍

https://zhuanlan.zhihu.com/p/347904660

15.2. esp8266波特率不能设置问题

https://blog.csdn.net/crazy_spiderman_ma/article/details/118597711

 

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注