原创 E: 無法下載 http://us.archive.ubuntu.com/ubuntu/dists/xenial/main/binary-armhf/Packages 404 Not Found

~$ sudo apt-get update 命中:1 http://deb.odroid.in/5422-s xenial InRelease 命中:2 http://ports.ubuntu.com/ubuntu-ports

原创 隊列--模擬銀行服務完成程序代碼

隊列–模擬銀行服務完成程序代碼 import time, threading class Queue: def __init__(self): self.items = [] def isEmp

原创 journal

20200315, 20200316,AM-global engineering ethics report.PM-febrary work summary.

原创 ENGLISH-劍橋-朗文-柯林斯-韋氏dictionary

幾個線上字典的網址 ,出席率-感情態度詞>正反義詞> https://dictionary.cambridge.org/ 劍橋 https://www.ldoceonline.com/ 朗文 https://www.collin

原创 自動駕駛與汽車現狀前沿

1.近十年世界汽車產銷量變化--Changes in automobile production and sales over the past decade 0.參考--數據網址(汽車)1.Changes in automobi

原创 esp32,esp-idf,different version is incompatible,各版本環境不兼容

解決方法 如果混用,刪除esp-idf 工具包,刪除自己工程下build文件夾,再重新搭建之前穩定版本。 如下圖,點擊seitch version 找版本,latest是新版不穩定,建議選擇其他穩定版本,選定版本與其他版本

原创 數組 2020-01-07

1. 利用動態數組解決數據存放問題 編寫一段代碼,要求輸入一個整數N,用動態數組A來存放2~N之間所有5或7的倍數,輸出該數組。 -*- coding: utf-8 -* import numpy as np arr = [

原创 [ERROR] [1568786222.758840]: Creation of publisher failed: Checksum does not match: 7250c1dc0b61c41

[ERROR] [1568786225.341851]: Tried to publish before configured, topic id 125[ERROR] [1568786225.349380]: Creation

原创 nvs_get_str_or_blob **報錯**

nvs_get_str_or_blob(unsigned int, nvs::ItemType, char const*, void*, unsigned int*) 報錯 timeout.tv_sec=490 I (250

原创 esp32一些資料

———————————————— 參考:https://blog.csdn.net/fengfeng0328/article/details/82825413 reference esp32開發 Esp32學習之旅 esp8826

原创 leetcode,01 Two Sum兩數之和,c++

Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may

原创 波士頓房價預測-code

目錄波士頓房產數據集迴歸算法評價指標代碼 波士頓房產數據集 波士頓房產數據集:使用sklearn.datasets.load_boston即可加載相關數據。該數據集共有 506 個觀察,13 個輸入變量和1個輸出變量。 基於該數

原创 esp32程序解析

ESP-IDF 編程指南 esp32-WIFI狀態機 WiFi-start WiFi-event-machine 用戶自定義狀態機回調函數 回調函數作爲形參的方式傳遞給esp_event_loop_init(even

原创 d3;c++中cin與cout

#include <iostream> //using namespace std; int main() { char buf[20]; cin.ignore(7); //去掉第7個 cin

原创 leetcode 7. 反轉整數(c++)

Given a 32-bit signed integer, reverse digits of an integer. Example 1: Input: 123 Output: 321 Example 2: Input: