access2000-2003数据库连接字符串: ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=数据库名.mdb";access2007-2010数据库连接字符串:ConStr = @"Provider=Microsoft.ACE.OL...
分类:
数据库 时间:
2014-07-30 11:43:13
阅读次数:
221
原文:http://www.cnblogs.com/SkyD/archive/2010/11/25/1887219.html看网上流传的Eclipse导入项目的方法都是在新建Android程序时使用“Create project form existing source”选项实现的导入,虽然也能实现...
分类:
移动开发 时间:
2014-07-30 11:30:13
阅读次数:
200
一、环境部分:[root@localhost~00:17&2]#cat/etc/redhat-release;uname-r;getenforce;iptables-L
CentOSrelease5.10(Final)#发行版本号
2.6.18-371.el5#内核版本号
Disabled#selinux模式
ChainINPUT(policyACCEPT)#防火墙状态(可以根据需求自个配置)
targetprotoptsourc..
分类:
其他好文 时间:
2014-07-29 18:18:22
阅读次数:
212
一、安装准备1.安装Openssl 要使Apache支持SSL,需要首先安装Openssl支持。推荐下载安装openssl-0.9.8k.tar.gz 下载Openssl:http://www.openssl.org/source/tar-zxfopenssl-0.9.8k.tar.gz//解压安装...
分类:
系统相关 时间:
2014-07-29 17:34:42
阅读次数:
426
解复用是多媒体开发中核心的功能。
解复用功能是从音视频信号源中分流出不同的音频和视频流;另外解复用一般属于一种主动操作,即从音视频信号源中取出。
数据流结构为Source->Demux->Stream
主要实现模式有:
1)直接模式:直接从信号源获取相应的音频或者视频数据。这种方式适合顺序读取和拥有帧位置元数据等信号源。
使用这种模式,实际是从Demux中直接获取数据,当然也可以从Str...
分类:
其他好文 时间:
2014-07-29 15:05:38
阅读次数:
204
Introduction This tutorial centers around various ways to prompt for user input with a default option available upon the user pressing Enter. By http:...
分类:
其他好文 时间:
2014-07-29 14:15:28
阅读次数:
266
今天用EF写东西玩,觉得IEnumerable里面除了where()、select(),是不是能添加点其他方法呢。 想做就做,F12到方法定义: public static IEnumerable Where(this IEnumerable source, Func predicate)...
分类:
其他好文 时间:
2014-07-29 14:14:38
阅读次数:
213
1.数字与字符串的转化 #1.数字转字符,使用格式化字符串: *1.demo = ‘%d’ % source *2.%d整型;%f 浮点型 ;%e科学计数 *3.int('source') #转化为int型 #2.字符串转化为数字 *1.导入string :import str...
分类:
编程语言 时间:
2014-07-29 11:34:16
阅读次数:
234
Source:http://developer.baidu.com/wiki/index.php?title=docs/oauth/authorizationWebpageFunction:AuthorizationCodeUrl:http://openapi.baidu.com/oauth/2.0...
分类:
Web程序 时间:
2014-07-29 10:36:46
阅读次数:
353
openNebula is the open-source industry standard for data center virtualization,offering a simple but feature-rich and flexible solution to build and m...
分类:
其他好文 时间:
2014-07-29 10:30:56
阅读次数:
286