上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
摘要: 1、 2、 2.1、0201_HelloCanvas.html 2.2、0204_HelloPoint1.html 2.3、02.6_HelloPoint2.html 2.4、02.7_ClickedPoints.html 2.5、02.8_ColoredPoints.html 3、 4、 5、 阅读全文
posted @ 2018-08-30 16:52 Html5Skill 阅读(1073) 评论(0) 推荐(0) 编辑
摘要: 1、PDF 进度 WebGL编程指南.pdf --> 页码:25 (55 / 501) "着色器是什么?" 2、获取 canvas的3D的 context ZC:发现:Chrome(版本 68.0.3440.106(正式版本)(32 位)) in Win7x64,执行下来 前两个有效 ZC: Qt5 阅读全文
posted @ 2018-08-30 15:54 Html5Skill 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 1、主要用于将 Qt5.3.2中使用到的js字符串 转换成 const的16进制数组 QWebElement::evaluateJavaScript(...) 2、 3、 4、 5、intfVC.cpp中 5.1、TintfVC::PointTransformed(...)中 ZC:修改一下: 5. 阅读全文
posted @ 2018-08-28 08:31 Html5Skill 阅读(2346) 评论(0) 推荐(0) 编辑
摘要: 1、1.1、SVGTextContentElement - Web APIs _ MDN.html(https://developer.mozilla.org/en-US/docs/Web/API/SVGTextContentElement) CSS 'letter-spacing' and 'wo 阅读全文
posted @ 2018-08-27 17:07 Html5Skill 阅读(2612) 评论(0) 推荐(0) 编辑
摘要: 1、2中:(1)、JS对象的属性:"for (z in ??)" (2)、DOM节点的属性:"???.attrributes;" (3)、window.getComputedStyle(..., ...); (4)、style属性 里面每个值的遍历 2、举例子: 3、 4、 5、 阅读全文
posted @ 2018-08-26 17:04 Html5Skill 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 1、我的测试代码 1.1、 2、网上搜索到的 方案的源码: 3、根据上面 “2、网上搜索到的 方案的源码” 修改的适合我需要的方案的源码 4、 5、 阅读全文
posted @ 2018-08-26 15:45 Html5Skill 阅读(2008) 评论(0) 推荐(0) 编辑
摘要: 1、测试代码 2、网页运行效果 3、控制台输出 4、 5、 阅读全文
posted @ 2018-08-26 15:44 Html5Skill 阅读(1650) 评论(0) 推荐(0) 编辑
摘要: 1、ZC:测试下来,属性优先级的关系为(优先级从高到低):style属性 > class属性 > 直接在节点上设置的属性 2、测试代码: 3、chrome [ 版本 68.0.3440.106(正式版本) (32 位) ] 显示(Win7x64上): 4、 5 阅读全文
posted @ 2018-08-23 15:06 Html5Skill 阅读(802) 评论(0) 推荐(0) 编辑
摘要: 1、 1.1、HiWebGL _ 最好的HTML5 WebGL中文资讯站!.html(http://www.hiwebgl.com/) // ZC:貌似这里的一些文章消息都比较旧了... 1.2、HTML5原生WebGL开发系列教程 - CSDN博客.html(https://blog.csdn.n 阅读全文
posted @ 2018-08-20 08:34 Html5Skill 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1、将 Qt中 执行的 JS,从 明文 字符串 转换成 const的二进制的数组(这样肉眼也增加肉眼识别难度) 2、类的标识(数字[32/64/更多位数] 或者 字符串) 2.1、数字:例如 32位数字,从低位到高位排序(0~31),基类占位0,第一层子类占 位1&位2,子类1标志(0x03)、子类 阅读全文
posted @ 2018-08-16 08:51 Html5Skill 阅读(212) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页