码迷,mamicode.com
首页 >  
搜索关键字:visual basic 6.0    ( 13870个结果
linux 安装oci 扩展
1、下载Oracle即时客户端程序包— Basic: 运行 OCI、OCCI 和 JDBC-OCI 应用程序所需的所有文件 ①、打开以下网址(本文以32位版为例): (Linux 32位版)http://www.oracle.com/technology/software/tech/oci/i...
分类:系统相关   时间:2014-06-09 22:52:53    阅读次数:398
Only2 Labs — A Visual Design Studio
Only2 Labs — A Visual Design Studio设计合作对您目前的设计很不满意?或是急缺一个设计供应商?您的团队最近做的项目需要指导?Only2都很乐意为您解困惑. 或者,你喜欢的Only2的网站和作品,也欢迎写信告知,Only2会很高兴;-)
分类:其他好文   时间:2014-06-08 23:35:36    阅读次数:211
Python/C++ in Visual Studio: An Alternative to Matlab/MEX
来自Andrew Delong的博客http://andrewdelong.wordpress.com/2012/11/03/pythonc-in-visual-studio-an-alternative-to-matlabmex/I spent much of my PhD working in ...
分类:编程语言   时间:2014-06-08 22:45:10    阅读次数:458
小型Basic编译器问题
# include # include # include # include # include //使用map解决一对一 的关系using namespace std;map mapdata;//数据存储typedef struct node{ long num; char ch1[20]; c...
分类:其他好文   时间:2014-06-08 20:26:01    阅读次数:235
小话HTTP Authentication
Authentication就是要证明你是谁。举个例子,你告诉别人你的名字叫Alice,怎么样让别人确信你就是Alice,这就是Authentication。...
分类:其他好文   时间:2014-06-08 15:44:02    阅读次数:257
VS2012找不到SDKDDKVer.h的Bug修复
Visual Studio 2012找不到SDKDDKVer.h的Bug修复方法,通过手工修改props配置文件完美解决。...
分类:其他好文   时间:2014-06-08 05:37:00    阅读次数:376
C++ 下使用curl 获取ftp文件
从http://curl.haxx.se/下载的win32版本的curl都不能使,#include 后总是报错:external symbol ,意思就是没有链接到curl的各种library,最后尝试了n多次终于成功了,希望大家以后少走弯路! 以Windows 8 64bit,Visual Studio 2012 为例: 1、获取curl: 从这里可以获得所有版本的curl,我下载...
分类:编程语言   时间:2014-06-08 05:35:07    阅读次数:575
This function or variable may be unsafe Consider using xxx instead
问题: 在Visual C++ 6.0 下面运行正常的代码放到Visual Studio 20xx系列里就跑不动了,有时候会提示如下错误: error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT...
分类:其他好文   时间:2014-06-08 03:17:14    阅读次数:227
Codeblocks使用-2 Fortran开发环境
曾经有段时间需要学习Fotran,便试着搭建Visual Studio 2008 + Intel Fortran XE的环境,不料今天在查看Code::Blocks模板时,发现有Fortran的模板,于是钻研了下:1、【File】-【New】-【Project】选Fortran Applicati....
分类:其他好文   时间:2014-06-08 01:26:17    阅读次数:235
Algorithm | hash
A basic requirement is that the function should provide a uniform distribution of hash values. A non-uniform distribution increases the number of coll...
分类:其他好文   时间:2014-06-07 16:58:29    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!