自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

零下6°的博客

智慧源自于思考

  • 博客(7)
  • 资源 (15)
  • 收藏
  • 关注

原创 原生JS如何更准确的获取CSS样式

getComputedStyle 每个元素的css样式都是在其css样式声明对象 [object CSSStyleDeclaration] 上,可以通过各种方法获取和设置 在使用jquery时,获取元素的css属性可以用 $el.css() 获取,但是,当我们不用jquery这样方便的类库时,我们又要如何获取想要的css属性值 一般而言,我们会想到 element.style 属性,但是经

2017-04-20 11:06:33 516

转载 一张图诠释Git所有命令

一张图诠释Git所有命令

2016-12-02 18:41:37 969

转载 Spring注解解释

Spring注解可以实现快速实例注入,而无需进行繁杂的xml配置。

2016-11-30 23:23:33 232

原创 mvn命令构建项目——参数含义

mvn命令构建项目——参数含义mvn构建项目时,涉及的参数整理

2016-11-30 01:02:53 1227

原创 阿里云maven仓库

阿里云maven仓库

2016-11-22 17:53:55 527

原创 从贪吃蛇小游戏初步学习Tizen Web App

从贪吃蛇小游戏初步学习Tizen Web App开发

2016-11-20 12:51:38 845

原创 Hadoop生态系统简介

概述Hadoop是Apache软件基金会旗下的一个开源分布式计算平台,以Hadoop分布式文件系统(HDFS)和MapReduce(Google MapReduce的开源实现)为核心的Hadoop为用户提供了系统底层细节透明的分布式基础架构。HDFS的高容错性、高伸缩性等优点允许用户将Hadoop部署在低廉的硬件上,形成分布式系统;MapReduce分布式编程模型允许用户在不了解分布式系统底层

2015-11-05 17:23:23 682

jscam.swf生成工具【自调分辨率】

自调分辨率生成jscam.swf文件,详细操作步骤查看readme。【jquery webcam plugin 使用】

2017-11-16

Axure RP 8.0.0.3333

Axure RP是美国Axure Software Solution公司旗舰产品,是一个专业的快速原型设计工具,让负责定义需求和规格、设计功能和界面的专家能够快速创建应用软件或Web网站的线框图、流程图、原型和规格说明文档。作为专业的原型设计工具,它能快速、高效的创建原型,同时支持多人协作设计和版本控制管理

2017-10-17

JavaScript设计模式与开发实践

JavaScript设计模式与开发实践,全面涵盖专门针对javascript的16个设计模式,深入剖析面向对象设计原则、编程技巧以及代码重构,腾讯AlloyTeam出品

2017-03-24

Web Animation using Javascript: Develop & Design

We’ve come a long way since the days of flashing banner ads and scrolling news tickers. Today, the stunning motion design of iOS and Android dramatically improves a user’s experience – instead of detracting from it. The best sites and apps of today leverage animation to improve the feel and intuitiveness of their interfaces. Sites without animation are starting to feel antiquated. This book provides you with a technical foundation to implement animation in a way that’s both visually stunning and programmatically maintainable. Throughout, we consider the balance between enriching a page with motion design while avoiding unnecessary flourishes Readers will learn how to design loading sequences that ensure users stay fully engaged instead of tuning out, how to leverage simple physics principles to make apps respond naturally to users’ input (just like motion behaves in the real world), how to exploit CSS transforms to create rich depth in animations, and how to fully leverage JavaScript animation libraries like Velocity.js to streamline animation programming. From animation performance to theory, we cover everything needed to become a professional web animator. Whether you're a novice or professional web developer, this book is for everyone. Why is all of this so important? Why is it worth your time to become a professional motion designer? For the same reason that designers spend hours perfecting their pages’ font and color combinations, motion designers perfect their animations’ transition and easing combinations: Refined products feel superior. They leave users whispering to themselves, “Wow, this is cool”, right before they turn to a friend and exclaim, “You gotta try this.”We’ve come a long way since the days of flashing banner ads and scrolling news tickers. Today, the stunning motion design of iOS and Android dramatically improves a user’s experience – instead of detracting from it. The best sites and apps of today leverage animation to improve the feel and intuitiveness of their interfaces. Sites without animation are starting to feel antiquated. This book provides you with a technical foundation to implement animation in a way that’s both visually stunning and programmatically maintainable. Throughout, we consider the balance between enriching a page with motion design while avoiding unnecessary flourishes Readers will learn how to design loading sequences that ensure users stay fully engaged instead of tuning out, how to leverage simple physics principles to make apps respond naturally to users’ input (just like motion behaves in the real world), how to exploit CSS transforms to create rich depth in animations, and how to fully leverage JavaScript animation libraries like Velocity.js to streamline animation programming. From animation performance to theory, we cover everything needed to become a professional web animator. Whether you're a novice or professional web developer, this book is for everyone. Why is all of this so important? Why is it worth your time to become a professional motion designer? For the same reason that designers spend hours perfecting their pages’ font and color combinations, motion designers perfect their animations’ transition and easing combinations: Refined products feel superior. They leave users whispering to themselves, “Wow, this is cool”, right before they turn to a friend and exclaim, “You gotta try this.”

