// Include standard headers #include <stdio.h> #include <stdlib.h> // Include GLEW #include <GL/glew.h> // Include GLFW #include <glfw3.h> GLFWwindow* ...
分类:
其他好文 时间:
2017-07-09 11:00:16
阅读次数:
182
// Include standard headers #include #include // Include GLEW #include // Include GLFW #include GLFWwindow* window; // Include GLM #include using name... ...
分类:
其他好文 时间:
2017-07-09 10:41:28
阅读次数:
233
sample变量段分析 1.各段地址区间Section Headers: [Nr] Name Type Addr Off Size ES Flg Lk Inf Al [ 0] NULL 00000000 000000 000000 00 0 0 0 [ 1] .interp PROGBITS 000 ...
分类:
其他好文 时间:
2017-07-08 14:39:27
阅读次数:
131
对于火狐浏览器,需要字体所在服务器设置允许跨域访问。以Apache为例,先开启 headers 模块,再在字体的文件夹里放置一个 .htaccess 文件,里面的内容如下 ...
分类:
其他好文 时间:
2017-07-07 14:23:44
阅读次数:
142
转自:Difference between $.ajax() and $.get() and $.load() $.ajax() is the most configurable one, where you get fine grained control over HTTP headers an ...
分类:
Web程序 时间:
2017-07-06 15:55:43
阅读次数:
247
我这次运用的有秘钥的解密,用了ZIP4J; pom文件中这样引用: java代码如下: 很方便,我参考的http://blog.csdn.net/silversupersoul/article/details/44221607这篇文章,详细的点此连接 ...
分类:
其他好文 时间:
2017-07-06 15:54:50
阅读次数:
186
x →Datatables官网← x x 去官网上也查到了[复杂表头(rowspan 和 colspan)(Complex headers (rowspan and colspan))],[复杂表头], 但是只是html代码,蛋疼啊... 后来看到了[创建行回调(Row created callba ...
分类:
Web程序 时间:
2017-07-05 23:42:47
阅读次数:
512
安装 DKMS、更新内核 # yum -y install gcc make glibc kernel-headers kernel-devel dkms Installed: dkms.noarch 0:2.3-1.20161202gitde1dca9.el7 安装VirtualBox 浏览器打开 ...
分类:
其他好文 时间:
2017-07-05 11:52:15
阅读次数:
483
fetch的使用: 总体格式: Fetch(‘url’, { mode: ‘cors’, method: ’POST’, headers: { ‘Content-type’ : ‘application/x-www-form-urlencoded; charset=UTF-8’,【需要指定】 }, ...
分类:
其他好文 时间:
2017-07-05 00:30:08
阅读次数:
2865