上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 37 下一页
摘要: 打开vs2013>>visual studio tools>>VS2013 x64 本机工具命令提示cdD:\lib\boost_1_55_0\boost_1_55_0bootstrap.batD:\lib\boost_1_55_0\boost_1_55_0>b2 --build-dir="D:\l... 阅读全文
posted @ 2014-05-04 16:39 袁晓平 阅读(465) 评论(0) 推荐(0)
摘要: 文章地址:http://blog.csdn.net/piggyxp/article/details/6922277附件如下:word文档PiggyIOCPServer_2008.rarPiggyStressTestClient.rar 阅读全文
posted @ 2014-05-03 17:57 袁晓平 阅读(294) 评论(0) 推荐(0)
摘要: #include "stdafx.h"#include "windows.h" #include "imm.h" #include "stdio.h" #include #include #include #include #include "tool.h"#include #includ... 阅读全文
posted @ 2014-05-03 17:42 袁晓平 阅读(3248) 评论(0) 推荐(1)
摘要: #pragma once#include namespace stds { class tool { public: std::string ws2s(const std::wstring& ws) { std::string curLocale = setlocale(LC_ALL... 阅读全文
posted @ 2014-05-03 16:52 袁晓平 阅读(322) 评论(0) 推荐(0)
摘要: #pragma once #include #include #include #pragma comment ( lib , "imm32.lib" ) //字符串临时缓存长度 #ifndef _MAX_BUF_ #define _MAX_BUF_ 25... 阅读全文
posted @ 2014-04-24 23:47 袁晓平 阅读(4150) 评论(0) 推荐(0)
摘要: /* CPSC 2100: redgreen.c This program creates a ppm file for a 600x400 box, that is red in the left half and green in the right half. The ppm image is written to the file specified on the command line, e.g. the program is initiated as: ./redgreen output-filename which would create th... 阅读全文
posted @ 2014-04-05 18:40 袁晓平 阅读(263) 评论(1) 推荐(0)
摘要: jquery 默认的resize只能监听到浏览器窗口大小的改变,但我们在实际使用过程中有可能还需要监听某个div或其它标签的大小改变来执行相应的处理,如果使用默认的resize就无能为力了。怎么办呢,这里给大家推荐一个jquery的小插件,相当于是对默认的resize事件的增强版本jquery 默认的resize只能监听到浏览器窗口大小的改变,但我们在实际使用过程中有可能还需要监听某个div或其它标签的大小改变来执行相应的处理,如果使用默认的resize就无能为力了。怎么办呢,这里给大家推荐一个jquery的小插件,相当于是对默认的resize事件的增强版本,它可以监听几乎所有标签的大小改变来 阅读全文
posted @ 2013-11-29 16:57 袁晓平 阅读(2469) 评论(0) 推荐(0)
摘要: 在SQL SERVER里只安装了32位的oracle客户端的情况下,添加链接服务器然后执行查询会报如下信息:原因:在64位的SQL Engine中已经不提供MSDAORA 的驱动了,可以使用OraOLEDB.Oracle,安装oracle 64位客户端即可。1、下载客户端win64_11gR2_client.zip和win32_11gR2_client.ziphttp://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_client.ziphttp://download.oracle.com/otn/nt/oracle11g/11 阅读全文
posted @ 2013-11-20 11:01 袁晓平 阅读(9192) 评论(0) 推荐(0)
摘要: $("#grid").kendoGrid({ dataSource: dataSrc, //toolbar: ["save", "取消"], columns: [ { width: 70, title: "请购承办", template: '#= ""+ask_man+"" #' }, { ... 阅读全文
posted @ 2013-11-19 21:58 袁晓平 阅读(1605) 评论(0) 推荐(0)
摘要: windows ODBC数据源里没有Oracle的驱动程序直接在“控制面板---管理工具----数据源(ODBC)”打开数据源配置,发现只有SQLServer的驱动,其他的都没有了。解决方法是:C:\Windows\SysWOW64在该目录下找到:odbcad32.exe这个文件,双击打开。点击添加按钮,选择 oracle in oraDb10g_home1 驱动,然后就可用添加连接Oracle的ODBC的数据源了。 阅读全文
posted @ 2013-11-17 14:28 袁晓平 阅读(3877) 评论(0) 推荐(1)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 37 下一页