自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (35)
  • 收藏
  • 关注

原创 python 利用pandas.Series.ewm 计算ma 和kdj

#! /usr/bin/env python3# -*- coding: UTF-8 -*-import pandas as pdimport requestsimport jsonimport numpy as npimport datetimeapi_url = "https://www.okex.me/v2/spot/instruments/ltc-usdt/candles?granularity=86400&size=1000&t=1592091928445".

2020-06-14 19:34:31 2699

CSS3 Quick Syntax Reference.pdf

CSS3 Quick Syntax Reference: A Pocket Guide to the Cascading Style Sheets Language, 2nd Edition: A concise reference to CSS3 What You Will Learn Use the various selectors available in CSS3 Leverage various other CSS properties Design and build web UIs using color, text, spacing, fonts, background, and more Work with lists, tables, and media in CSS3 Employ CSS3 best practices The CSS3 Quick Syntax Reference: A Pocket Guide to the Cascading Style Sheets Language is a 150-page syntax reference to the Cascading Style Sheets language. It presents the essentials of CSS3 in a well-organized format that can be used as a handy reference. You won’t find any technical jargon, bloated samples, drawn-out history lessons or witty stories in this book. What you will find is a CSS reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any CSS programmer or web developer.

2019-05-17

Game Development Using Python

Game Development Using Python This book will guide you through the basic game development process using Python, covering game topics including graphics, sound, artificial intelligence, animation, game engines, etc. Real games are created as you work through the text and significant parts of a game engine are built and made available for download. The companion disc contains all of the resources described in the book, e.g. example code, game assets, video/sound editing software, and color figures. Instructor resources are available for use as a textbook.

2019-04-21

The Busy Coder's Guide to Android Development Final Version

eBook Details: Paperback: 4298 pages Publisher: CommonsWare, LLC (February 10, 2019) Language: English ISBN-10: 0981678009 ISBN-13: 978-0981678009 eBook Description: The Busy Coder’s Guide to Android Development Final Version: Supports Android 9.0 and Android Studio 3.1

2019-02-24

Web Programming with HTML5, CSS, and JavaScript

eBook Description: Web Programming with HTML5, CSS, and JavaScript Web Programming with HTML5, CSS, and JavaScript is written for the undergraduate, client-side web programming course. It covers the three client-side technologies (HTML5, CSS3, and JavaScript) in depth, with no dependence on server-side technologies. One of the distinguishing features of this new text is its coverage of canvas, one of the most important new features of HTML5. Topics are presented in a logical, comprehensive manner and code is presented in both short code fragments and complete web pages, allowing readers to grasp concepts quickly and then apply the concepts in the context of a complete web page. Each chapter concludes with an optional case study, which builds upon itself to create a sophisticated website. The case studies allow students to apply what they have learned and gives them a feel for the real-world design process.

2019-02-23

Learning Perl 6

Learning Perl 6: Keeping the Easy, Hard, and Impossible Within Reach

2019-01-27

Learn Swift by Building Applications.epub

Swift Language is now more powerful than ever; it has introduced new ways to solve old problems and has gone on to become one of the fastest growing popular languages. It is now a de-facto choice for iOS developers and it powers most of the newly released and popular apps. Learn Swift by Building Applications will help you to begin your journey with Swift programming through learning how to build iOS apps. You will learn all about basic variables, if clauses, functions, loops, and other core concepts; then structures, classes, and inheritance will be discussed. Next, you’ll dive into developing a weather app that consumes data from the internet and presents information to the user. The final project is more complex, involving creating an Instagram like app that integrates different external libraries. The app also uses CocoaPods as its package dependency manager, to give you a cutting-edge tool to add to your skillset. By the end of the book, you will have learned how to model real-world apps in Swift.

2019-01-16

Google Cloud Platform Administration

eBook Description: Google Cloud Platform Administration: Make the most of GCP’s offerings to manage your data center workload and optimize deployments Google Cloud Platform Administration begins with GCP fundamentals, with the help of which you will deploy your first app and gain an understanding of Google Cloud architecture and services. Furthermore, you will learn how to manage Compute, networking, and storage resources. As you make your way through the book, you will learn how to track and manage GCP’s usage, monitoring, and billing access control. You will also be able to manage your GCP’s access and permissions. In the concluding chapters, you will explore a list of different developer tools for managing and interacting with the GCP platform. On-premise data centers are costly to manage. If you need a data center but don’t want to deal with a physical one, Google Cloud Platform (GCP) is the solution. With GCP, you can build, test, and deploy applications on Google’s infrastructure. By the end of this book, you will have learned how to effectively deploy workloads on GCP.

2019-01-15

Professional Python

