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
techniques
Improve the Design and Flexibility of Your Project with Extreme Programming
Techniques
(Reship)
Test-Driven C# SourcePage From : http://msdn.microsoft.com/msdnmag/issues/04/04/ExtremeProgramming/ Will Stott and James Newkirk This article discusses: A comprehen
·
2015-11-13 14:36
programming
休闲英语:揭秘7招最有效的拍马屁技巧
But studies have also shown that when it’s obvious it can backfire.The following seven
techniques
for
·
2015-11-13 14:00
英语
Eclipse+PHPEclipse+ Subversion+ TortoiseSVN
贴几个有用的链接: Debugging
techniques
for PHP programmers 用 Subversion 构建版本控制环境 PHPEclipse官方站点
·
2015-11-13 14:41
tortoiseSVN
ML | spectral clustering
What's xxx In multivariate statistics and the clustering of data, spectral clustering
techniques
make
·
2015-11-13 14:19
cluster
Pro CSS
Techniques
读书笔记(六)
使用“标准优先”的方法 用 css 构建布局时,最好也是最省心的方法是一开始就使用对网络标准支持良好的浏览器,然后在其他浏览器中进行测试,并在需要的时候使用 hack。到目前为止,开发网站时最好用的浏览器是 Firefox,它不仅渲染引擎精准,而且额外的收获是,你可以充分利用 Chris Pederick 那非常实用的 Web Developer 以及 Firebug 扩展减少多个不眠之夜。
·
2015-11-13 10:46
读书笔记
iOS Core Animation Advanced
Techniques
(四):隐式动画和显式动画
隐式动画 按照我的意思去做,而不是我说的。 -- 埃德娜,辛普森 我们在第一部分讨论了Core Animation除了动画之外可以做到的任何事情。但是动画师Core Animation库一个非常显著的特性。这一章我们来看看它是怎么做到的。具体来说,我们先来讨论框架自动完成的隐式动画(除非你明确禁用了这个功能)。 事务 Core Animation基于一个假设,说屏幕上的任何东西都可以(或者
·
2015-11-13 10:23
animation
iOS Core Animation Advanced
Techniques
(三):专用图层
到目前为止,我们已经探讨过CALayer类了,同时我们也了解到了一些非常有用的绘图和动画功能。但是Core Animation图层不仅仅能作用于图片和颜色而已。本章就会学习其他的一些图层类,进一步扩展使用Core Animation绘图的能力。 CAShapeLayer 在第四章『视觉效果』我们学习到了不使用图片的情况下用CGPath去构造任意形状的阴影。如果我们能用同样的方式创建相同形状的图
·
2015-11-13 10:21
animation
iOS Core Animation Advanced
Techniques
(二):视觉效果和变换
四)视觉效果 嗯,园和椭圆还不错,但如果是带圆角的矩形呢? 我们现在能做到那样了么? 史蒂芬·乔布斯 我们在第三章『图层几何学』中讨论了图层的frame,第二章『寄宿图』则讨论了图层的寄宿图。但是图层不仅仅可以是图片或是颜色的容器;还有一系列内建的特性使得创造美丽优雅的令人深刻的界面元素成为可能。在这一章,我们将会探索一些能够通过使用CALayer属性实现的视觉效果。 圆角
·
2015-11-13 10:21
animation
iOS Core Animation Advanced
Techniques
(一):图层树、寄宿图以及图层几何学
(一)图层的树状结构 巨妖有图层,洋葱也有图层,你有吗?我们都有图层 -- 史莱克 Core Animation其实是一个令人误解的命名。你可能认为它只是用来做动画的,但实际上它是从一个叫做Layer Kit这么一个不怎么和动画有关的名字演变而来,所以做动画这只是Core Animation特性的冰山一角。 Core Animation是一个复合引擎,它的职责就是尽可能快地组合屏幕上不同的可
·
2015-11-13 10:20
animation
AJAX相关知识
aelig;ks/; shorthand for Asynchronous JavaScript and XML)[1] is a group of interrelated web development
techniques
·
2015-11-13 09:58
Ajax
BochsDebug
Tips and
Techniques
8.12.
·
2015-11-13 09:20
debug
iOS Core Animation Advanced
Techniques
(七):高效绘图、图像IO以及图层性能
高效绘图不必要的效率考虑往往是性能问题的万恶之源。 ——William Allan Wulf 在第12章『速度的曲率』我们学习如何用Instruments来诊断Core Animation性能问题。在构建一个iOS app的时候会遇到很多潜在的性能陷阱,但是在本章我们将着眼于有关绘制的性能问题。 软件绘图 术语绘图通常在Core Animation的上下文中指代软件绘图(意即:不由GPU协助
·
2015-11-13 08:42
animation
iOS Core Animation Advanced
Techniques
(五):图层时间和缓冲
图层时间 时间和空间最大的区别在于,时间不能被复用 -- 弗斯特梅里克 在上面两章中,我们探讨了可以用CAAnimation和它的子类实现的多种图层动画。动画的发生是需要持续一段时间的,所以计时对整个概念来说至关重要。在这一章中,我们来看看CAMediaTiming,看看Core Animation是如何跟踪时间的。 CAMediaTiming协议 CAMediaTiming协议定义了在一
·
2015-11-13 08:41
animation
iOS Core Animation Advanced
Techniques
(六): 基于定时器的动画和性能调优
基于定时器的动画 我可以指导你,但是你必须按照我说的做。 -- 骇客帝国 在第10章“缓冲”中,我们研究了CAMediaTimingFunction,它是一个通过控制动画缓冲来模拟物理效果例如加速或者减速来增强现实感的东西,那么如果想更加真实地模拟 物理交互或者实时根据用户输入修改动画改怎么办呢?在这一章中,我们将继续探索一种能够允许我们精确地控制一帧一帧展示的基于定时器的动画。 定时帧
·
2015-11-13 08:41
animation
从垂直居中说开去
Pro CSS
Techniques
读了多一半了,笔记明天继续,今天先说说关于网页内容(文字、图片、容器等)垂直居中的问题。
·
2015-11-13 08:28
垂直居中
Content Networking 读书笔记
Caching
Techniques
for Streaming Media 以前还写过文章,说web渐进下载和流媒体的区别, 说了一大堆,其实现在一想还是没有抓住重点,其实关键还是模式
·
2015-11-13 07:52
NetWork
Handbook of Constraints Programming——Chapter3 Constraint Propagation-Background
Constraint reasoning involves various types of
techniques
to tackle the inherent intractability
·
2015-11-13 07:08
programming
Handbook of Constraints Programming——Chapter4 Backtracking Search Algorithms-Preliminaries
There are three main algorithmic
techniques
for solving constraint satisfaction problems: backtracking
·
2015-11-13 07:06
programming
android 高效显示Bitmap - 开发文档翻译
那么均为原创,转贴请注明本博客链接链接 Displaying Bitmaps Efficiently 高效显示Bitmap Learn how to use common
techniques
·
2015-11-13 06:03
android
MMORPG programming in Silverlight Tutorial (7)Perfect animation
In the last 6 chapters, we cover many
techniques
, including the object moving from
·
2015-11-13 05:11
silverlight
The description of GameHall and my program experience for interview
It cost me one and a half month to finish it.The primary
techniques
are:1st base on C# TCP Socket asynchronism
·
2015-11-13 05:33
interview
英语科技论文写作——Method and Methodology
A Method: This refers to the tools of data collection –
techniques
such as interviews and questionnaires
·
2015-11-13 05:38
method
How a C++ compiler implements exception handling
It provides a very good alternative to traditional
techniques
of error handling
·
2015-11-13 02:27
exception
iOS Wow体验 - 第七章 - 操作图例与触屏人机工学
本文是《iOS Wow Factor:Apps and UX Design
Techniques
for iPhone and iPad》第七章译文精选,其余章节将陆续放出。
·
2015-11-12 23:41
ios
iOS Wow体验 - 第八章 - 易用性与自动化技术
本文是《iOS Wow Factor:Apps and UX Design
Techniques
for iPhone and iPad》第八章译文精选,也是全书译文的最后一篇。
·
2015-11-12 23:40
ios
iOS Wow体验 - 第六章 - 交互模型与创新的产品概念(2)
本文是《iOS Wow Factor:Apps and UX Design
Techniques
for iPhone and iPad》第六章译文精选的第二部分,其余章节将陆续放出。
·
2015-11-12 23:38
ios
iOS Wow体验 - 第四章 - 为应用的上下文环境而设计
本文是《iOS Wow Factor:Apps and UX Design
Techniques
for iPhone and iPad》第四章译文精选,其余章节将陆续放出。
·
2015-11-12 23:38
ios
iOS Wow体验 - 第五章 - 利用iOS技术特性打造最佳体验
本文是《iOS Wow Factor:Apps and UX Design
Techniques
for iPhone and iPad》第五章译文精选,其余章节将陆续放出。
·
2015-11-12 23:38
ios
iOS Wow体验 - 第六章 - 交互模型与创新的产品概念(1)
本文是《iOS Wow Factor:Apps and UX Design
Techniques
for iPhone and iPad》第六章译文精选,其余章节将陆续放出。
·
2015-11-12 23:37
ios
iOS Wow体验 - 第三章 - 用户体验的差异化策略
本文是《iOS Wow Factor:Apps and UX Design
Techniques
for iPhone and iPad》第三章译文精选,其余章节将陆续放出。
·
2015-11-12 23:36
用户体验
iOS Wow体验 - 第一章 - iOS人机界面设计规范纵览
本文是《iOS Wow Factor:Apps and UX Design
Techniques
for iPhone and iPad》第一章译文精选,其余章节将陆续放出。
·
2015-11-12 23:35
界面设计
iOS Wow体验 - 第二章 - iOS用户体验解析(2)
本文是《iOS Wow Factor:Apps and UX Design
Techniques
for iPhone and iPad》第二章译文精选的第二部分,其余章节将陆续放出。
·
2015-11-12 23:35
用户体验
iOS Wow体验 - 第二章 - iOS用户体验解析(1)
本文是《iOS Wow Factor:Apps and UX Design
Techniques
for iPhone and iPad》第二章译文精选的第一部分,其余章节将陆续放出。
·
2015-11-12 23:33
用户体验
什么是面向对象 英文原版
version of this paper, written in 2003, had several shortcomings, not the least of which was that the
techniques
·
2015-11-12 22:44
面向对象
Presentation from Confidence 2009 available
This presentation describes the basics of SQL, different exploitation
techniques
(inband, out-of-band
·
2015-11-12 18:34
available
Emotional Mastery——英语学习小技巧之一
Some people feel bad or bored, so we have to learn some
techniques
, re
·
2015-11-12 18:22
master
Designing for iOS: Graphics & Performance
designing-for-ios-graphics-performance 【原文】 In the previous article, we explored different
techniques
·
2015-11-12 16:01
performance
Slashdot热点一览
Chinese Students' Cheating
Techniques
- Don't Try at Home http://slashdot.org/articles/06/06/20/136234
·
2015-11-12 16:22
dot
Image editing
techniques
and algorithms using Qt
费了好半天劲先翻译这一点。还有好多地方不明白。先弄明白这一点。继续以后的翻译。 这一篇文章我们将讨论不同的技术和算法来修改图像使用Qt.但是在这之前我们继续你必须知道一些原则处理图片。 这里主要有两种类代表一个图片在qt, QImage 和QPixmap;我们还可以使用QBitmap来处理单色图片。和QPicture 和QPainter绘图命令。 当我们画图片在一个屏幕上时Q
·
2015-11-12 13:25
algorithms
关于更新技术(About Update
Techniques
)
1 Sap的更新的类型在sap中,可以使用CALL FUNCTION ... IN UPDATE TASK将多个数据更新绑定到一个database LUW中。程序使用COMMIT WORK提交修改请求。在sap中将更新分四种类型:1.1 Asynchronous Update(异步更新):在这种情况,调用程序提交事务不需要等待Update Work Process完成数据更新处理。1.2 Upda
·
2015-11-12 13:10
update
x86 Tips and Tricks
The following tips and tricks put some of the
techniques
described above into practice.
·
2015-11-12 13:06
tips
程序设计竞赛问题类型
Programming 贪心 Greedy Complete Search Flood Fill 最短路 Shortest Path 递归搜索技术 Recursive Search
Techniques
·
2015-11-12 12:33
程序设计
C Socket Programming for Linux with a Server and Client Example Code
communicate with each other on a single system through one of the following inter process communication
techniques
·
2015-11-11 17:30
programming
使用ASP.NET发送邮件
IntroductionIn this article we will explore three different and important e-mailing
techniques
; to send
·
2015-11-11 15:11
asp.net
工作流,sharepoint 开发流程
//office.microsoft.com/zh-cn/sharepoint-server-help/HA010172010.aspx Development Tools and
Techniques
·
2015-11-11 14:36
SharePoint
CoreAnimation手记(一)
学习地址:https://github.com/AttackOnDobby/iOS-Core-Animation-Advanced-
Techniques
学习CoreAnimation的第一步是学习CALayer
机器人小雪
·
2015-11-11 14:44
15个非常不错的PHP 组件、工具和教程
原文地址:http://www.goodfav.com/zh/15-useful-php-components-
techniques
-and-tutorials-384.html PHP是一种用于创建动态
·
2015-11-11 14:52
PHP
More Powerful LR Parsers
4.7 More Powerful LR Parsers In this section, we shall extend the previous LR parsing
techniques
to
·
2015-11-11 13:13
parser
ACM知识储备
Direct(简单题),Computational Geometry(计算几何),Number Theory(数论),Combinatorics(组合数学),Search
Techniques
·
2015-11-11 13:47
ACM
Keyboard event handling in .NET applications by Alfred Mirzagitov
下面的文章就实现了应用程序中的键盘处理功能 This article shows several different
techniques
for handling
·
2015-11-11 10:03
application
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他