1、添加类,选择MFC ODBC Consumer,这时会弹出一个对话框“MFC ODBC Consumer Wizard - 项目名称”。 2、点击Data Source按钮,弹出对话框“选择数据源”。 3、点击新建按钮,弹出对话框“创建新数据源”,在列表框中选择“Driver do Micros...
分类:
其他好文 时间:
2014-08-25 13:05:54
阅读次数:
226
What I learned from Pro ASP.NET MVC 4 bookOpen source of Asp.net MVChttp://www.opensource.org/licenses/ms-pl.html1. Introduce new trends of web develo...
分类:
Web程序 时间:
2014-08-25 11:47:44
阅读次数:
214
近段时间,本人使用Qt5.3.0开发了Android应用,由于官方资料较少,在此记录开发过程遇到的问题及解决方法1.Android平台的视频播放,只能使用qml的MediaPlayer2.qml中控件的路径必须加file:// 例如: Image{ source: "file...
分类:
移动开发 时间:
2014-08-25 09:52:04
阅读次数:
483
使用scp命令可以实现两台Linux主机之间的文件复制,基本格式是:scp [可选参数] file_source file_target1. 复制文件命令格式:scp local_file remote_username@remote_ip:remote_folderscp local_file r...
分类:
系统相关 时间:
2014-08-25 09:51:04
阅读次数:
247
ubuntu系统装好之后无限网卡驱动并不能用,需要自己下载无线网卡驱动,下面是最简单的方法:
sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get install linux-source
sudo apt-get install --reinstall bcmwl-kernel-so...
分类:
其他好文 时间:
2014-08-24 23:55:33
阅读次数:
267
linux下安装软件包有两种方法:源文件编译安装(source)和rpm 安装。1.源文件包安装的通用方法。 一般安装源代码的程序你得要看它的README,一般在它的目录下都有的。01.配置: 构建应用的第一步就是执行configure脚本,该脚本位于程式源文件的主目录下: [root@localh...
分类:
系统相关 时间:
2014-08-24 23:43:13
阅读次数:
353
安装opencv文件时若需要cmake编译,如果中间出现解决办法是:在opencv的文件中找到包含cmakelist.txt的文件夹,把where is the source code:的路径改成它。然后在where to build the binaries 的路径中写上任何一个不存在的路径,当出...
分类:
其他好文 时间:
2014-08-24 22:02:13
阅读次数:
168
// learn gcc atomic variable
#define _GNU_SOURCE
#include
#include
#include
#include
#include
#include
#include
#include
#define INC_TO 1000000 // every thread adds 1 million times
int glob...
分类:
编程语言 时间:
2014-08-24 12:58:52
阅读次数:
224
Linux Kernel File IO Syscall Kernel-Source-Code Analysis
分类:
系统相关 时间:
2014-08-24 12:53:22
阅读次数:
411
DownLoad:
http://edelivery.oracle.com
Prepare(Source And Target DB):
Add Environment Varible
vi /home/oracle/.bash_profile
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/li...
分类:
数据库 时间:
2014-08-24 11:43:32
阅读次数:
392