会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Dai Hanlong
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
下一页
2016年10月5日
OpenGL帧缓存对象(FBO:Frame Buffer Object)(转载)
摘要: 原文地址http://www.songho.ca/opengl/gl_fbo.html 但有改动。 OpenGL Frame BufferObject(FBO) Overview: 在OpenGL渲染管线中,几何数据和纹理经过多次转化和多次测试,最后以二维像素的形式显示在屏幕上。OpenGL管线的最
阅读全文
posted @ 2016-10-05 16:07 Dai Hanlong
阅读(720)
评论(0)
推荐(0)
2016年8月29日
unicode 和 utf8
摘要: 关于 unicode utf8 文章来自于 http://blog.csdn.net/tge7618291/article/details/7599902 ascii 主要来表示英文.但是要全世界那么多语言符号文字,ascii就不够使用了,为了统一,unicode出现了. unicode 包含全世界
阅读全文
posted @ 2016-08-29 22:58 Dai Hanlong
阅读(612)
评论(0)
推荐(0)
2016年8月7日
管理node的版本
摘要: 使用 nvm 管理node版本. nvm类似 python virtualenv. 使用起来更加方便. 安装nvm 参见:https://www.jianshu.com/p/622ad36ee020 使用cnpm 代替 npm 安装cnpm: sudo npm registry=https://re
阅读全文
posted @ 2016-08-07 12:42 Dai Hanlong
阅读(144)
评论(0)
推荐(0)
2016年8月5日
pyqt5 开发环境
摘要: pyqt5 pycharm mac下开发环境 1. brew install python3 安装python3 2. brew install pyqt5 3. 配置pycharm http://blog.csdn.net/a359680405/article/details/45074761 即
阅读全文
posted @ 2016-08-05 01:29 Dai Hanlong
阅读(140)
评论(0)
推荐(0)
2016年7月11日
cmake
摘要: cmake的常用命令 cmake_minimum_required message project set add_executable add_compile_options add_subdirectory add_library target_link_libraries include_di
阅读全文
posted @ 2016-07-11 00:17 Dai Hanlong
阅读(315)
评论(0)
推荐(0)
2016年7月7日
一些可能常用的工具函数
摘要: 一些可能常用的工具函数 返回当前的微秒数, 1s = 1000ms,1ms = 1000us 将文件内容读到 string 里面
阅读全文
posted @ 2016-07-07 23:51 Dai Hanlong
阅读(158)
评论(0)
推荐(0)
mac 下 用 glfw3 搭建opengl开发环境
摘要: mac 下 用 glfw3 搭建opengl开发环境 1. 下载编译 glfw3 2. Build Setting 里面, 1. Library Search Paths 设置好编译 glfw 库的路径 2. Header Search Paths 添加 glfw 头文件路径 3. other li
阅读全文
posted @ 2016-07-07 17:58 Dai Hanlong
阅读(1454)
评论(0)
推荐(0)
2016年7月3日
git 基本操作
摘要: [TOC] 基本配置 user.name user.email git config global user.name "myname" git config global user.email "myemail@qq.com" git config list //显示配置 git help //
阅读全文
posted @ 2016-07-03 19:41 Dai Hanlong
阅读(148)
评论(0)
推荐(0)
2016年6月1日
cpp 4个类型转换
摘要: static_cast、dynamic_cast、reinterpret_cast、const_cast 之间的区别 static_cast 用法:static_cast (expression) 说明:该运算符把expression转换为typeid类型,但没有运行时类型检查来确保转换的安全性。
阅读全文
posted @ 2016-06-01 18:03 Dai Hanlong
阅读(352)
评论(0)
推荐(0)
2016年5月27日
npm 安装不了模块
摘要: npm install 不能安装模块 + 先卸载npm,然后再重新安装 如果上面卸载不了,则进入到npm的安装目录(which npm): + 到 "https://npmjs.com/install.sh" 下载,执行就可以了 npm 网站: https://www.npmjs.com/
阅读全文
posted @ 2016-05-27 17:29 Dai Hanlong
阅读(417)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告