自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (427)
  • 收藏
  • 关注

原创 使用gulp-load-plugins报错的解决

最近在使用gulp-load-plugins的时候出现了一个错误。 主要配置如下:const gulp = require('gulp')const gulpLoadPlugins = require('gulp-load-plugins')// load all gulp pluginsconst plugins = gulpLoadPlugins()gulp.task('com...

2018-02-08 10:58:46 1705

原创 设置scrollTop无效

刚好遇到这个问题,记录下来。看到别人说的需要设置高度,页面高度已经设置为100%,还是无效,后面发现是页面设置了overflow:hidden导致的,将其去掉或者设置为overflow:visible就好了。

2017-09-04 20:20:08 18816 4

原创 webstorm配置

关闭启动时打开最近一次的项目 关闭检查更新 取消对某个目录(如node_modules目录)的索引 选择该目录,右键,选择Make Directory As -> Excluded。取消自动保存

2017-03-01 09:04:46 559

原创 Express in Action读书笔记

Express in Action读书笔记

2016-06-11 18:48:18 536

原创 Bootstrap3 navbar导航条居中显示

Bootstrap3 navbar导航条居中显示

2016-05-23 10:46:57 22417 1

原创 CSDN资源上传记录(持续更新)

由于在CSDN上面上传了许多资源,每页只能显示6个资源,查看挺不方便的,就建了这篇博文,当做存档了。

2016-02-29 21:26:53 3437

原创 ArcGIS api for JavaScript V3.13 lib&sdk离线部署

ArcGIS api for JavaScript 3.13版本的离线部署和之前版本的相似,注意的是:从3.11版本开始,ESRI采用了更短的路径,去掉了js这一目录层级,之前的版本arcgis_js_api\library\3.13\3.13compact(3.13)\js变成arcgis_js_api\library\3.13\3.13compact(3.13)目录

2015-05-29 22:46:13 2109

Head.First.Android.Development.2nd.Edition.2017.8.pdf

If you have an idea for a killer Android app, this fully revised and updated edition will help you build your first working application in a jiffy. You’ll learn hands-on how to structure your app, design flexible and interactive interfaces, run services in the background, make your app work on various smartphones and tablets, and much more. It’s like having an experienced Android developer sitting right next to you! All you need to get started is some Java know-how.

2017-09-22

TensorFlow.Machine.Learning.Cookbook.2017.2.pdf

TensorFlow is an open source software library for Machine Intelligence. The independent recipes in this book will teach you how to use TensorFlow for complex data computations and will let you dig deeper and gain more insights into your data than ever before. You’ll work through recipes on training models, model evaluation, sentiment analysis, regression analysis, clustering analysis, artificial neural networks, and deep learning – each using Google’s machine learning library TensorFlow. This guide starts with the fundamentals of the TensorFlow library which includes variables, matrices, and various data sources. Moving ahead, you will get hands-on experience with Linear Regression techniques with TensorFlow. The next chapters cover important high-level concepts such as neural networks, CNN, RNN, and NLP. Once you are familiar and comfortable with the TensorFlow ecosystem, the last chapter will show you how to take it to production.

2017-09-08

Thoughtful.Machine.Learning.with.Python.2017.1.pdf

Gain the confidence you need to apply machine learning in your daily work. With this practical guide, author Matthew Kirk shows you how to integrate and test machine learning algorithms in your code, without the academic subtext. Featuring graphs and highlighted code examples throughout, the book features tests with Python’s Numpy, Pandas, Scikit-Learn, and SciPy data science libraries. If you’re a software engineer or business analyst interested in data science, this book will help you:

2017-09-05

Test-Driven.Development.with.Python.2nd.Edition.2017.8.pdf

By taking you through the development of a real web application from beginning to end, the second edition of this hands-on guide demonstrates the practical advantages of test-driven development (TDD) with Python. You’ll learn how to write and run tests before building each part of your app, and then develop the minimum amount of code required to pass those tests. The result? Clean code that works. In the process, you’ll learn the basics of Django, Selenium, Git, jQuery, and Mock, along with current web development techniques. If you’re ready to take your Python skills to the next level, this book—updated for Python 3.6—clearly demonstrates how TDD encourages simple designs and inspires confidence.

2017-08-29

VSCodeSetup-x64-1.15.1.exe

visual studio code x64 v1.15.1

2017-08-22

RxJS.in.Action.2017.7.pdf

RxJS in Action is your guide to building a reactive web UI using RxJS. You’ll begin with an intro to stream-based programming as you explore the power of RxJS through practical examples. With the core concepts in hand, you’ll tackle production techniques like error handling, unit testing, and interacting with frameworks like React and Redux. And because RxJS builds on ideas from the world of functional programming, you’ll even pick up some key FP concepts along the way.

