摘要: 解压zip文件时看到后缀为 .DS_Store的文件,百度了下,写的好多挺高深的,找些易懂的。 这是一个隐藏文件。 英文全称是 Desktop Services Store(桌面服务存储)。由macOS系统自动创建的隐藏文件。 DS_Store 文件的主要作用,是存储当前文件夹在桌面显示相关方面的一 阅读全文
posted @ 2022-06-14 16:27 yinghualeihenmei 阅读(1830) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/kucoffee12/article/details/100176821 在Visual Studio 中–解决方案资源管理器–右键项目名称–属性,找到“安全性”选项, 2、勾选“启用ClickOnce安全设置”, 3、这时,在项目下面会多出一个“app. 阅读全文
posted @ 2022-06-14 14:12 yinghualeihenmei 阅读(182) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_39257814/article/details/109753594 https://blog.csdn.net/qq_39586288/article/details/81144722 第二个比较全。 1、下载 Microsoft Visual S 阅读全文
posted @ 2022-06-14 11:00 yinghualeihenmei 阅读(1326) 评论(0) 推荐(0) 编辑
摘要: 在Windows中: '\r' 回车,回到当前行的行首,而不会换到下一行,如果接着输出的话,本行以前的内容会被逐一覆盖; '\n' 换行,换到当前位置的下一行,而不会回到行首; Unix系统里,每行结尾只有“<换行>”,即"\n"; Windows系统里面,每行结尾是“<回车><换行>”,即“\r\ 阅读全文
posted @ 2022-06-10 11:44 yinghualeihenmei 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 发现自己查的资料经常再找就找不到了,在此记录下 https://m.book118.com/html/2017/0609/112895787.shtm 第34页 https://blog.csdn.net/chook_you_too_b/article/details/123030895 手写字识别 阅读全文
posted @ 2022-06-06 17:56 yinghualeihenmei 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 操作方法如下:打开图片1、点击“开始”-->“程序”-->“附件”-->“画图”2、在跳出的窗口左上,点击“打开”3、在出现的窗口中选择您要打开的图片(注意:请将文件类型设置为所有文件)4、点击“图象”中的“拉升/扭曲5、在跳出的对话框中,将拉伸一栏中的”水平“与”垂直“中的数值进行同步修改,点击” 阅读全文
posted @ 2022-06-06 12:52 yinghualeihenmei 阅读(730) 评论(0) 推荐(0) 编辑
摘要: 1、首先,找到以.torrent结尾的文件。2、接下来,让这个文件.上传到自己的百度网盘。3、用浏览器登陆百度网盘。点击种子,找到刚刚上传的.torrent结尾文件。4、点击该文件,修改界面。修改保存路径,然后点击开始下载即可。5、下载完成后,就可以在刚才指定的路径下找到已下载完成的文件。 阅读全文
posted @ 2022-06-05 22:20 yinghualeihenmei 阅读(23892) 评论(0) 推荐(0) 编辑
摘要: 找了好久终于找到了,在此记录下 http://archive.ics.uci.edu/ml/index.php 阅读全文
posted @ 2022-05-31 18:26 yinghualeihenmei 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 找了半天找到这个代码 import cv2 import os import numpy as np import pandas as pd def get_imlist(path): return [os.path.join(path,f) for f in os.listdir(path) if 阅读全文
posted @ 2022-05-30 01:39 yinghualeihenmei 阅读(701) 评论(0) 推荐(0) 编辑
摘要: 参考链接:https://blog.csdn.net/kungc1/article/details/106409619/ https://www.cnblogs.com/xiaomen/p/6639566.html https://blog.csdn.net/qmdweb/article/detai 阅读全文
posted @ 2022-05-19 18:35 yinghualeihenmei 阅读(396) 评论(0) 推荐(0) 编辑