Master the secret tools every Python programmer needs to know Professional Python goes beyond the basics to teach beginner- and intermediate-level Python programmers the little-known tools and constructs that build concise, maintainable code. Design better architecture and write easy-to-understand code using highly adoptable techniques that result in more robust and efficient applications. Coverage includes Decorators, Context Managers, Magic Methods, Class Factories, Metaclasses, Regular Expressions, and more, including advanced methods for unit testing using asyncio and CLI tools. Each topic includes an explanation of the concept and a discussion on applications, followed by hands-on tutorials based on real-world scenarios. The "Python 3 first" approach covers multiple current versions, while ensuring long-term relevance. Python offers many tools and techniques for writing better code, but often confusing documentation leaves many programmers in the dark about how to use them. This book shines a light on these incredibly useful methods, giving you clear guidance toward building stronger applications. Learn advanced Python functions, classes, and libraries Utilize better development and testing tools Understand the "what," "when," "why," and "how" More than just theory or a recipe-style walk-through, this guide helps you learn — and understand — these little-known tools and techniques. You'll streamline your workflow while improving the quality of your output, producing more robust applications with cleaner code and stronger architecture. If you're ready to take your Python skills to the next level, Professional Python is the invaluable guide that will get you there. https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=3291272888,1227593874&fm=15&gp=0.jpg

2019-01-12

Pro Django, 2nd Edition.pdf

Apress - Pro Django, 2nd Edition 英文版 (pdf) [img]https://public-download.csdn.net/uploads_album/sourcebanner/books/books_24806569.jpg[/img]

2019-01-12

(最新)解密单向加密公式的公式管理器V6.00

把“TCalc.dll”公式管理器替换原来目录下的同名文件,可以正常使用,不过要管理器版本号相同才行,否则用不了. 点击加密公式,点确定就可以看到单向加密的密码,再返回原来加密那输入密码就可以解开公式,看到原创作者加密的源码.

2017-10-14

扫地雷c++ 示例代码

扫地雷c++ 示例代码 供各位同学参考 O(∩_∩)O哈哈~ 调试平台VS2012

2016-01-24

计算机组成原理(唐朔飞版)

第1篇 概论  第1章 计算机系统概论   1.1 计算机系统简介   1.2 计算机的基本组成   1.3 计算机硬件的主要技术指标   1.4 本书结构   思考题与习题  第2章 计算机的发展及应用   2.1 计算机的发展史   2.2 计算机的应用   2.3 计算机的展望   思考题与习题 第2篇 计算机系统的硬件结构  第3章 系统总线   3.1 总线的基本概念   3.2 总线的分类   3.3 总线特性及性能指标   3.4 总线结构   3.5 总线控制   思考题与习题  第4章 存储器   4.1 概述   4.2 主存储器   4.3 高速缓冲存储器   4.4 辅助存储器   思考题与习题   附录4A 相联存储器  第5章 输入输出系统   5.1 概述   5.2 I/O设备   5.3 I/O接口   5.4 程序查询方式   5.5 程序中断方式   5.6 DMA方式   思考题与习题   附录5A ASCⅡ码   附录5B BCD码   附录5C 奇偶校检码 第3篇 中央处理器  第6章 计算机的运算方法   6.1 无符号数和有符号数   6.2 数的定点表示和浮点表示   6.3 定点运算   6.4 浮点四则运算   6.5 算术逻辑单元   思考题与习题   附录6A 各种进位制    6A.1 各种进位制的对应关系    6A.2 各种进位制的转换   附录6B 阵列乘法器和阵列除法器   附录6C 74181逻辑电路  第7章 指令系统   7.1 机器指令   7.2 操作数类型和操作类型   7.3 寻址方式   7.4 指令格式举例   7.5 RISC技术   思考题与习题  第8章 CPU的结构和功能   8.1 CPU的结构   8.2 指令周期   8.3 指令流水   8.4 中断系统   思考题与习题 第4篇 控制单元  第9章 控制单元的功能  第10章 控制单元的设计   附录10A PC整机介绍    10A.1 主板    10A.1.1 主板的主要组成部件    10A.1.2 CPU芯片及插座(插槽)    10A.1.3 内存条插槽    10A.1.4 扩展插槽    10A.1.5 配套芯片和器件    10A.1.6 主板结构的改进    10A.2 芯片组    10A.2.1 芯片组的功能    10A.2.2 芯片组的组成

2010-05-28

最新 心情 评分 插件 PJBLOG

最新 心情 评分 插件 PJBLOG 最新 心情 评分 插件 PJBLOG

2009-04-06

最新Ajax登录(支持验证码)PJBLOG

最新Ajax登录(支持验证码)PJBLOG

