原创 ping中數據解析

字節數32:從180.101.49.11返回32字節數據 時間20ms:從180.101.49.11返回32字節數據花費20ms TTL53:TTL是生存時間的意思,就是說這個ping的數據包能在網絡上存在多少時間。當我們對網絡上的主機

原创 C#線程切換

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; us

原创 Ubuntun 配置opencv for C++

步驟:1、下載opencv source包             2、cmake編譯庫 https://blog.csdn.net/qq_33591712/article/details/83279982 https://blog.cs

原创 C++通過stringstream實現int與string之間的轉化

#include <iostream> #include <string> #include <sstream> using namespace std; int main() { stringstream stream;

原创 C#讀目錄文件

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; us

原创 c#讀二進制文件

using System; using System.IO; namespace test { class demo { public void timeDelay(int iInterval)

原创 opencv cvCreateTrackbar的使用

#include <iostream> #include <opencv2/opencv.hpp> #include<opencv2/highgui/highgui.hpp> using namespace std; using nam

原创 Ubuntun換阿里鏡像源

deb http://mirrors.aliyun.com/ubuntu/ xenial main deb-src http://mirrors.aliyun.com/ubuntu/ xenial main deb http://mi

原创 C#中DataGrid的數據Binding的使用

WPF中提供xaml文件跟後臺的C#代碼數據交換的一種新的方式,那就是Binding。流程如下: 1、定義相應的類 using System; using System.Collections.Generic; using System

原创 opencv 霍夫直線變換

#include <iostream> #include <opencv2/opencv.hpp> #include<opencv2/highgui/highgui.hpp> #include <vector> #include "Gr

原创 WPF之TreeView查找節點

private void tbDeviceType_TextChanged(object sender, TextChangedEventArgs e) { #region 源代碼

原创 車牌識別Ubuntun下問題解決

問題1:類中函數變量static聲明問題: https://www.it1352.com/485379.html 問題2:io.h找不到解決方法 https://www.cnblogs.com/gdut-gordon/p/9678175.

原创 無法ping通華爲雲ECS服務器公網IP的解決方法

在使用華爲雲ECS服務器過程中無法ping通公網地址, 可能爲安全組沒有添加ICMP協議規則 解決: 登錄華爲雲   - - ->  控制檯 ---> 雲服務器ECS --> 往左下找到  安全組 ; 找到安全組規則,  右上角點擊添加安

原创 zip跟unzip

壓縮文件: zip -r 文件名 ./* 解壓文件:   unzip 文件名  

原创 彈性公網IP跟NAT技術

彈性公網IP參考鏈接:https://blog.csdn.net/u014253011/article/details/80893886?utm_medium=distribute.pc_relevant.none-task-blog-B