自定义博客皮肤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 1807

原创 设置scrollTop无效

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

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

原创 webstorm配置

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

2017-03-01 09:04:46 686

原创 Express in Action读书笔记

Express in Action读书笔记

2016-06-11 18:48:18 623

原创 Bootstrap3 navbar导航条居中显示

Bootstrap3 navbar导航条居中显示

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

原创 优快云资源上传记录(持续更新)

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

2016-02-29 21:26:53 3619

原创 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 2215

Coding.Projects.in.Python.2017.pdf

Using fun graphics and easy-to-follow instructions, this straightforward, this visual guide shows young learners how to build their own computer projects using Python, an easy yet powerful free programming language available for download. Perfect for kids ages 10 and over who are ready to take a second step after Scratch, Coding Projects in Python teaches kids how to build amazing graphics, fun games, and useful apps. All they need is a desktop or laptop, and an Internet connection to download Python 3. Step-by-step instructions teach essential coding basics like loops and conditionals, and outline 14 fun and exciting projects, including a script that cracks secret codes, a quiz to challenge family and friends, a matching game, and much more. When they are feeling more confident, kids can think creatively and use the tips and tricks provided to personalize and adapt each project. The simple, logical steps in Coding Projects in Python are fully illustrated with fun pixel art and build on the basics of coding, so kids can have the skills to build whatever kind of project they can dream up. Supporting STEM education initiatives, computer coding teaches kids how to think creatively, work collaboratively, and reason systematically, and is quickly becoming a necessary and sought-after skill. DK's computer coding books are full of fun exercises with step-by-step guidance, making them the perfect introductory tools for building vital skills in computer programming.

2017-07-04

Nmap.Network.Exploration.and.Security.Auditing.Cookbook.2nd.Edition.2017.5.pdf

This is the second edition of ‘Nmap 6: Network Exploration and Security Auditing Cookbook’. A book aimed for anyone who wants to master Nmap and its scripting engine through practical tasks for system administrators and penetration testers. Besides introducing the most powerful features of Nmap and related tools, common security auditing tasks for local and remote networks, web applications, databases, mail servers, Microsoft Windows machines and even ICS SCADA systems are explained step by step with exact commands and argument explanations. The book starts with the basic usage of Nmap and related tools like Ncat, Ncrack, Ndiff and Zenmap. The Nmap Scripting Engine is thoroughly covered through security checks used commonly in real-life scenarios applied for different types of systems. New chapters for Microsoft Windows and ICS SCADA systems were added and every recipe was revised. This edition reflects the latest updates and hottest additions to the Nmap project to date. The book will also introduce you to Lua programming and NSE script development allowing you to extend further the power of Nmap.

2017-07-20

Python.Web.Scraping.2nd.Edition.2017.5.pdf

The Internet contains the most useful set of data ever assembled, most of which is publicly accessible for free. However, this data is not easily usable. It is embedded within the structure and style of websites and needs to be carefully extracted. Web scraping is becoming increasingly useful as a means to gather and make sense of the wealth of information available online. This book is the ultimate guide to using the latest features of Python 3.x to scrape data from websites. In the early chapters, you’ll see how to extract data from static web pages. You’ll learn to use caching with databases and files to save time and manage the load on servers. After covering the basics, you’ll get hands-on practice building a more sophisticated crawler using browsers, crawlers, and concurrent scrapers. You’ll determine when and how to scrape data from a JavaScript-dependent website using PyQt and Selenium. You’ll get a better understanding of how to submit forms on complex websites protected by CAPTCHA. You’ll find out how to automate these actions with Python packages such as mechanize. You’ll also learn how to create class-based scrapers with Scrapy libraries and implement your learning on real websites. By the end of the book, you will have explored testing websites with scrapers, remote scraping, best practices, working with images, and many other relevant topics.

2017-07-20

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

[逆向工程权威指南英文版]Reverse Engineering for Beginners 英文高清完整.pdf版下载

[逆向工程权威指南英文版]Reverse Engineering for Beginners.pdf

