码迷,mamicode.com
首页 >  
搜索关键字:source address of ping    ( 30778个结果
QtWebkit开发环境配置及编译方法-Windows32bit
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...
分类:Windows程序   时间:2014-06-20 08:59:02    阅读次数:526
Google Chrome Browser源代码
GoogleChrome 浏览器使用的内核源码来自开源浏览器引擎 WebKit Open Source Project。Google Chrome的源码,同样亦是开源的。在 Google 的中文官方Blog - Google 黑板报中,提到:我们对很多开发开源项目的人心存感激,我们承诺会沿着前人的路...
分类:其他好文   时间:2014-06-13 14:04:55    阅读次数:269
IMPDP导入报错ORA-27040: 文件创建错误, 无法创建文件,remap_datafile参数解决
该参数可用于给泵出文件中的源数据库文件重新指定一个新的路径和名称,主要用在平台间的数据迁移。用法:remap_datafile=source_file:target_file在windows平台上的使用:impdpdbuser/dbuserfull=ydumpfile=full.dmplogfile...
分类:其他好文   时间:2014-06-13 13:21:51    阅读次数:667
WPF循环加载图片导致内存溢出的解决办法
程序场景:一系列的图片,从第一张到最后一张依次加载图片,形成“动画”。生成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 Note of the Paper "Optimal Decoding of Linear Codes for Minimizing Symbol Error Rate"(1)
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
[Android]传感器-加速度计-1[转]
/* * 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]Android Tutorial
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
Linux内核之内存管理(4)--缺页处理程序
本文主要解说缺页处理程序,凝视足够具体,不再解释。//以下函数将一页内存页面映射到指定线性地址处,它返回页面的物理地址//把一物理内存页面映射到线性地址空间指定处或者说把线性地址空间指定地址address处的页面映射到主内存区页面page上。主要工作是在相关也文件夹项和页表项中设置指定页面的信息。在...
分类:系统相关   时间:2014-06-08 06:34:29    阅读次数:285
老调重弹---C# winForm三层结构
大牛们略过,对初学者起抛砖引玉的作用。以数据库AdventureWorks的Person.Address表为例。一、建好框架prj 表示层,这里用的是winForm.prjBLL 业务逻辑层,当然是类库PrjDAL 数据访问层,当然是类库啦PrjModel 模型层,当然也是类库啦二、展开三、以上结构...
分类:Windows程序   时间:2014-06-07 17:04:55    阅读次数:509
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!