2017-03-15

FSCaptureSetup

FSCapture是一款抓屏工具,附带的其他两个小功能:取色器和屏幕放大镜。对抓取的图像提供缩放、旋转、减切、颜色调整等功能。只要点点鼠标就能随心抓取屏幕上的任何东西,拖放支持可以直接从系统、浏览器或其他程序中导入图片。

2016-11-30

myeclipse svn 插件

myeclipse svn 插件

2016-11-28

IKAnalyzer 5.2.1

IKAnalyzer5.2.1根据IKAnalyzer2012FF_u1_custom基础上修改,支持lucence5.x以上版本。 IK Analyzer 是一个开源的,基于java语言开发的轻量级的中文分词工具包。从2006年12月推出1.0版开始, IKAnalyzer已经推出了4个大版本。最初,它是以开源项目Luence为应用主体的,结合词典分词和文法分析算法的中文分词组件。从3.0版本开始,IK发展为面向Java的公用分词组件,独立于Lucene项目,同时提供了对Lucene的默认优化实现。在2012版本中,IK实现了简单的分词歧义排除算法,标志着IK分词器从单纯的词典分词向模拟语义分词衍化。

2016-11-26

CSS Secrets 2015-4

Based on two popular talks from author Lea Verou—including "CSS3 Secrets: 10 things you may not know about CSS"—this practical guide provides intermediate to advanced CSS developers with more than 40 undocumented techniques and tips for using CSS3 to create better websites. The talks that spawned this book have been top-rated by attendees in every conference they were presented, and praised in industry media such as .net magazine. Get information you won’t find in any other book Learn through small, easily digestible chapters Helps you understand CSS more deeply so you can improve your own solutions Apply Lea’s techniques to practically every CSS problem you face Gain tips from a rockstar author who serves as an Invited Expert in W3C’s CSS Working Group

2016-11-03

Markdown语法说明

概述 宗旨 兼容 HTML 特殊字符自动转换 区块元素 段落和换行 标题 区块引用 列表 代码区块 分隔线 区段元素 链接 强调 代码 图片 其它 反斜杠 自动链接 感谢

2016-11-03

Angular权威教程(含源码)

本书是资深全栈工程师的代表性著作,由拥有丰富经验的国内AngularJS技术专家执笔翻译,通俗易懂、全面深入,是学习AngularJS不可错过的经典之作。无论是出于工作需要,还是好奇心的驱使,只要你想彻底理解AngularJS,本书都会让你感到满意。 本书将涵盖AngularJS的如下概念。 双向数据绑定 依赖注入 作用域 控制器 路由 客户端模板 服务 通过XHR实现动态内容 测试 过滤器 定制表单验证 深度测试 定制指令 专业工具 对IE的支持

2016-11-03

Google三大论文英文原版

《The Google File System》 《MapReduce: Simplified Data Processing on Large Clusters》 《Bigtable: A Distributed Storage System for Structured Data》

2015-07-17

TortoiseSVN64位客户端

TortoiseSVN是svn服务在客户端的工具,这个安装包则是适用于64位windows操作系统。

2015-03-11

TortoiseSVN32位客户端

TortoiseSVN是svn项目管理客户端的工具,当前上传的安装文件适用于32位windows操作系统

2015-03-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除