E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
fundamentals
【原创】Windows® Embedded CE 6.0
Fundamentals
读书笔记_Chapter 10
Chapter 10 这一章是最后本书的最后一章,主要介绍了WinCE系统的测试,作为一个整体系统,在出厂前的测试是必须的,MS的工程师为我们测 试方便,提供了一套比较完整的测试体系,也就是文中所描述的CETK,接下来我们来看看。先我们看一些单词。//-----------------------potentialextensiblestress-testingsc
·
2015-11-13 12:52
windows
【原创】Windows® Embedded CE 6.0
Fundamentals
读书笔记_Chapter 9
Chapter 9 第九章主要是介绍关于应用程序开发的一章。这一章比较适合应用层开发的人员来了解如何基于wince6.0开发应用层程序,首先我 们还是先看一些单词//========================approachesmanagedIntermediate Language (IL)Base Class Libraries (BCL)Executio
·
2015-11-13 12:51
windows
【原创】Windows® Embedded CE 6.0
Fundamentals
读书笔记_Chapter 8
Chapter 8 这一章将会介绍一个完整的基于WINCE项目开发的过程模拟,也就是在整个项目开发中会遇到的一些事情。内容很多。我们按照文章 的顺序逐一介绍下去。首先我们还是来看一些单词//--------------------------separatedintermediatephase approachconsists ofaccuratelydetermi
·
2015-11-13 12:50
windows
【原创】Windows® Embedded CE 6.0
Fundamentals
读书笔记_Chapter 7
Chapter 7 这一章主要介绍操作系统的启动流程,相对前面几章理解上稍微简单一些。 首先还是一些单词 //============单词============== components manufacturer presence preliminary preparation implementation prepare table of contents (
·
2015-11-13 12:49
windows
【原创】Windows® Embedded CE 6.0
Fundamentals
读书笔记_Chapter 6
Chapter6 今天我们乘热打铁,继续把第六章驱动结构来一起读一下。首先还是一些单词。在这一章中也有一些比较关键的词值得大家注意的。 //----------------- regardless perspective formalize Hybrid Monolithic Graphics, Windowing, and Events Subsyst
·
2015-11-13 12:48
windows
【原创】Windows® Embedded CE 6.0
Fundamentals
读书笔记_Chapter 5
chapter 5 这一章是非常重要的一章。介绍关于BSP的内容,我们马上开始学习。首先还是一些单词。 //========================== determines implementation obtain labor-intensive Mandatory separate infrastructure compatible
·
2015-11-13 12:47
windows
【原创】Windows® Embedded CE 6.0
Fundamentals
读书笔记_Chapter 4
chapter 4 老规矩,一些词汇 //================================= unifed integrated composed initiate ultimately separated monolithic subsequent hierarchy corresponds implementation a
·
2015-11-13 12:47
windows
【原创】Windows® Embedded CE 6.0
Fundamentals
读书笔记_Chapter 3
chapter 3 先来看一些词汇 //=============每日学习================ //这章里面有一些比较重要的名词 componentized preemptive multitasking predetermined interacts implementation periphery performs refe
·
2015-11-13 12:46
windows
【原创】Windows® Embedded CE 6.0
Fundamentals
读书笔记_Chapter 2
chapter 2 继续一些词汇,可能会与上次的有些重复,当复习了。 //===========词汇如下=========== //先看看。翻译在下面 substantially IntelliSense numerous command-prompt prompts indicating confirm remote prior portion
·
2015-11-13 12:45
windows
【原创】Windows® Embedded CE 6.0
Fundamentals
读书笔记_Chapter 1
前记 以下文字均为个人阅读Windows® Embedded CE 6.0
Fundamentals
时的一些mark。 因为是全E文的。估计大多数人都没看完。。。汗。
·
2015-11-13 12:44
windows
【原创】关于wince OS开发面试问题的总结系列之Bootloader
《Windows®Embedded CE 6.0
Fundamentals
》 4.http://www.cnblogs.com/we-hjb/ HJB的WinCE blog 前序: 自从2
·
2015-11-13 12:34
loader
扫描探针显微术入门(1)
Mironov 的“
Fundamentals
of scanning probe microscopy”。
·
2015-11-13 10:23
入门
Content Networking - 1.3.Purpose and Goals
读书笔记: 《Content Networking
Fundamentals
》 在生活的各个方面,需求导致新的创造和发明,网络计算也是一样,它的发展伴随着不断增长的用户需求:更加丰富的内容
·
2015-11-13 07:02
NetWork
Content Networking - 1.1 概念
读书笔记: 《Content Networking
Fundamentals
》 从下面的内容里面,我感觉Content Networking总的概念就是,对于传统的基于包交换的网络,传输层是完全内容无关的
·
2015-11-13 07:01
NetWork
Android开发学习笔记(二)——编译和运行原理(2)
在阅读了SDK文档中“Application
Fundamentals
”一篇的内容后,根据自己的理解绘制了下面的示意图:
·
2015-11-13 03:32
Android开发
Application
Fundamentals
(2/n)
1. Activities and Tasks 1.2 Affinities and new tasks默认情况下,在一个程序中的所有activity都在一个affinity中,这个也使这些activity属于同一个task。但是我们可以在<activity>标签中设置taskAffinity属性来为每一个activity指定一个单独的affinity。不同的应用程序的activ
·
2015-11-12 22:17
application
Application
Fundamentals
(1/n)
Android程序是利用Java语言来开发的。编译完成的java代码、数据和资源文件是通过一个叫做aapt的工具进行打包,打包之后会生成一个.apk文件。最终用户可以将.apk文件安装在Android手机上; 一般情况下,一个.apk文件就被称为一个应用程序。 每一个Android应用程序都是运行在一个独立环境中的,这体现在很多方面:* 默认情况下,每一个Android应用程序都是运行在它自己的
·
2015-11-12 22:16
application
Diet and Acne - The Truth
It's important that you understand these
fundamentals
before you learn the treatment.
·
2015-11-12 20:08
IE
【整理】小布老师 Oracle 9i
Fundamentals
I
本文内容来自:http://www.boobooke.com 第01讲:Chapter 01--Oracle Architectural Components第02讲:Chapter 01--Oracle Architectural Components第03讲:Chapter 01--Oracle Architectural Components第04讲:Chapter 01--Oracle
·
2015-11-12 20:57
oracle
【整理】小布老师 ORACLE 9i
Fundamentals
II
本文内容来自:http://www.boobooke.com 第01讲:Chapter 01--Networking Overivew第02讲:Chapter 01--Networking Overivew第03讲:Chapter 02--Oracle Net Architecture第04讲:Chapter 02--Oracle Net Arch
·
2015-11-12 20:56
oracle
Chapter1 Framework
Fundamentals
框架的基本原理
Lesson1 Using Value Types ---- 值类型的使用 主要内容: a.基本的内建值类型 b.如何声明 c.如何自定义值类型 以下为一个Struct类型声明的例子: // C# struct Cycle { // Private fields int _val, _min, _max;
·
2015-11-12 19:25
framework
Android开发学习笔记(二)——编译和运行原理(2)
在阅读了SDK文档中“Application
Fundamentals
”一篇的内容后,根据自己的理解绘制了下面的示意图
·
2015-11-12 15:54
Android开发
[Machine Learning] Probabilistic Graphical Models:二、Bayes Network
Fundamentals
(1、Semantics & Factorization
一、How to construct the dependency? 1、首字母即随机变量名称 2、I->G是更加复杂的模型,但Bayes里不考虑,因为Bayes只是无环图。 3、CPD = conditional probability distribution。图中的每一个点都是一个CPD,这里5个点,就有五个CPD。 二、Chain Rule for Bayesian N
·
2015-11-12 13:53
learning
machine
django--模板
reference: http://www.djangobook.com/en/2.0/chapter04.html Those are the
fundamentals
of using the Django
·
2015-11-12 11:02
django
jQuery笔记
com/book/jQuery/ jQuery代码规范:http://bbs.html5cn.org/thread-86001-1-1.html jQuery教程学习网:http://jq
fundamentals
.com
·
2015-11-11 19:30
jquery
Application
Fundamentals
应用基础
Application
Fundamentals
应用基础 Android applications are written in the Java programming language.
·
2015-11-11 18:04
application
C++primer学习笔记(二)——Chapter 4
4.1
Fundamentals
1.Basic Concepts (1)操作符分为一元,二元或者三元操作符; (2)复杂的表达式中含有很多操作符时:  
·
2015-11-11 17:10
学习笔记
《android开发指南中文版》阅读笔记
感谢http://blog.csdn.net/iefreer的翻译~ Application
Fundamentals
1、(资源编译器)aapt工具将编译后的Java代码和其他所需数据、资源文件一起打包成
·
2015-11-11 14:12
Android开发
茗洋--ASP.NET MVC4 IN ACTION 教程目录
; ASP.NET MVC4 IN ACTION学习笔记-第一波 [hello mvc world] ASP.NET MVC4 IN ACTION学习笔记-第二波 [view
fundamentals
·
2015-11-11 12:53
asp.net
ASP.NET MVC4 IN ACTION学习笔记-第二波
ASPNET MVC4 视图基础(Views
fundamentals
) --忽然发现我的时间不够了,但是我还是完成了 原著:ASP.NET MVC 4 IN ACTION 本人能力有限,尽量将书中的知识浓缩去讲
·
2015-11-11 12:52
asp.net
ASP.NET MVC4 IN ACTION学习笔记-第二波
ASPNET MVC4 视图基础(Views
fundamentals
) --忽然发现我的时间不够了,但是我还是完成了 原著:ASP.NET MVC 4 IN ACTION 本人能力有限,尽量将书中的知识浓缩去讲
·
2015-11-11 12:08
asp.net
Andriod(3)——Understanding Android Resources
Now, we will follow that introduction with an in-depth look at Android SDK
fundamentals
and cover resources
·
2015-11-11 11:08
resource
HTML基础
Fundamentals
of HTML <head>:html tag的第一大项,里面用来放<meta><title><link><script
·
2015-11-11 10:16
html
ASP.NET MVC4 IN ACTION学习笔记-第二波
ASPNET MVC4 视图基础(Views
fundamentals
) --忽然发现我的时间不够了,但是我还是完成了 原著:ASP.NET MVC 4 IN ACTION 本人能力有限,尽量将书中的知识浓缩去讲
·
2015-11-11 07:24
asp.net
onSaveInstanceState和onRestoreInstanceState触发的时机
先看Application
Fundamentals
上的一段话: Android calls onSaveInstanceState() before the activity
·
2015-11-11 02:26
读书笔记-HBase in Action-第一部分 HBase
fundamentals
新项目准备上HBase。HBase眼下由组里某牛负责。本着学会 使用 HBase的目标,先阅读下HBase in Action,一共十章组织成三部分,须要学习的内容包含HBase基本实现原理,用法,Schema设计原则和实战等。借用Michael Stack(HBase Chair)的话,“At a highlevel, HBase is like theatomic bomb. Its bas
·
2015-11-11 02:50
action
茗洋--ASP.NET MVC4 IN ACTION 教程目录
; ASP.NET MVC4 IN ACTION学习笔记-第一波 [hello mvc world] ASP.NET MVC4 IN ACTION学习笔记-第二波 [view
fundamentals
·
2015-11-11 00:53
asp.net
Learning NFS/NIS 2nd 读书笔记-Chapter1 Network
Fundamentals
Learning NFS NIS 2nd Edition Notes 1. 七层模型,见附件1 从附件1的图上可以看到,我们之前看到的不同的网络都是体现在Data Link层上的,比如Ethernet,或是令牌网,或是X.25这样的网络,和物理层没有关系,物理层只是传输介质的不同,比如令牌网也可以跑在五类双 绞线上。往后会看到,因为Data Link担负着填充MAC地址,将数据按pac
·
2015-11-10 23:02
NetWork
我的VisualStudio工具箱
, 很多很多的快捷键支持.相比较原生VS的,VS的智能功能简直弱爆了. dimecasts专门推出了一系列视频来介绍此工具(点击此处可查看). pluralsight上有详细的教程ReSharper
Fundamentals
·
2015-11-09 12:26
IO
Fundamentals
of Test Automation测试自动化的基础
It is a mistake to assume that test automation is simply the capture and replay of a manual test process. In fact, automation is fundamentally different from manual testing:there are completely differ
·
2015-11-08 16:09
automation
第20天android:《android从零开始》视频(8-9)
v:verbose,d:debug,i:info,w:warn,e:error 2.activity的生命周期 官方文档位置:docs/guide/topics/
fundamentals
/activities.ht
·
2015-11-08 15:45
android
jQuery-强大的jQuery选择器 (详解)
www.cnblogs.com/hulang/archive/2011/01/12/1933771.html http://www.ruanyifeng.com/blog/2011/07/jquery_
fundamentals
.html
·
2015-11-08 10:25
jquery选择器
理解数据点,自变量和因变量(参数和值)ChartControl
WinForms Controls > Controls > Chart Control >
Fundamentals
·
2015-11-07 14:56
chart
Pivot Table 概念介绍
Excel Pivot Table
Fundamentals
I won't try and hide the fact from you that I am a big fan
·
2015-11-07 13:40
table
Android开发者指南(4) —— Application
Fundamentals
前言 本章内容为开发者指南(Dev Guide)/Framework Topics/Application
Fundamentals
,版本为Android2.3 r1,翻译转载并整理自译言
·
2015-11-07 12:02
application
C# 类型基础
原文:http://www.tracefact.net/CSharp-Programming/Type-
Fundamentals
.aspx C# 类型基础 引言 本文之初的目的是讲述设计模式中的 Prototype
·
2015-11-06 08:45
C#
Service Station: WCF Messaging
Fundamentals
-- MSDN Magazine, April 2007
WCF Messaging
Fundamentals
Explore the code. Download the code.
·
2015-11-06 07:35
service
CRM基础教程
《CRM基础教程》基本信息原书名:CRM
Fundamentals
作者: (美)科斯托强(Kostojohn,S.) (美)约翰逊(Johnson,M.) (美)保伦(Paulen,B.)
·
2015-11-05 08:01
基础
每日一个机器学习算法——adaboost
My education in the
fundamentals
of machine learning has mainly come from Andrew Ng’s excellent Coursera
·
2015-11-05 08:30
boost
Android
Fundamentals
: Working With Content Providers
tutorials/android/android-sdk_content-providers/ This entry is part 1 of 7 in the series Android
Fundamentals
·
2015-11-02 18:12
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他