2017-08-21

Streaming.Data.2017.5.pdf

Streaming Data is an idea-rich tutorial that teaches you to think about efficiently interacting with fast-flowing data. Through relevant examples and illustrated use cases, you’ll explore designs for applications that read, analyze, share, and store streaming data. Along the way, you’ll discover the roles of key technologies like Spark, Storm, Kafka, Flink, RabbitMQ, and more. This book offers the perfect balance between big-picture thinking and implementation details.

2017-08-17

CoreOS.in.Action.2017.5.pdf

CoreOS in Action is a clear tutorial for deploying container-based systems on CoreOS Container Linux. Inside, you’ll follow along with examples that teach you to set up CoreOS on both private and cloud systems, and to practice common sense monitoring and upgrade techniques with real code. You’ll also explore important container-aware application designs, including microservices, web, and Big Data examples with real-world use cases to put your learning into perspective.

2017-08-16

Deep.Learning.2017.8.pdf

Although interest in machine learning has reached a high point, lofty expectations often scuttle projects before they get very far. How can machine learning—especially deep neural networks—make a real difference in your organization? This hands-on guide not only provides the most practical information available on the subject, but also helps you get started building efficient deep learning networks. Authors Adam Gibson and Josh Patterson provide theory on deep learning before introducing their open-source Deeplearning4j (DL4J) library for developing production-class workflows. Through real-world examples, you’ll learn methods and strategies for training deep network architectures and running deep learning workflows on Spark and Hadoop with DL4J.

2017-08-14

Swift.Data.Structure.and.Algorithms.2016.11.pdf

Apple’s Swift language has expressive features that are familiar to those working with modern functional languages, but also provides backward support for Objective-C and Apple’s legacy frameworks. These features are attracting many new developers to start creating applications for OS X and iOS using Swift. Designing an application to scale while processing large amounts of data or provide fast and efficient searching can be complex, especially running on mobile devices with limited memory and bandwidth. Learning about best practices and knowing how to select the best data structure and algorithm in Swift is crucial to the success of your application and will help ensure your application is a success. That’s what this book will teach you. Starting at the beginning, this book will cover the basic data structures and Swift types, and introduce asymptotic analysis. You’ll learn about the standard library collections and bridging between Swift and Objective-C collections. You will see how to implement advanced data structures, sort algorithms, work with trees, advanced searching methods, use graphs, and performance and algorithm efficiency. You’ll also see how to choose the perfect algorithm for your problem.

2017-08-08

Java.9.Data.Structures.and.Algorithms.2017.4.pdf

Java 9 Data Structures and Algorithms covers classical, functional, and reactive data structures, giving you the ability to understand computational complexity, solve problems, and write efficient code. This book is based on the Zero Bug Bounce milestone of Java 9. We start off with the basics of algorithms and data structures, helping you understand the fundamentals and measure complexity. From here, we introduce you to concepts such as arrays, linked lists, as well as abstract data types such as stacks and queues. Next, we’ll take you through the basics of functional programming while making sure you get used to thinking recursively.

2017-08-07

PostgreSQL.9.6.High.Performance.2017.5.pdf

Database administrators and developers spend years learning techniques to configure their PostgreSQL database servers for optimal performance, mostly when they encounter performance issues. Scalability and high availability of the database solution is equally important these days. This book will show you how to configure new database installations and optimize existing database server installations using PostgreSQL 9.6. You will start with the basic concepts of database performance, because all successful database applications are destined to eventually run into issues when scaling up their performance. You will not only learn to optimize your database and queries for optimal performance, but also detect the real performance bottlenecks using PostgreSQL tools and some external tools. Next, you will learn how to benchmark your hardware and tune your operating system. Optimize your queries against the database with the help of right indexes, and monitor every layer, ranging from hardware to queries. Moving on, you will see how connection pooling, caching, partitioning, and replication will help you handle increasing database workloads.

2017-08-04

iOS.Animations.by.Tutorials.3rd.Edition.pdf

iOS.Animations.by.Tutorials.3rd.Edition.pdf,随书代码地址:http://download.csdn.net/detail/xinconan1992/9918041

2017-08-02

iOS.Animations.by.Tutorials.3rd.Edition.code.zip

iOS.Animations.by.Tutorials.3rd.Edition随书代码

2017-08-01

WebStorm-2016.2.2.exe

WebStorm-2016.2.2官方安装包

2017-07-31