2017-06-11

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

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

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

2017-07-27

arcgis-web-appbuilder-2.4.zip

arcgis-web-appbuilder-2.4.zip Web AppBuilder for ArcGIS (Developer Edition)2.4 MD5:0de894287d6011d883bf20030ca944f2

2017-07-06

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

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

2017-07-29

arcgis_js_v321_sdk.zip

arcgis_js_v321_sdk.zip ArcGIS api for JavaScript官方sdk离线帮助文档3.21正式版本 MD5:f01dc3c99bbf4cd8890db1317ade324b

2017-07-06

arcgis_js_v44_api.zip

arcgis_js_v44_api.zip ArcGIS api for JavaScript官方4.4正式版本 MD5:2274da3f3674aae35e25be3863d1084a

2017-07-06

PostgreSQL.High.Availability.Cookbook.2nd.Edition.2017.2.pdf

PostgreSQL.High.Availability.Cookbook.2nd.Edition.2017.2.pdf

2017-06-07

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

Unity.Games.by.Tutorials 随书代码

2017-07-29

arcgis_js_v44_sdk.zip

arcgis_js_v44_sdk.zip ArcGIS api for JavaScript官方sdk离线帮助文档4.4正式版本 MD5:798a398c1b0d4da95ec97d714e356eee

2017-07-06

arcgis_js_v321_api.zip

arcgis_js_v321_api.zip  ArcGIS api for JavaScript官方3.21正式版本 MD5:51c5501c71022612f7152986fae06326

2017-07-06

Mastering.Kubernetes.2017.5.pdf

Kubernetes is an open source system to automate the deployment, scaling, and management of containerized applications. If you are running more than just a few containers or want automated management of your containers, you need Kubernetes. This book mainly focuses on the advanced management of Kubernetes clusters. It covers problems that arise when you start using container orchestration in production. We start by giving you an overview of the guiding principles in Kubernetes design and show you the best practises in the fields of security, high availability, and cluster federation. You will discover how to run complex stateful microservices on Kubernetes including advanced features as horizontal pod autoscaling, rolling updates, resource quotas, and persistent storage back ends. Using real-world use cases, we explain the options for network configuration and provides guidelines on how to set up, operate, and troubleshoot various Kubernetes networking plugins. Finally, we cover custom resource development and utilization in automation and maintenance workflows.

2017-07-19

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

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

2017-08-02

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

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

2017-07-28

Fundamentals.of.Deep.Learning.2017.5.pdf

With the reinvigoration of neural networks in the 2000s, deep learning has become an extremely active area of research that is paving the way for modern machine learning. This book uses exposition and examples to help you understand major concepts in this complicated field. Large companies such as Google, Microsoft, and Facebook have taken notice, and are actively growing in-house deep learning teams. For the rest of us however, deep learning is still a pretty complex and difficult subject to grasp. If you have a basic understanding of what machine learning is, have familiarity with the Python programming language, and have some mathematical background with calculus, this book will help you get started.

2017-06-09

架构师201705.pdf

架构师201705.pdf

2017-07-10

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

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

Learning.React.2nd.2018.5.pdf

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

2019-08-11

3D.Apple.Games.by.Tutorials.Code.v2.0.zip

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

2017-07-25

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

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

2017-08-01

Fiddler5.0.20192.25091.exe

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

2019-07-17

postgresql-10.1-2-windows-x64.exe

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

2017-12-12

WebStorm-2016.2.2.exe

WebStorm-2016.2.2官方安装包

2017-07-31

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.youkuaiyun.com/download/xinconan1992/10012224

2017-10-09

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

arcgis_js_v45_api.zip

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

2017-10-09

VSCodeSetup-x64-1.15.1.exe

visual studio code x64 v1.15.1

2017-08-22

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

KeePass-2.38

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

2018-01-10

arcgis_js_v322_sdk.zip下载

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

2017-10-09

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

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

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

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

空空如也

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

TA关注的人

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