会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
heshengjun
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
8
下一页
2018年11月27日
重启Ubuntu导致VMwareTools失效
摘要: sudo apt-get autoremove open-vm-toolssudo apt-get install open-vm-tools-desktop
阅读全文
posted @ 2018-11-27 17:05 未命名blogs
阅读(1076)
评论(0)
推荐(0)
2018年11月26日
echo安装失败,提示unrecognized import path "golang.org/x/crypto/acme/autocert"?
摘要: 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
阅读全文
posted @ 2018-11-26 20:59 未命名blogs
阅读(3570)
评论(0)
推荐(0)
2018年7月26日
初始化地区到数据库
摘要:
阅读全文
posted @ 2018-07-26 22:16 未命名blogs
阅读(140)
评论(0)
推荐(0)
2018年3月27日
nios定时器
摘要: #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++...
阅读全文
posted @ 2018-03-27 14:30 未命名blogs
阅读(140)
评论(0)
推荐(0)
2018年2月7日
golang变量定义
摘要: package main import ( "fmt" ) func main() { // 定义1个变量 var intval int // 定义2个变量 var intval1, intval2 int // 定义1个变量并赋值 var strval string = "golang" // 定义2个变量并赋值 v...
阅读全文
posted @ 2018-02-07 14:21 未命名blogs
阅读(131)
评论(0)
推荐(0)
2018年2月3日
qt 得到主机的IP地址
摘要: // 得到主机的IP地址 QString strIpAddress; QList<QHostAddress> ipAddressesList = QNetworkInterface::allAddresses(); int nListSize = ipAddressesList.size(); fo
阅读全文
posted @ 2018-02-03 15:47 未命名blogs
阅读(284)
评论(0)
推荐(0)
2018年2月2日
OpenCV 教程
摘要: OpenCV 教程: http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/tutorials.html
阅读全文
posted @ 2018-02-02 17:30 未命名blogs
阅读(90)
评论(0)
推荐(0)
2018年1月29日
qt5.7.0安装
摘要: 安装软件: qt-opensource-windows-x86-msvc2015_64-5.7.0.exe => ( 包含qt和Qt Creator (Community) ) cn_visual_studio_professional_2015_x86_x64_dvd_6846645.iso =>
阅读全文
posted @ 2018-01-29 17:11 未命名blogs
阅读(399)
评论(0)
推荐(0)
2017年12月8日
typecho
摘要: www.typechodev.com http://typecho.org/download http://docs.typecho.org/plugins/hello-world
阅读全文
posted @ 2017-12-08 22:01 未命名blogs
阅读(109)
评论(0)
推荐(0)
node安装
摘要: http://www.linuxidc.com/Linux/2016-09/135487.htm https://www.cnblogs.com/phpzhou/p/6288762.html
阅读全文
posted @ 2017-12-08 07:58 未命名blogs
阅读(78)
评论(0)
推荐(0)
1
2
3
4
5
···
8
下一页
公告