DependenciesFirst of all you need a version of
Qt for Windows. If you are an Open Source developer then you can download the
Open Source Edition of Qt...
GoogleChrome 浏览器使用的内核源码来自开源浏览器引擎 WebKit Open Source
Project。Google Chrome的源码,同样亦是开源的。在 Google 的中文官方Blog - Google
黑板报中,提到:我们对很多开发开源项目的人心存感激,我们承诺会沿着前人的路...
分类:
其他好文 时间:
2014-06-13 14:04:55
阅读次数:
269
该参数可用于给泵出文件中的源数据库文件重新指定一个新的路径和名称,主要用在平台间的数据迁移。用法:remap_datafile=source_file:target_file在windows平台上的使用:impdpdbuser/dbuserfull=ydumpfile=full.dmplogfile...
分类:
其他好文 时间:
2014-06-13 13:21:51
阅读次数:
667
程序场景:一系列的图片,从第一张到最后一张依次加载图片,形成“动画”。生成BitmapImage的方法有多种:1、var source=new
BitmapImage(new
Uri("图片路径",UriKind.xxx));一般的场景使用这种方法还是比较方便快捷,但是对于本场景,内存恐怕得爆。2、...
分类:
其他好文 时间:
2014-06-11 22:17:33
阅读次数:
970
DataSet ds=new DataSet();//创建数据集--就是数据库,在内存中 string
sql="select * from studnet"; string connStr="Data Source=.;Initial Catalo...
分类:
其他好文 时间:
2014-06-11 10:55:17
阅读次数:
881
The paper "Optimal Decoding of Linear Codes for
Minimizing Symbol Error Rate", which is the source of the BCJR decoding
algorithm, is my current obje....
分类:
其他好文 时间:
2014-06-11 07:35:20
阅读次数:
250
/* * Copyright (C) 2011 The Rexsee Open Source
Project * * Licensed under the Rexsee License, Version 1.0 (the "License"); *
you may not use this file...
分类:
移动开发 时间:
2014-06-08 07:38:06
阅读次数:
363
Android, an open source operating system for
mobile devices (Smartphone and tablet), led by Google. The Android SDK provides
a set of tools and APIs t...
分类:
移动开发 时间:
2014-06-08 06:43:07
阅读次数:
393
本文主要解说缺页处理程序,凝视足够具体,不再解释。//以下函数将一页内存页面映射到指定线性地址处,它返回页面的物理地址//把一物理内存页面映射到线性地址空间指定处或者说把线性地址空间指定地址address处的页面映射到主内存区页面page上。主要工作是在相关也文件夹项和页表项中设置指定页面的信息。在...
分类:
系统相关 时间:
2014-06-08 06:34:29
阅读次数:
285
大牛们略过,对初学者起抛砖引玉的作用。以数据库AdventureWorks的Person.Address表为例。一、建好框架prj
表示层,这里用的是winForm.prjBLL 业务逻辑层,当然是类库PrjDAL 数据访问层,当然是类库啦PrjModel
模型层,当然也是类库啦二、展开三、以上结构...