- 博客(7)
- 资源 (9)
- 收藏
- 关注
原创 conda错误日志
linux下conda错误日志在研究算法的时候,看到一个算法的运行环境是 python3 + opencv3.1, 电脑是Linux下的python3和opencv4.1,于是就试着使用命令行conda install opencv==3.1 # 一般来说这种版本数字都是3个数字的,自己也是心大然后就弹出了一系列要安装的相关包选择y后,就开始安装了。再安装过一段时间后,...
2019-07-07 00:56:28
1907
2
原创 Python程序中PIL Image "image file is truncated"问题分析与解决
Python程序中PIL Image "image file is truncated"问题分析与解决解决方案错误原因这就解决了?继续探索truncated image再试一次总结解决方案第一种、删除截断图片第二种、添加两行代码,如下from PIL import ImageFileImageFile.LOAD_TRUNCATED_IMAGES = True错误原因首先看一下错误信...
2019-04-21 01:04:09
25162
14
原创 一道题了解C++ auto
题目In an alien language, surprisingly they also use english lowercase letters, but possibly in a different order. The order of the alphabet is some permutation of lowercase letters.Given a sequence o...
2018-12-16 20:48:12
394
原创 LeetCode简单题 Best Time to Buy and Sell Stock II
题目Say you have an array for which the i-th element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complete as many transactions as you like (i.e., buy...
2018-12-10 14:31:00
165
原创 LeetCode简单题Largest Time for Given Digits
LeetCode简单题Largest Time for Given Digits题目分析题目Given an array of 4 digits, return the largest 24 hour time that can be made.The smallest 24 hour time is 00:00, and the largest is 23:59. Starting fr...
2018-12-02 15:53:40
430
原创 VNC远程连接树莓派
前提准备1、树莓派自带vnc服务,默认不开启,所以需要使用SSH连接到树莓派终端进行开启。2、树莓派ssh连接默认也是关闭的,所以首次需要外接浏览器加键盘鼠标进入树莓派进行开启。3、百度如何开启ssh环境配置Windows环境下使用putty.exe进行终端连接,在Host name中输入树莓派的ip地址(之前连接浏览器时,注意顺便查询树莓派的ip 查询命令 ifconfig)步骤...
2018-11-16 11:00:08
2138
原创 Mac系统下adb工具的配置方法
Mac系统下adb工具的配置方法在阅读郭霖老师的《第一行代码》的第6章节时,学习到了使用adb工具查看sqlite数据库,由于郭老师着重讲解在windows环境下adb工具的配置,而把linux与mac系统下的配置方法放在一起给出,在尝试失败后,才知道linux环境与mac环境的配置方法还是有些许不同,配置了大概半天,特此记录一下。第一步:打开mac终端,进入用户目录下(cd ~)第...
2018-03-20 10:51:36
10895
4
课程设计:酒店住宿管理系统C++
2019-06-24
”字符串的扩展距离”源代码
2019-04-21
android.support.v7.recyclerview
2018-03-14
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人