drop procedure if exists proc_getPageRecords; create procedure proc_getPageRecords( in tableName varchar(30), -- like:Student in selectPart varchar(20... ...
分类:
其他好文 时间:
2017-01-28 20:23:32
阅读次数:
228
代码中DEFINE_string(backend,"lmdb","the backend for storing the result") 这句采用的gflags工具,为google开源工具,说白了作用就是将backend 这个string类型的变量的默认值为“lamdb”, 在执行没有这个参数的前 ...
分类:
其他好文 时间:
2017-01-25 22:57:37
阅读次数:
444
I’ve been using DTrace on Leopard in my recent work, and while it’s a great tool, the C++ support is confusing and I couldn’t find proper documentatio ...
分类:
编程语言 时间:
2017-01-25 16:18:31
阅读次数:
247
http://blog.csdn.net/zswang/article/details/1214827 ...
分类:
Web程序 时间:
2017-01-24 23:57:12
阅读次数:
417
1、问题描述 原开发环境:Win7 64位旗舰版,VS2010,ThinkPad T460 出现问题:自己开发的MFC程序在WinXP环境下无法正常运行,弹框“无法定位程序输入点InitializeConditionVariable于动态链接库kernel32.dll” 重新搭建开发环境:WinXP ...
分类:
编程语言 时间:
2017-01-24 12:20:54
阅读次数:
1029
使用jquery完成异步操作 -》开发文档提供的异步API url:请求地址 type:请求方式,主要是get、post data:{}:请求的数据 dataType:返回值的类型,主要有xml、text、json、script、html success:function(data){...}成功的 ...
分类:
Web程序 时间:
2017-01-23 23:58:15
阅读次数:
447
[cpp] view plain copy [cpp] view plain copy http://blog.csdn.net/zwfgdlc/article/details/6613605 ...
分类:
系统相关 时间:
2017-01-23 22:34:19
阅读次数:
257
####设备的访问####1.设备识别/dev/xdxn #硬盘设备/dev/sda1/dev/cdrom #光驱/dev/mapper/* #虚拟设备###设备的发现###fdisk -l #查看真实存在的设备 cat /proc/partitions #系统能够识别的设备 blkid #系统能够 ...
分类:
其他好文 时间:
2017-01-23 16:42:17
阅读次数:
224
二、c++实现 转载自:3D数学基础图形与游戏开发 ...
分类:
编程语言 时间:
2017-01-23 15:21:28
阅读次数:
240