摘要:
sudo apt-get autoremove open-vm-toolssudo apt-get install open-vm-tools-desktop 阅读全文
摘要:
echo安装失败,提示unrecognized import path "golang.org/x/crypto/acme/autocert"? C:\Users\HOORI>go get github.com/labstack/echo package golang.org/x/crypto/ac 阅读全文
摘要:
#include "altera_avalon_pio_regs.h" #include "altera_avalon_timer_regs.h" #include "system.h" #include unsigned int timerVal = 0; static void ISR_timer1(void *context, alt_u32 id) { timerVal++... 阅读全文
摘要:
package main import ( "fmt" ) func main() { // 定义1个变量 var intval int // 定义2个变量 var intval1, intval2 int // 定义1个变量并赋值 var strval string = "golang" // 定义2个变量并赋值 v... 阅读全文
摘要:
// 得到主机的IP地址 QString strIpAddress; QList<QHostAddress> ipAddressesList = QNetworkInterface::allAddresses(); int nListSize = ipAddressesList.size(); fo 阅读全文
摘要:
OpenCV 教程: http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/tutorials.html 阅读全文
摘要:
安装软件: qt-opensource-windows-x86-msvc2015_64-5.7.0.exe => ( 包含qt和Qt Creator (Community) ) cn_visual_studio_professional_2015_x86_x64_dvd_6846645.iso => 阅读全文