• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






dearYou

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 7 8 下一页

2018年4月25日

c++错误
摘要: 1, ISO C++11 does not allow conversion from string literal to 'char *’ A: c++编译器优化 会把字符常量只存一份, 当把字符常量赋值给char * 时,实际上暴露了字符常量的地址,意味着在程序中可以修改字符常量。 附上一个连接 阅读全文
posted @ 2018-04-25 13:04 dearYou 阅读(795) 评论(0) 推荐(0)
 

2018年3月23日

makefile hello
摘要: 先上链接: http://www.ruanyifeng.com/blog/2015/02/make.html demo: 摘要: 如果Make命令运行时没有指定目标,默认会执行Makefile文件的第一个目标。 $ make上面代码执行Makefile文件的第一个目标。 .PHONY : clean 阅读全文
posted @ 2018-03-23 18:05 dearYou 阅读(159) 评论(0) 推荐(0)
 
颜色环rgb数值
摘要: 先上图,直观明朗。 公式1,直径两端的 颜色rgb数值互补,相加为 255,255,255 RGB颜色分量在圆环上不是均匀分布,但是在某两段内均匀分布。色相h从纯红色位置作为原点,沿红绿蓝方向旋转度数。 阅读全文
posted @ 2018-03-23 00:17 dearYou 阅读(1969) 评论(0) 推荐(0)
 

2018年1月8日

使用lua
摘要: lua 5.1 参考手册 汉译 http://www.codingnow.com/2000/download/lua_manual.html 设置搜索路径 package.path = '/aa/bb/cc/?.lua;/aa/bb/cc/?' 正则符号表 http://www.cnblogs.co 阅读全文
posted @ 2018-01-08 21:03 dearYou 阅读(125) 评论(0) 推荐(0)
 

2017年12月7日

glsl
摘要: 什么是顶点着色器? The vertex processor is a programmable unit that operates on incoming vertices and their associated data.Compilation units written in the Op 阅读全文
posted @ 2017-12-07 19:59 dearYou 阅读(471) 评论(0) 推荐(0)
 
使用java
摘要: 1, implicit super constructor {SuperName}() is undefined for default constructor.Must define an explicit constructor. Implicit super constructor {Supe 阅读全文
posted @ 2017-12-07 00:10 dearYou 阅读(131) 评论(0) 推荐(0)
 

2017年9月23日

胡思乱想
摘要: 汇编的意义是什么?把符号引入程序中。 弱类型语言的含义是什么?强弱类型是针对源代码中的变量符号而言的,只对编译这一过程有意义。声明的意义是为编译过程提供信息,这也是为什么解释性语言中可以省略声明的过程。 程序可以脱离操作系统而运行吗?可以的话,为什么说操作系统是硬件之上的第一层软件? 原始人每天在想 阅读全文
posted @ 2017-09-23 21:19 dearYou 阅读(112) 评论(0) 推荐(0)
 

2017年8月22日

Ubuntu设置OpenGL环境
摘要: top: 1、opengl环境包括:opengl、glut、glew、gltools,基础的是opengl和glut 2、mac环境容易上手,因为xcode自带opengl和glut,不用部署环境 3、opengl学这三个方面:基本api、渲染管道、数学’ http://blog.csdn.net/ 阅读全文
posted @ 2017-08-22 22:29 dearYou 阅读(2000) 评论(0) 推荐(0)
 

2017年6月2日

cocos2d相关
摘要: 游戏引擎出现的原因:游戏软件功能复杂且性能要求高;游戏软件的运行模式一致 vs的一些概念: 解决方案,一个解决方案包含一或多个项目,具体信息可以看vs帮助页上的介绍(里面的插图很形象),链接:https://msdn.microsoft.com/zh-cn/library/b142f8e7.aspx 阅读全文
posted @ 2017-06-02 20:03 dearYou 阅读(181) 评论(0) 推荐(0)
 

2017年4月2日

Eclipse错误
摘要: 1新建类文件时报错:creation of element failed MALFORMED http://bbs.csdn.net/topics/391830780 我的去掉mybatis-generator jar就好了,什么叫非法jar呢? 2、Eclipse管理jar 可以建立userLib 阅读全文
posted @ 2017-04-02 09:39 dearYou 阅读(209) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 7 8 下一页