Practical.Packet.Analysis.3rd.Edition.2017.4.pdf

It’s easy to capture packets with Wireshark, the world’s most popular network sniffer, whether off the wire or from the air. But how do you use those packets to understand what’s happening on your network? Updated to cover Wireshark 2.x, the third edition of Practical Packet Analysis will teach you to make sense of your packet captures so that you can better troubleshoot network problems. You’ll find added coverage of IPv6 and SMTP, a new chapter on the powerful command line packet analyzers tcpdump and TShark, and an appendix on how to read and reference packet values using a packet map.

2017-07-31

Unity.Games.by.Tutorials.2016.12高清.pdf版

随书代码下载地址:http://download.csdn.net/detail/xinconan1992/9915007

2017-07-29

Unity.Games.by.Tutorials.2016.12.code.zip

Unity.Games.by.Tutorials 随书代码

2017-07-29

2D.Apple.Games.by.Tutorials.2016.12.pdf

随书代码下载地址:http://download.csdn.net/detail/xinconan1992/9912421

2017-07-28

2D.Apple.Games.by.Tutorials.2016.12.Code.zip

2D.Apple.Games.by.Tutorials.v2.0 随书代码

2017-07-27

Learning.React.2nd.2018.5.pdf

Learning React A hands-on guide to building web applications using React and Redux

2019-08-11

Fiddler5.0.20192.25091.exe

Fiddler 5.0.20192.25091 版本,是2019新出的一个版本

2019-07-17

Expo_v2.6.4.apk

Expo 2.6.4版本,用于开发React Native必备。 Expo is a developer tool for creating experiences with JavaScript and React Native. Bring your projects to life with interactive gestures and graphics, and try out React Native.

2018-07-12

KeePass-2.38

KeePass-2.38软件,里面包含KeePass的便携版和中文语言文件

2018-01-10

postgresql-10.1-2-windows-x64.exe

postgresql-10.1-2-windows-x64.exe postgresql-10.1-2 64位安装包

2017-12-12

ng-book2-angular-5-r65

Revision 65 - 2017-11-01 Updates the book and code to Angular 5 version angular-5.0.0

2017-11-30

Interactive.Data.Visualization.for.the.Web.2nd.Edition.2017.8.pdf

Create and publish your own interactive data visualization projects on the web—even if you have little or no experience with data visualization or web development. It’s inspiring and fun with this friendly, accessible, and practical hands-on introduction. This fully updated and expanded second edition takes you through the fundamental concepts and methods of D3, the most powerful JavaScript library for expressing data visually in a web browser.

2017-11-08

Cocoa.Programming.for.OS.X.The.Big.Nerd.Ranch.Guide.5th.Edition.0134076958.pdf

Covering the bulk of what you need to know to develop full-featured applications for OS X, this edition is updated for OS X Yosemite (10.10), Xcode 6, and Swift. Written in an engaging tutorial style and class-tested for clarity and accuracy, it is an invaluable resource for any Mac programmer. The authors introduce the two most commonly used Mac developer tools: Xcode and Instruments. They also cover the Swift language, basic application architecture, and the major design patterns of Cocoa. Examples are illustrated with exemplary code, written in the idioms of the Cocoa community, to show you how Mac programs should be written. After reading this book, you will know enough to understand and utilize Apple’s online documentation for your own unique needs. And you will know enough to write your own stylish code.

2017-10-12

Head.First.Agile.2017.9.pdf

It’s an exciting time to be agile! Finally, our industry has found a real, sustainable way to solve problems that have perplexed generations of software developers. Agile not only leads to great results, but teams say they also have a much better time at work. Yet … if agile is so great, why isn’t everyone doing it? It turns out that agile can work well for one team and cause serious problems for another. The difference is team mindset. With this brain-friendly guide, you’ll change the way you think about your projects—for the better!

2017-10-11

Mobile.App.Development.with.Ionic.Revised.Edition.2017.8.pdf

Learn how to build app store-ready hybrid apps with Ionic, the framework built on top of Apache Cordova (formerly PhoneGap) and Angular. This revised guide shows you how to use Ionic’s tools and services to develop apps with HTML, CSS, and TypeScript, rather than rely on platform-specific solutions found in Android, iOS, and Windows Universal.

2017-10-10

arcgis_web_appbuilder_2.5.zip

arcgis_web_appbuilder_2.5.zip Web AppBuilder for ArcGIS (Developer Edition)2.5 MD5:79a0c3f1d9f8a92d30dacbe3ec11c17b

2017-10-09

arcgis_js_v45_api.zip

