自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 基于范围的for循环(C++11)

1. 数组循环显示 double prices[5] = {4.88, 2.45, 3.22, 23.33, 1.22}; for (double x: prices) { cout << x << std::endl; } x最初表示数组price的第一...

2017-04-18 12:35:00 97

转载 dell xps13 ubuntu16.04 bluetooth

先确认蓝牙的产商编号(idVendor)和产品编号(idProduct),Linux下可通过lsusb或usb-devices命令查看,Windows下在设备管理里查看,如下图所示。我的蓝牙idVendor为0x13d3,idProduct为0x3404。 Broadcom的大部分蓝牙设备都需...

2017-03-27 17:51:00 232

转载 qt install opgl

$ sudo apt-get install build-essential 安装OpenGL Library $ sudo apt-get install libgl1-mesa-dev 安装OpenGL Utilities $ sudo apt-get inst...

2017-03-27 17:38:00 98

转载 cmake install

1. tar -zxvf cmake-3.8.0-rc1.tar.gz 2. cd cmake-3.8.0-rc1 3. ./bootstrap 4. make 5. make install http://pan.baidu.com/s/1hsuXfLU xkul ...

2017-03-27 17:34:00 72

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除