MyOpengGL.h://导入头文件,注意:先导入freeglut.h #include <GL/freeglut.h>#include <GL/gl.h>#include <GL/glu.h>#include <stdio.h> MyUtil.h: #include "MyOpenGL.h"#i ...
分类:
其他好文 时间:
2017-11-20 20:25:36
阅读次数:
197
会话保持的三种方式 Session sticky会话绑定:通过在前端调度器的配置中实现统一session发送至同一后发端服务器 Session cluster会话集群:通过配置Tomcat保持所有Tomcat的session的信息一致。 Session server 会话服务:将所有的session ...
分类:
系统相关 时间:
2017-11-18 23:41:02
阅读次数:
253
iOS7 topLayoutGuide/bottomLayoutGuide 创建一个叫做LayoutGuideStudy的工程,我们打开看一下Main.storyboard: storyboard-top_bottom_layoutGuide.png 可以看到View Controller下面出现t ...
分类:
移动开发 时间:
2017-11-17 14:52:06
阅读次数:
246
原文地址:http://blog.csdn.net/kk185800961/article/details/42504857 方法一:Windows 性能计数器监控 命令行输入:perfmon 或者 perfmon /sys 选择实例:SQL Server :Locks \\ Number of D ...
分类:
其他好文 时间:
2017-11-12 13:25:11
阅读次数:
241
More on wibget names No matter 'hi_there' or 'button' in the example code up there, both of them are just references of the instance of the Button Cla ...
分类:
其他好文 时间:
2017-11-07 14:30:09
阅读次数:
184
Overview of PL/SQL PL/SQL provides a server-side, stored procedural language that is easy-to-use, seamless with SQL, robust, portable, and secure. You ...
分类:
数据库 时间:
2017-11-07 12:21:39
阅读次数:
238
创建C# USB hid通讯类 1. 读取Hid设备全局id [DllImport("hid.dll")] private static extern void HidD_GetHidGuid(ref Guid HidGuid); 2. 取得一个包含所有HID接口信息集合的句柄 [DllImport ...
分类:
其他好文 时间:
2017-11-06 13:49:44
阅读次数:
199
session会话页面 session的创建时间是: session的Id号: 客户最近一次访问时间是: 两次请求间隔多长时间session将被取消(s): 是否是新创建的session: ... ...
分类:
其他好文 时间:
2017-11-04 22:26:57
阅读次数:
174
现场报错如下: 从报错来看是某个worker占用scheduler不释放导致,服务器具体的scheduler个数可以从sys.dm_os_sys_info.scheduler_count列中看到,一般来说服务器也就那么些核数,其中如果被non-yeilding的worker长久占用一些,将可能导致非 ...
分类:
移动开发 时间:
2017-11-03 16:13:10
阅读次数:
196
1. Online DDL 在 MySQL 5.1 (带InnoDB Plugin)和5.5中,有个新特性叫 Fast Index Creation(下称 FIC),就是在添加或者删除二级索引的时候,可以不用复制原表。对于之前的版本对于索引的添加删除这类DDL操作,MySQL数据库的操作过程为如下: ...
分类:
数据库 时间:
2017-10-31 17:41:33
阅读次数:
334