2009-04-06

超级pjblog个人档案插件

超级pjblog个人档案插件PJBlog插件-个人档案加强版PJBlog插件-个人档案加强版

2009-04-05

IIS6.0完整安装包

IIS6.0完整安装包IIS6.0完整安装包

2009-04-05

Cheat.Engine.V5.4.简体中文版.By.太星.UnPacKcN

Cheat.Engine.V5.4.简体中文版.By.太星.UnPacKcN

2009-04-05

自己写的进度条易语言代码(珍藏

进度条易语言代码:呵呵,没事瞎搞得玩! 是本人的处女作,值得收藏!!!

2009-03-24

Hauwei MA5620.rar

登录默认用户名为root 默认密码为mduadmin 最好先恢复出厂 MA5626>enable MA5626#config MA5626(config)#erase flash data MA5626(config)#reboot system 然后机器会重启。 重启之后再次登录。 MA5626>enable MA5626#config MA5626(config)#vlan service-profile profile-id 1 MA5626(config-vlan-srvprof-1)#user-bridging enable MA5626(config-vlan-srvprof-1)#commit MA5626(config-vlan-srvprof-1)#quit MA5626(config)#vlan bind service-profile 1 profile-id 1 MA5626(config)#multi-service-port vlan 1 port 0/1 1-24 user-vlan untagged rx-cttr 6 tx-cttr 6 注意了上面有个1-24这里是针对ma5626-24 24口的设备,如果说16口的ma5626-16要改成1-16。 配置好后输入 save回车保存配置就行了。

2020-06-08

mysql-8.0.18-macos10.14-x86_64.dmg

mysql-8.0.18-macos10.14-x86_64 官网最新版2019年11月09日13:41:17,百度网盘链接

2019-11-09

Advanced Python Programming.epub

What You Will Learn Use NumPy and pandas to import and manipulate datasets Achieve native performance with Cython and Numba Write asynchronous code using asyncio and RxPy Design highly scalable programs with application scaffolding Explore abstract methods to maintain data consistency Clone objects using the prototype pattern Use the adapter pattern to make incompatible interfaces compatible Employ the strategy pattern to dynamically choose an algorithm

2019-05-30

Learning Python, 5th Edition.pdf

Learning Python, 5th Edition

2019-05-30

Hands-On Unsupervised Learning with Python.epub

eBook Details: Paperback: 386 pages Publisher: WOW! eBook (February 28, 2019) Language: English ISBN-10: 1789348277 ISBN-13: 978-1789348279

2019-05-29

Head First Python A Brain-Friendly Guide, 2nd Edition.pdf

Head First Python A Brain-Friendly Guide, 2nd Edition

2019-05-29

Core Data by Tutorials iOS 12 and Swift 4.2, 5th Edition.pdf

Core Data by Tutorials iOS 12 and Swift 4.2, 5th Edition

2019-05-29

Android Apprentice Beginning Android Development with Kotlin 1.2.pdf

eBook Details: Paperback: 684 pages Publisher: WOW! eBook; 1st edition (July 9, 2018) Language: English ISBN-10: 1942878494 ISBN-13: 978-1942878490

2019-05-25

Progressive Web Apps with Angular.pdf

Paperback: 380 pages Publisher: WOW! eBook; 1st edition (July 14, 2019) Language: English ISBN-10: 1484244478 ISBN-13: 978-1484244470

2019-05-24

Text Analytics with Python, 2nd Edition.pdf

Paperback: 674 pages Publisher: WOW! eBook; 2nd edition (June 21, 2019) Language: English ISBN-10: 1484243536 ISBN-13: 978-1484243534

2019-05-24

The Browser Hacker’s Handbook.pdf

The Browser Hacker’s Handbook.pdf

2019-05-22

linux-shell-scripting-fundamentals-bash.epub

linux-shell-scripting-fundamentals-bash.epub

2019-05-22

C++ How to Program, 10th Edition.pdf

C++ How to Program, 10th Edition.pdf

2019-05-20

C Programming Cookbook.epub

eBook Description: C Programming Cookbook: A comprehensive guide with curated recipes to help you gain a deeper understanding of modern C C is a high-level language that’s popular among developers. It enables you to write drivers for different devices, access machine-level hardware, apply dynamic memory allocation, and much more. With self-contained tutorials, known as recipes, this book will guide you in dealing with C and its idiosyncrasies and help you benefit from its latest features. Beginning with common tasks, each recipe addresses a specific problem followed by explaining the solution to get you acquainted with what goes on under the hood. You will explore core concepts of the programming language, including how to work with strings, pointers, and single and multi-dimensional arrays. You will also learn how to break a large application into small modules by creating functions, handling files, and using a database. Finally, the book will take you through advanced concepts such as concurrency and interprocess communication. What You Will Learn Manipulate single and multi-dimensional arrays Perform complex operations on strings Understand how to use pointers and memory optimally Discover how to use arrays, functions, and strings to make large applications Implement multitasking using threads and process synchronization Establish communication between two or more processes using different techniques Store simple text in files and store data in a database By the end of this C Programming Cookbook book, you’ll have a clear understanding and deeper knowledge of C programming, which will help you become a better developer.

2019-05-20

Python for Finance.pdf

eBook Description: Hands-On Python for Finance: Learn and implement quantitative finance using popular Python libraries like NumPy, pandas, and Keras Python is one of the most popular languages used for quantitative finance. With this book, you’ll explore the key characteristics of Python for finance, solve problems in finance, and understand risk management. The book starts with major concepts and techniques related to quantitative finance, and an introduction to some key Python libraries. Next, you’ll implement time series analysis using pandas and DataFrames. The following chapters will help you gain an understanding of how to measure the diversifiable and non-diversifiable security risk of a portfolio and optimize your portfolio by implementing Markowitz Portfolio Optimization. Sections on regression analysis methodology will help you to value assets and understand the relationship between commodity prices and business stocks. In addition to this, you’ll be able to forecast stock prices using Monte Carlo simulation. The book will also highlight forecast models that will show you how to determine the price of a call option by analyzing price variation. You’ll also use deep learning for financial data analysis and forecasting. In the concluding chapters, you will create neural networks with TensorFlow and Keras for forecasting and prediction. By the end of this Hands-On Python for Finance book, you will be equipped with the skills you need to perform different financial analysis tasks using Python.

2019-05-19

Mastering Microservices with Java, 3rd Edition.epub

Mastering Microservices with Java, 3rd Edition: Master the art of implementing scalable and reactive microservices in your production environment with Java 11 Microservices are key to designing scalable, easy-to-maintain applications. This Mastering Microservices with Java, Third Edition, works on Java 11. It covers a wide range of exciting new developments in the world of microservices, including microservices patterns, interprocess communication with gRPC, and service orchestration. This book will help you understand how to implement microservice-based systems from scratch. You’ll start off by understanding the core concepts and framework, before focusing on the high-level design of large software projects. You’ll then use Spring Security to secure microservices and test them effectively using REST Java clients and other tools. You will also gain experience of using the Netflix OSS suite, comprising the API Gateway, service discovery and registration, and Circuit Breaker. Additionally, you’ll be introduced to the best patterns, practices, and common principles of microservice design that will help you to understand how to troubleshoot and debug the issues faced during development. What You Will Learn Use domain-driven designs to develop and implement microservices Understand how to implement microservices using Spring Boot Explore service orchestration and distributed transactions using the Sagas Discover interprocess communication using REpresentational State Transfer (REST) and events Gain knowledge of how to implement and design reactive microservices Deploy and test various microservices By the end of this book, you’ll have learned how to build smaller, lighter, and faster services that can be implemented easily in a production environment.

2019-05-18

Hands-On Network Programming with C# and .NET Core.epub

Hands-On Network Programming with C# and .NET Core: A comprehensive guide to understanding network architecture, communication protocols, and network analysis to build secure applications compatible with the latest versions of C# 8 and .NET Core 3.0 The C# language and the .NET Core application framework provide the tools and patterns required to make the discipline of network programming as intuitive and enjoyable as any other aspect of C# programming. With the help of this book, you will discover how the C# language and the .NET Core framework make this possible. The book begins by introducing the core concepts of network programming, and what distinguishes this field of programming from other disciplines. After this, you will gain insights into concepts such as transport protocols, sockets and ports, and remote data streams, which will provide you with a holistic understanding of how network software fits into larger distributed systems. The book will also explore the intricacies of how network software is implemented in a more explicit context, by covering sockets, connection strategies such as Transmission Control Protocol (TCP) and User Datagram Protocol (UDP), asynchronous processing, and threads. You will then be able to work through code examples for TCP servers, web APIs served over HTTP, and a Secure Shell (SSH) client. What You Will Learn Understand the breadth of C#’s network programming utility classes Utilize network-layer architecture and organizational strategies Implement various communication and transport protocols within C# Discover hands-on examples of distributed application development Gain hands-on experience with asynchronous socket programming and streams Learn how C# and the .NET Core runtime interact with a hosting network Understand a full suite of network programming tools and features By the end of this Hands-On Network Programming with C# and .NET Core book, you will have a good understanding of the Open Systems Interconnection (

2019-05-17

空空如也

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

TA关注的人

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