arcgis_js_v45_api.zip ArcGIS api for JavaScript官方4.5正式版本 MD5:66f4f5853329f9605d211b956eab25eb 对应的sdk地址:http://download.csdn.net/download/xinconan1992/10012310

2017-10-09

arcgis_js_v45_sdk.zip

arcgis_js_v45_sdk.zip ArcGIS api for JavaScript官方sdk离线帮助文档4.5正式版本 MD5:79793be5fa942110c6d2bc142704b630

2017-10-09

arcgis_js_v322_api.zip官方正式版本下载

arcgis_js_v322_api.zip  ArcGIS api for JavaScript官方3.21正式版本 MD5:209e3bb7c5abef5d7cea9886288c854d 对应的sdk地址:http://download.csdn.net/download/xinconan1992/10012224

2017-10-09

arcgis_js_v322_sdk.zip下载

arcgis_js_v322_sdk.zip ArcGIS api for JavaScript官方sdk离线帮助文档3.22正式版本 MD5:180a2ff47d56f8c69ef462cada1f9f8a

2017-10-09

Python.GUI.Programming.Cookbook.2nd.Edition.2017.5.pdf

Python is a multi-domain, interpreted programming language. It is a widely used general-purpose, high-level programming language. It is often used as a scripting language because of its forgiving syntax and compatibility with a wide variety of different eco-systems. Python GUI Programming Cookbook follows a task-based approach to help you create beautiful and very effective GUIs with the least amount of code necessary. This book will guide you through the very basics of creating a fully functional GUI in Python with only a few lines of code. Each and every recipe adds more widgets to the GUIs we are creating. While the cookbook recipes all stand on their own, there is a common theme running through all of them. As our GUIs keep expanding, using more and more widgets, we start to talk to networks, databases, and graphical libraries that greatly enhance our GUI's functionality. This book is what you need to expand your knowledge on the subject of GUIs, and make sure you're not missing out in the long run.

2017-09-29

Learning.HTTP2.2017.5.pdf

What can your organization gain by adopting HTTP/2? How about faster, simpler, and more robust websites and applications? This practical guide demonstrates how the latest version of the Hypertext Transfer Protocol can dramatically improve website and application performance. You’ll take a deep dive into HTTP/2 details, and learn how this updated protocol is changing the web landscape. HTTP/1.1 has been the primary means of communicating data across the web for the past 20 years, but the level of interaction today has gone well beyond what people envisioned in 1997. With this book, authors Stephen Ludin and Javier Garza show you how HTTP/2 will help speed the execution of modern sites and applications.

2017-09-29

Flexbox.in.CSS.2017.5.pdf

Layout designers rejoice: now you can greatly simplify the task of laying out your web page or application with Flexbox, the CSS Flexible Box Module. In this concise guide, author Estelle Weyl shows you how, with just few lines of code, you can easily create almost any responsive feature your site requires—whether it’s a widget, carousel, or anything else your designer dreams up. You’ll learn how to put your newfound knowledge of Flexbox into practice through several hands-on examples. Short and deep, this book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide. When you purchase the ebook edition of Flexbox in CSS, you’ll receive a discount on the entire Definitive Guide once it’s released. Why wait? Learn how to make your web pages come alive today.

2017-09-28

阿里巴巴Java开发手册终极版1.3.0(0925更新).pdf

该版本将是阿里官方对外释放的最后一个PDF版本,也是史上内容最全、修正最为彻底的一个版本,并且史无前例地增加了单元测试规约,绝对值得珍藏。 阿里巴巴集团推出的《阿里巴巴Java开发手册》是阿里巴巴近万名开发同学集体智慧的结晶,以开发视角为中心,详细列举如何开发更加高效、更加容错、更加有协作性,力求知其然,更知其不然,结合正反例,让Java开发者能够提升协作效率、提高代码质量。

2017-09-25

Bootstrap.4.Cookbook.2017.6.pdf

Bootstrap, one of the most popular front-end frameworks, is perfectly built to design elegant, powerful, and responsive interfaces for professional-level web pages. It supports responsive design by dynamically adjusting your web page layout. Bootstrap 4 is a major update with many impressive changes that greatly enhance the end results produced by Bootstrap. This cookbook is a collection of great recipes that show you how to use all the latest features of Bootstrap to build compelling UIs. This book is using the most up-to-date version of Bootstrap 4 in all its chapters. First off, you will be shown how you can leverage the latest core features of Bootstrap 4 to create stunning web pages and responsive media. You will gradually move on to extending Bootstrap 4 with the help of plugins to build highly customized and powerful UIs.

2017-09-25

空空如也

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

TA关注的人

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