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
【译】jquery基础教程(jquery
fundamentals
)——(第六部分)Jquery效果
Jquery 基础教程 &nbs
·
2015-11-02 17:48
jquery
【译】jquery基础教程(jquery
fundamentals
)——(第五部分)Jquery事件
Jquery 基础教程 &
·
2015-11-02 17:47
jquery
【译】jquery基础教程(jQuery
Fundamentals
)——(第三部分)jquery基础
Jquery 基础教程
·
2015-11-02 17:46
jquery
【译】jquery基础教程(jquery
fundamentals
)——(第四部分)jquery核心
Jquery 基础教程 &
·
2015-11-02 17:46
jquery
【译】jquery基础教程(jQuery
Fundamentals
)——(第二部分)javascript基础
Jquery 基础教程
·
2015-11-02 17:45
JavaScript
【译】jquery基础教程(jQuery
Fundamentals
)——(第一部分)概述
以前的一个项目中用到jquery,有朋友推荐jquery
fundamentals
当时学习了下,感觉还不错,断断续续的翻译了一些片段,以供项目组中同事参考。
·
2015-11-02 17:44
jquery
Windows Embedded CE 6.0
Fundamentals
今天在这里给大家介绍一本Windows Embedded CE6.0 的经典好书,《Windows Embedded CE 6.0
Fundamentals
》。
·
2015-11-02 14:29
windows
推荐一本深入Windows Embedded CE的入门书
这本书叫《Windows Embedded CE 6.0
Fundamentals
》,你也可以从这里看在线的。刚来微软时,马宁推荐了这本书给我,之前看过书名并没放在心上,仔细一看发现确实不错。
·
2015-11-02 14:16
windows
Android开发指南(39) —— Testing
Fundamentals
前言 本章内容为Android开发者指南的Framework Topics/Testing/Testing
Fundamentals
章节,版本为Android 4.0 r1,翻译来自
·
2015-11-02 14:30
Android开发
用户界面设计10原则
原文标题:10 User Interface Design
Fundamentals
原文地址:http://carsonified.com/blog/design/10-user-interface-design-
fundamentals
·
2015-11-02 13:56
界面设计
谷歌Web中国开发手册:1目的&夹
原版的:https://developers.google.com/web/
fundamentals
/getting-started/your-first-multi-screen-site/ 该网站的第一个多屏幕适配
·
2015-11-02 13:12
Web
【Android Api 翻译1】Android Texting(2)Testing
Fundamentals
测试基础篇
Testing
Fundamentals
The Android testing framework, an integral part of the development environment
·
2015-11-02 13:39
android
【数据清洗】2013-数据质量及数据清洗方法
、 数据模型、业务规则、元数据和参考数据进行有关存在性、完整性、质量及归档的测量标准; 2)数据完整性准则(Data integrity
fundamentals
·
2015-11-02 12:56
方法
[Xamarin] 透過 IsolatedStorageFile儲存資料(转帖)
開發手機App通常都會遇到想要儲存資料的,舉個例來說,像是 (圖片來源:http://docs.xamarin.com/guides/android/application_
fundamentals
·
2015-11-02 11:03
File
[Xamarin] 開啟另外一個Activity 並且帶資料 (转帖)
最好事先了解一下,Android 關於生命週期的規劃 關於Activity 的生命週期可以參考這篇 http://docs.xamarin.com/guides/android/application_
fundamentals
·
2015-11-02 11:02
Activity
Design and Analysis of Algorithms_
Fundamentals
of the Analysis of Algorithm Efficiency
I collect and make up this pseudocode from the book: <<Introduction to the Design and Analysis of Algorithms_Second Edition>> _ Anany LevitinNote that throughout the paper, we assume that
·
2015-11-01 16:49
algorithms
Cocoa如何应用设计模式
原文地址: http://www.apple.com.cn/developer/mac/library/documentation/Cocoa/Conceptual/Cocoa
Fundamentals
·
2015-11-01 14:58
cocoa
mvcframeworkProgramming ASP.NET MVC-
Fundamentals
of ASP.NET MVC(四)Controller
在写这篇文章之前,xxx已经写过了几篇关于改mvcframework主题的文章,想要了解的朋友可以去翻一下之前的文章 在asp.net mvc的架构里,controller用来响应用户的输入,同时协调view和model以及数据访问层。contorll
·
2015-11-01 14:02
programming
SQL查询和编程基础
www.cnblogs.com/Jolinson/p/3552786.html 这里的摘抄来自《Microsoft SQL Server 2008技术内幕:T-SQL语言基础》,书中用到的案例数据库是这个 TSQL
Fundamentals
2008
·
2015-11-01 11:32
sql
PLL/DLL/DCM
Fundamentals
PLL
Fundamentals
PLL circuits monitor a reference signal, such as a system clock, to manage or synthesize
·
2015-11-01 10:23
dll
Flash Player 和 Adobe AIR 垃圾收集内部机制
转自:http://www.adobe.com/cn/devnet/actionscript/learning/as3-
fundamentals
/garbage-collection.html 所有应用程序都需要管理内存
·
2015-11-01 09:48
Flash
The
Fundamentals
of the SQL Server 2005 XML Datatype
The
Fundamentals
of the SQL Server 2005 XML DatatypeBy Jeffrey Juday Have you ever wanted
·
2015-11-01 08:38
sql server 2005
程序猿的相关
Javascript jQuery
Fundamentals
- jQuery 新手教程。
·
2015-10-31 13:56
程序猿
内联表值函数FUNCTION
创建一个内联表值函数: 1 USE TSQL
Fundamentals
2008; 2 IF OBJECT_ID('dbo.fn_GetCustOrders') IS NOT NULL 3
·
2015-10-31 12:03
function
视图
创建视图: 1 USE TSQL
Fundamentals
2008; 2 IF OBJECT_ID('Sales.USACusts') IS NOT NULL 3 DROP VIEW Sales.USACusts
·
2015-10-31 12:02
视图
Mac OS X内核编程,MAC驱动开发资源汇总
Mac OS X内核编程开发 官方文档: I/O Kit
Fundamentals
: I/O Kit基础 - Mac OS X系统内核编程 https://developer.apple.com
·
2015-10-31 12:07
Mac OS X
about backbone
addyosmani.github.io/backbone-
fundamentals
/ http://www.cnblogs.com/hiddenfox/archive/2012/08
·
2015-10-31 11:30
backbone
免费下载:Inside the SQL Server Query Optimizer(查询优化器内幕)
This book will take you from the
fundamentals
of Statistics, Cost Estimation, Index Selection, and
·
2015-10-31 11:16
SQL Server
【Android Api 翻译3】android api 完整翻译之Application
Fundamentals
(学习android必须知道的)
Android应用程序是用Java编程语言编写的。Android SDK工具把应用程序的代码、数据和资源文件一起编译到一个Android程序包中(这个程序包是以.apk为后缀的归档文件),一个Android应用程序就是一个单独.apk文件中的所有内容,并且Android设备使用这个文件来安装应用程序。 安装在设备上的每个Android应用程序都生活在它们自己的安全沙箱中: 1.
·
2015-10-31 10:53
application
net软件测试实战技术大全
.Net Testing Guide
Fundamentals
, Tools and practices .net 软件测试基础篇 1.
·
2015-10-31 10:58
软件测试
1.1 Application
Fundamentals
- 应用原理
Android应用是使用Java编程语言编写的。Android SDK工具把代码、资源和数据文件编译为一个Android包,这是一个有.apk后缀的压缩文件。一个单独的.apk文件里包含所有的代码,这被当作一个应用,而且这个.apk文件是Android设备用来安装应用的文件。  
·
2015-10-31 10:25
application
微软发布PDF资料:Windows的TCP/IP原理
查看:TCP/IP
Fundamentals
·
2015-10-31 10:00
windows
802.11 wireless 七
802.11 wireless 7Wireless
Fundamentals
: End-to-EndDiscovering the NetworkGetting ConnectClients in Cells
·
2015-10-31 10:36
less
Flex Framework
Fundamentals
最近看时学习Flex应用,开始对Flex和Flash的关系有些模糊,读了Oreilly的Programming Flex 2才算是明白些,现记下。1、Flex应用程序的生命周期Flex应用就其根本上讲就是Flash应用,只不过其是基于Flex Framework(由ActionScript写就)开发的。Flex应用程序的根对象的是SystemManager(不是我们在flex应用上看到的Appli
·
2015-10-31 10:46
framework
Mongodb FAQ
fundamentals
(基础篇)
Mongodb FAQ(基础篇),是官方文档的翻译。如有翻译不到之处,还请谅解。 1、Mongdb是什么数据库? mongodb是一个面向文档(document)的数据库,既不支持表连接,也不支持事务。主从复制,故障自动转移,内建的水平扩展是mongodb的几个主要特性。同时还支持二级索引,表达式查询语言,基于文档的原子写操作,一致性读取。 2、Mongdb有表吗? mon
·
2015-10-31 09:09
mongodb
Android开发指南中文版(二)Application
Fundamentals
应用程序基本原理 Android应用程序是由Java编程语言写成的。Android的SDK工具编译的Java代码,包括:所有数据、资源文件一起放到一个扩展名为.apk文件里。一个完整的.apk文件被看成是一个应用程序,并能安装到android设备上的应用程序安装文件。 一旦安装到设备中,每一个Android应用都生存在她自己的安全沙箱里: Android操作系统是一个多用户的
·
2015-10-31 09:51
application
Microsoft .NET Framework 2.0 Application Development Foundation 翻译系列2(第一章:框架基本原理)
Chapter 1: Framework
Fundamentals
第一章:框架基本原理 Overview概述 The .NET Framework is an integral
·
2015-10-31 09:50
application
关于MCTS 70-571考试资料的收集
基础资料: 1.必读书籍下载pdf版本 Windows Embedded CE 6.0
Fundamentals
2.官方介绍网站 http://www.microsoft.com/learning
·
2015-10-31 09:50
c
Fragment
待续//参考/reference/android/app/Fragment.html /guide/topics/
fundamentals
/fragments.html Fragment
·
2015-10-31 09:45
Fragment
Application
Fundamentals
-Components
Android applications are written in the Java programming language. The Android SDK tools compile the code—along with any data and resource files—into an Android package, an archive file with an&n
·
2015-10-31 09:37
application
PL/SQL Pragmatic Tutorials (Language
Fundamentals
) -- 块
PL/SQL 作为 SQL 语言的扩展,主要是为了弥补 4GL 语言过程控制能力太差。它将 3GL 的过程性与 4GL 的灵活性融为一体。这里的语言基础也主要涉及 PL/SQL 中的 3GL 特性。 PL/SQL 的过程化结构将分别详述。 &nb
·
2015-10-31 08:20
language
14、XAML Popup
1、Popup
Fundamentals
: 基本的 Popup。
·
2015-10-31 08:47
UP
Andriod生命周期
Andriod生命周期 http://developer.android.com/guide/topics/
fundamentals
/activities.html Managing the Activity
·
2015-10-30 11:57
andriod
Fundamentals
of ATL COM Objects
【
Fundamentals
of ATL COM Objects】 The following illustration depicts the relationship among the various
·
2015-10-30 10:42
object
Why do Antennas Radiate?
Obtaining an intuitive idea for why antennas radiate is helpful in understanding the
fundamentals
of
·
2015-10-28 09:19
ant
silverlight 《Hands-On-Labs》教程系列
Silverlight
Fundamentals
: Basic concepts of Silverlight 2 development [开发的基础] This lab explores the
·
2015-10-28 09:33
silverlight
[导入]Wiley - Visio 2003 Bible [免费下载 经典英文原版书]
Covering both Visio Standard and Visio Professional, this book explains Visio
fundamentals
as well as
·
2015-10-28 09:35
visio
AutoCAD.NET API 最新(2012)教程下载及在线视频教程DevTV 第8讲 用户界面
Overview of .NET( AutoCAD.NET API概览 ) Plugin Basics 插件开发入门 User Interaction (用户交互) Database
fundamentals
·
2015-10-28 09:30
.net
AutoCAD.NET API 最新(2012)教程下载及在线视频教程DevTV 第6讲 InputPoint Monitor
Overview of .NET( AutoCAD.NET API概览 ) Plugin Basics 插件开发入门 User Interaction (用户交互) Database
fundamentals
·
2015-10-28 09:29
Monitor
AutoCAD.NET API 最新(2012)教程下载及在线视频教程DevTV 第7讲 Jigs
Overview of .NET( AutoCAD.NET API概览 ) Plugin Basics 插件开发入门 User Interaction (用户交互) Database
fundamentals
·
2015-10-28 09:29
.net
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他