码迷,mamicode.com
首页 >  
搜索关键字:proc    ( 8879个结果
获取分页数据的存储过程模版
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
convert_mnist_data.cpp
代码中DEFINE_string(backend,"lmdb","the backend for storing the result") 这句采用的gflags工具,为google开源工具,说白了作用就是将backend 这个string类型的变量的默认值为“lamdb”, 在执行没有这个参数的前 ...
分类:其他好文   时间:2017-01-25 22:57:37    阅读次数:444
ajax图片上传
html jquery @ ...
分类:Web程序   时间:2017-01-25 18:40:05    阅读次数:271
DTrace C++ Mysteries Solved 转
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
获取其他进程中“Internet Explorer_TridentCmboBx”的内容
http://blog.csdn.net/zswang/article/details/1214827 ...
分类:Web程序   时间:2017-01-24 23:57:12    阅读次数:417
VS2010+WinXP+MFC程序 无法定位程序输入点于动态链接库
1、问题描述 原开发环境:Win7 64位旗舰版,VS2010,ThinkPad T460 出现问题:自己开发的MFC程序在WinXP环境下无法正常运行,弹框“无法定位程序输入点InitializeConditionVariable于动态链接库kernel32.dll” 重新搭建开发环境:WinXP ...
分类:编程语言   时间:2017-01-24 12:20:54    阅读次数:1029
019-JQuery(Ajax异步请求)
使用jquery完成异步操作 -》开发文档提供的异步API url:请求地址 type:请求方式,主要是get、post data:{}:请求的数据 dataType:返回值的类型,主要有xml、text、json、script、html success:function(data){...}成功的 ...
分类:Web程序   时间:2017-01-23 23:58:15    阅读次数:447
ring3下利用WMI监视进程创建(vc版)
[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#封装三维向量,另外也看了下别人的C++封装
二、c++实现 转载自:3D数学基础图形与游戏开发 ...
分类:编程语言   时间:2017-01-23 15:21:28    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!