自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (15)
  • 收藏
  • 关注

空空如也

深入REACT技术栈

全面讲述React技术栈的第一本原创图书,pure render专栏主创倾力打造, 覆盖React、Flux、Redux及可视化,帮助开发者在实践中深入理解技术和源码, 前端组件化主流解决方案,一本书玩转React“全家桶”, 本书讲解了非常多的内容,不仅介绍了面向普通用户的API、应用架构和周边工具,还深入介绍了底层实现。此外,本书非常重视实战,每一节都有实际的例子,细节丰富。我从这本书里学到了很多东西,强烈推荐!, ——阮一峰,蚂蚁金服技术专家,国内技术圈知名博主,《ES 6标准入门(第2版)》作者, React从诞生起就颠覆了诸多传统前端开发的“铁律”,这种破旧立新开启了前端开发全新的时代。它的用法和理念,代表了现在和未来几年前端技术的潮流风向。如果不想落伍,最好进行系统学习。实践出真知,从牛人的实践中收获自己的真知,恐怕是最好的捷径。这是我看到的第一本React中文原创著作,读来倍感亲切。, ——张克军,豆瓣前端专家,国内技术圈知名博主,前端布道师, 本书内容翔实,一扫“文档说明书”之风,有大量作者的实战经验。由浅入深,无论你是 React 初学者,还是进阶人士,本书都值得一读!, ——寸志,陆金所前端架构师,《前端外刊评论》发起人, 本书从几个维度去介绍 React。一是作为 View 库,它怎么实现组件化,以及它背后的实现原理。二是扩展到 Flux 应用架构及重要的衍生品 Redux,它们怎么与 React 结合做应用开发。三是对 React 与 server 的碰撞产生的一些思考。四是讲述它在可视化方面的优势与劣势。, 本书适合有一定经验的前端开发人员阅读。, 陈屹, 前端架构师,就职于阿里巴巴。热衷开源事业,长年专注于前端架构、数据可视化、Node.js等领域,知乎专栏pure render的创办人。

2017-10-31

PHP与MYSQL权威指南

PHPChina官方出品,Discuz!创始人戴志康、UCHome创始人李国德、ThinkPHP创始人刘晨、PHPCMS项目负责人王参加等联袂推荐。, 本书是目前为止最全面的关于PHP与MySQL开发技术的书籍之一,系统而全面地讲解了PHP与MySQL技术的方方面面,适合初中级的PHP程序员系统地学习;本书也是目前为止首本系统而深入地讲解UCenter、Discuz!、UCHome、ShopNC、PHPCMS等PHP产品的二次开发技术的著作,适合有一定开发经验、需要学习PHP二次开发技术的中高级程序员。, 全书分为五个部分:第一部分首先介绍了PHP最常用的服务器Apache的工作原理和使用方法,然后逐步介绍了PHP与MySQL开发环境在Windows和Linux系统下的搭建;第二部分系统地讲解了PHP的语法特性,第三部分详细地阐述了MySQL的基本使用方法和技巧,掌握了这两部分的内容,即掌握了PHP与MySQL开发所必须具备的所有基础知识;第四部分以实际项目案例的方式对UCenter、Discuz!、UCHome、ShopNC、PHPCMS等PHP产品的二次开发技术进行了深入的讲解;第五部分是附录,收录了UCenter、Discuz!、UCHome、ShopNC、PHPCMS等产品的数据字典,可供读者开发时查阅。

2017-10-31

Jenkins 入门总结 pdf

在网上貌似没有找到 Jenkins 的中文的太多的文档,有 的都是关于 Hudson 的一些零零散 散的,所以自己边学习边实践总结了以下系列文章,希望有助于大家对于 Jenkins 的使用。 本系列文章是基于我 3 年多的 SCM+build release 经验,总结了最常用的最基本功能,文 章基本上来自于 Jenkins 官方网站的英文帮助的翻译和实际的例子和操作的截图,让大家 能够快速直观 地学习 Jenkins。

2017-10-31

Professional iOS Network Programming 2013

Learn to develop iPhone and iPad applications for networked enterprise environments The iPhone and iPad have made a powerful impact on the business world. Developers creating iOS apps for the enterprise face unique challenges involving networking, system integration, security, and device management. This Wrox guide provides everything you need to know to write iOS apps that integrate with enterprise network resources, providing options for networking iOS devices to enterprise systems and to each other. Offers a complete compendium of methods and techniques for networked communication between iOS applications and other platforms and devices Includes instruction on incorporating synchronous and asynchronous HTTP requests, security, communication issues, and more Covers payload handling, network security, GameKit and Bonjour communications, and low-level network communications Professional iOS Network Programming focuses on the networking aspects of iOS and its relationship to remote data sources, offering a truly unique approach

2013-08-29

Image Alignment and Stitching:A Tutorial

This tutorial reviews image alignment and image stitching algorithms. Image alignment algorithms can discover the correspondence relationships among images with varying degrees of overlap. They are ideally suited for applications such as video stabilization, summarization, and the creation of panoramic photographs. Image stitching algorithms take the alignment estimates produced by such registration algorithms and blend the images in a seamless manner, taking care to deal with potential problems such as blurring or ghosting caused by parallax and scene movement as well as varying image exposures. This tutorial reviews the basic motion models underlying alignment and stitching algorithms, describes effective direct (pixel-based) and feature- based alignment algorithms, and describes blending algorithms used to produce seamless mosaics. It closes with a discussion of open research problems in the area.

2013-06-14

Computer Vision A Modern Approach 2nd Edition

Computer Vision A Modern Approach 2nd Edition pdf 以及Berkeley大学的教学ppt

2013-06-14

Pro android games and SourceCode

Pro android games and SourceCode

2012-10-23

Pro Android Apps Performance Optimization

Pro Android Apps Performance Optimization 包括源码

2012-10-23

网上搜集的腾讯往年笔试面试题

网上搜集的腾讯笔试面试题集,对于找工作有些指导作用。

2009-10-17

网上搜集的百度笔试题

网上搜集的百度笔试题,对笔试百度有些指导意义

2009-10-17

gloox_s60_symbian

使用Open c和C++插件,移植到S60 3rd的gloox库,在手机和模拟器上测试通过。 可以使用该库在诺基亚S60 3rd手机上开发IM。

2008-12-23

gloox-1.0-beta3

gloox 是一个使用 C++ 实现的 Jabber/XMPP 的底层库(非界面),它使开发XMPP/JABBER客户端更为简单,并且可以让各种程序方便的嵌入XMPP的支持。它使用 GNU GPL 授权,也支持商业授权 0.9版主要支持以下功能 - full MUC support - file transfer (XEPs 0065, 0095, 0096) - XPath support - HTTP and SOCKS5 proxy support

2008-12-23

symbian泡泡龙游戏源码

基于symbian的泡泡龙游戏源码,能连接网络,对战

2008-11-13

S60 3rd加速度感应器的应用

这是一个介绍S60 3rd里面的加速度感应器的一个好例子,通过手机里面内嵌的加速度感应器来控制小球的运动,在N95上测试没问题

2008-08-01

SymbianSTL源码

移植到symbian里面的STL,包括编译后的dll以及源代码

2008-07-31

空空如也

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

TA关注的人

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