Splunk Operational Intelligence Cookbook - Second Edition
¥99.18
Over 70 practical recipes to gain operational data intelligence with Splunk Enterprise About This Book This is the most up-to-date book on Splunk 6.3 and teaches you how to tackle real-world operational intelligence scenarios efficiently Get business insights using machine data using this easy-to-follow guide Search, monitor, and analyze your operational data skillfully using this recipe-based, practical guide Who This Book Is For This book is intended for users of all levels who are looking to leverage the Splunk Enterprise platform as a valuable operational intelligence tool. The recipes provided in this book will appeal to individuals from all facets of business, IT, security, product, marketing, and many more! Also, existing users of Splunk who want to upgrade and get up and running with Splunk 6.3 will find this book invaluable. What You Will Learn Use Splunk to gather, analyze, and report on data Create dashboards and visualizations that make data meaningful Build an operational intelligence application with extensive features and functionality Enrich operational data with lookups and workflows Model and accelerate data and perform pivot-based reporting Build real-time, *ed, and other intelligence-driven alerts Summarize data for longer term trending, reporting, and analysis Integrate advanced JavaScript charts and leverage Splunk's API In Detail Splunk makes it easy for you to take control of your data, and with Splunk Operational Cookbook, you can be confident that you are taking advantage of the Big Data revolution and driving your business with the cutting edge of operational intelligence and business analytics. With more than 70 recipes that demonstrate all of Splunk’s features, not only will you find quick solutions to common problems, but you’ll also learn a wide range of strategies and uncover new ideas that will make you rethink what operational intelligence means to you and your organization. You’ll discover recipes on data processing, searching and reporting, dashboards, and visualizations to make data shareable, communicable, and most importantly meaningful. You’ll also find step-by-step demonstrations that walk you through building an operational intelligence application containing vital features essential to understanding data and to help you successfully integrate a data-driven way of thinking in your organization. Throughout the book, you’ll dive deeper into Splunk, explore data models and pivots to extend your intelligence capabilities, and perform advanced searching to explore your data in even more sophisticated ways. Splunk is changing the business landscape, so make sure you’re taking advantage of it. Style and approach Splunk is an excellent platform that allows you to make sense of machine data with ease. The adoption of Splunk has been huge and everyone who has gone beyond installing Splunk wants to know how to make most of it. This book will not only teach you how to use Splunk in real-world scenarios to get business insights, but will also get existing Splunk users up to date with the latest Splunk 6.3 release.
Learning Vulkan
¥99.18
Discover how to build impressive 3D graphics with the next-generation graphics API—Vulkan About This Book Get started with the Vulkan API and its programming techniques using the easy-to-follow examples to create stunning 3D graphics Understand memory management in Vulkan and implement image and buffer resources Get hands-on with the drawing process and synchronization, and render a 3D graphics scene with the Vulkan graphics pipeline Who This Book Is For This book is ideal for graphic programmers who want to get up and running with Vulkan. It’s also great for programmers who have experience with OpenGL and other graphic APIs who want to take advantage of next generation APIs. A good knowledge of C/C++ is expected. What You Will Learn Learn fundamentals of Vulkan programing model to harness the power of modern GPU devices. Implement device, command buffer and queues to get connected with the physical hardware. Explore various validation layers and learn how to use it for debugging Vulkan application. Get a grip on memory management to control host and device memory operations. Understand and implement buffer and image resource types in Vulkan. Define drawing operations in the Render pass and implement graphics pipeline. Manage GLSL shader using SPIR-V and update the shader resources with de*or sets and push constants. Learn the drawing process, manage resources with synchronization objects and render 3D scene output on screen with Swapchain. Bring realism to your rendered 3D scene with textures, and implement linear and optimal textures In Detail Vulkan, the next generation graphics and compute API, is the latest offering by Khronos. This API is the successor of OpenGL and unlike OpenGL, it offers great flexibility and high performance capabilities to control modern GPU devices. With this book, you'll get great insights into the workings of Vulkan and how you can make stunning graphics run with minimum hardware requirements. We begin with a brief introduction to the Vulkan system and show you its distinct features with the successor to the OpenGL API. First, you will see how to establish a connection with hardware devices to query the available queues, memory types, and capabilities offered. Vulkan is verbose, so before diving deep into programing, you’ll get to grips with debugging techniques so even first-timers can overcome error traps using Vulkan’s layer and extension features. You’ll get a grip on command buffers and acquire the knowledge to record various operation commands into command buffer and submit it to a proper queue for GPU processing. We’ll take a detailed look at memory management and demonstrate the use of buffer and image resources to create drawing textures and image views for the presentation engine and vertex buffers to store geometry information. You'll get a brief overview of SPIR-V, the new way to manage shaders, and you'll define the drawing operations as a single unit of work in the Render pass with the help of attachments and subpasses. You'll also create frame buffers and build a solid graphics pipeline, as well as making use of the synchronizing mechanism to manage GPU and CPU hand-shaking. By the end, you’ll know everything you need to know to get your hands dirty with the coolest Graphics API on the block. Style and approach This book takes a practical approach to guide you through the Vulkan API, and you will get to build an application throughout the course of the book. Since you are expected to be familiar with C/C++, there is not much hand-holding throughout the course of the book.
Mastering QGIS - Second Edition
¥99.18
Go beyond the basics and unleash the full power of QGIS with practical, step-by-step examples About This Book This book is your one-stop solution to all of your GIS needs using the open source QGIS Master QGIS by learning about database integration, geoprocessing tools, Python *s, advanced cartography, and custom plugins This example-rich, practical guide will help you create sophisticated analyses and maps Who This Book Is For If you are a GIS professional, a consultant, a student, or perhaps a fast learner who wants to go beyond the basics of QGIS, then this book is for you. It will prepare you to realize the full potential of QGIS. What You Will Learn Create and manage a spatial database Get to know advanced techniques to style GIS data Prepare both vector and raster data for processing Add heat maps, live layer effects, and labels to your maps Master LAStools and GRASS integration with the Processing Toolbox Edit and repair topological data errors Automate workflows with batch processing and the QGIS Graphical Modeler Integrate Python *ing into your data processing workflows Develop your own QGIS plugin In Detail QGIS is an open source solution to GIS. It is widely used by GIS professionals all over the world. It is the leading alternative to the proprietary GIS software. Although QGIS is described as intuitive, it is also by default complex. Knowing which tools to use and how to apply them is essential to producing valuable deliverables on time. Starting with a refresher on the QGIS basics, this book will take you all the way through to creating your first custom QGIS plugin. From the refresher, we will recap how to create, populate, and manage a spatial database. You’ll also walk through styling GIS data, from creating custom symbols and color ramps to using blending modes. In the next section, you will discover how to prepare vector, heat maps, and create live layer effects, labeling, and raster data for processing. You’ll also discover advanced data creation and editing techniques. The last third of the book covers the more technical aspects of QGIS such as using LAStools and GRASS GIS’s integration with the Processing Toolbox, how to automate workflows with batch processing, and how to create graphical models. Finally, you will see how to create and run Python data processing *s and write your own QGIS plugin with pyqgis. By the end of the book, you will understand how to work with all the aspects of QGIS, and will be ready to use it for any type of GIS work. Style and approach This step-by-step comprehensive guide will let you dig your teeth into working with spatial databases, creating your own QGIS plugins, and creating your own custom graphical models.
Learning Tableau 10 - Second Edition
¥99.18
Learn how to create effective data visualizations with Tableau and unlock a smarter approach to business analytics. It might just transform your organization About This Book Create stylish visualizations and dashboards that explain complexity with clarity Learn effective data storytelling to transform how your business uses ideas and makes decisions Explore all the new features in Tableau 10 and start to redefine what business analytics means to your organization Who This Book Is For Got dataNot sure what to make of itThis is the guide for you – whether you’ve been working with Tableau for years or are just beginning your adventure into business analytics. What You Will Learn Find out how to build effective visualizations and dashboards Prepare and clean your data so you can be sure Tableau is finding answers to your questions – not raising more problems Discover how to create advanced visualizations that explain complexity with clarity and style Dig deeper into your data with clustering and distribution models that allow you to analyze trends and make forecasts Learn how to use data storytelling to aid decision-making and strategy Share dashboards and visualizations to cultivate a culture where data is available and valued In Detail Tableau has for some time been one of the most popular Business Intelligence and data visualization tools available. WhyBecause, quite simply, it’s a tool that’s responsive to the needs of modern businesses. But it’s most effective when you know how to get what you want from it – it might make your business intelligent, but it isn’t going to make you intelligent… We’ll make sure you’re well prepared to take full advantage of Tableau 10’s new features. Whether you’re an experienced data analyst that wants to explore 2016’s new Tableau, or you’re a beginner that wants to expand their skillset and bring a more professional and sharper approach to their organization, we’ve got you covered. Beginning with the fundamentals, such as data preparation, you’ll soon learn how to build and customize your own data visualizations and dashboards, essential for high-level visibility and effective data storytelling. You’ll also find out how to so trend analysis and forecasting using clustering and distribution models to inform your analytics. But it’s not just about you – when it comes to data it’s all about availability and access. That’s why we’ll show you how to share your Tableau visualizations. It’s only once insights are shared and communicated that you – and your organization – will start making smarter and informed decisions. And really, that’s exactly what this guide is for. Style and approach Practical yet comprehensive, this Tableau guide takes you from the fundamentals of the tool before diving deeper into creating advanced visualizations. Covering the latest features found in Tableau 10, this might be the guide that transforms your organization.
Xamarin Blueprints
¥99.18
Leverage the power of Xamarin to create stunning cross-platform and native apps About This Book Helps you get a clear practical understanding of creating professional-grade apps with Xamarin Covers Xamarin.Forms, Xamarin Android, and Xamarin iOS If you want to transform yourself from an amateur mobile developer into a professional app developer across multiple platforms, then this is the ideal book for you Who This Book Is For If you are a mobile developer looking to create interesting and fully featured apps for different platforms, then this book is the ideal solution for you. A basic knowledge of Xamarin and C# programming is assumed What You Will Learn Discover eight different ways to create your own Xamarin applications Improve app performance by using SQLite for data-intensive applications Set up a simple web service to feed JSON data into mobile applications Store files locally with Xamarin.Forms using dependency services Use Xamarin extension libraries to create effective applications with less coding In Detail Do you want to create powerful, efficient, and independent apps from scratch that will leverage the Xamarin framework and code with C#Well, look no further; you’ve come to the right place! This is a learn-as-you-build practical guide to building eight full-fledged applications using Xamarin.Forms, Xamarin Android, and Xamarin iOS. Each chapter includes a project, takes you through the process of building applications (such as a gallery Application, a text-to-speech service app, a GPS locator app, and a stock market app), and will show you how to deploy the application’s source code to a Google Cloud Source Repository. Other practical projects include a chat and a media-editing app, as well as other examples fit to adorn any developer’s utility belt. In the course of building applications, this book will teach you how to design and prototype professional-grade applications implementing performance and security considerations. Style and approach A project-based approach that will solve all your needs when it comes to creating native Android, iOS, and cross-platform apps efficiently and effectively.
Implementing Qlik Sense
¥99.18
Become a full-fledged Qlik Sense Consultant with the help of this unique guide About This Book ? Become a successful Qlik consultant with the help of this insightful guide ? Build what is in line as well as exceeding your customer’s expectations from your Qlik Sense solutions using this highly practical guide ? Build result-driven optimized BI solutions using Qlik with the help of industry examples Who This Book Is For If you have basic familiarity with Qlik Sense and want to upgrade your skills to become a full-fledged Qlik Consultant, this book is for you. With this book, you will be able to create efficient business intelligence solutions that would fetch client satisfaction, and in turn, more projects. What You Will Learn ? Understand the importance and expectations of a consultant’s role ? Engage with the customer to understand the ir goals and future objectives ? Design the optimum architecture, using the best practices for the development and implementation of your projects ? Ensure successful adoption using real-life examples to make your learning complete ? Learn about the important stages of a Qlik project’s life cycle In Detail Qlik Sense is a leading platform for business intelligence (BI) solutions. Qlik Sense helps organizations in making informed decisions based on the data they have. This book will teach you how to effectively use Qlik for optimum customer satisfaction. You will undergo a metamorphosis from a developer to a consultant who is capable of building the most suitable BI solutions for your clients. The book will take you through several business cases – this will give you enough insight to understand the needs of the client clearly and build a BI solution that meets or exceeds their expectations. Starting from the pre-project activities, you will go to the actual execution of the project, the implementation, and even maintenance. This book will give you all the information you need - from the strategy to requirement gathering to implementing BI solutions using Qlik Sense. The book will empower you to take the right decisions in tricky and diffi cult situations while developing analytics and dashboards. Style and approach This book will be a hands-on guide that will teach you all the what-to-do’s, when-to-do’s, and how-to-do’s for becoming a successful Qlik Sense Consultant. With the help of various business scenarios, the book will cover real-world problems that you can relate to. Various solutions in the book will be backed up by the thought process of why are these solutions used and how you can implement them in your own business environment.
Odoo 10 Implementation Cookbook
¥99.18
Comprehensive tasks covering Odoo 10 in the right way About This Book ? Reduce implementation costs and improve major benchmarks relating to storage space and speed. ? Implement the approval hierarchy and user and access rights, configure the company and language, and so on. ? Cover all platforms such as mobile, web, content management, and e-commerce. Who This Book Is For This book is targeted towards Odoo functional users and project managers who would like to use it for their organization. No expertise in Odoo is required. What You Will Learn ? Learn the modern way of doing sales and managing sales contracts. ? Create and configure your products and manage your sales quotations ? Set up an online shop and start selling online with Odoo eCommerce ? Manage multi-currency transactions and create a deferred revenue plan and link it with products ? Administer vendors and products and request quotations, confirm orders, and get them delivered ? Manage quality control in the warehouse and manual and real-time inventory stock valuations. ? Manage projects and project forecasting via grid and Gantt views ? Implement Human Resource apps and manage the employee appraisal process ? Manage Workcenters and the product lifecycle ? Track worker activity with tablets and launch new changes in production In Detail Odoo is a Python-based ERP system and is completely open source. Odoo is a comprehensive suite of business applications offering a wealth of functionalities that can be deployed to meet your business needs. This book will help you manage the different functionalities of your business and optimize it. You will learn in detail about the various facets of the business process such as sales, accounting, purchases, manufacturing, and inventory. We will cover each of these topics in detail and learn how Odoo handles all these tasks with much ease. With its modular approach, you will be able to build customized solutions, take advantage of the Odoo 10 system in your organization, and master basic administration. We will cover modules and applications in Odoo that will help optimize quality checks. You will also be able to customize major reporting functions for your teams and set up forms and documents for sales, purchase, inventory, and so on. By the end of the book, you will be able to use the major functionalities of Odoo 10 and fully implement them into your business. Style and approach The book follows a recipe-based format; the recipes are filled with real-world use cases and various functional topics.
Extending Microsoft Dynamics 365 for Operations Cookbook
¥99.18
Have the best tools at your fingertips to extend and maximize the efficiency of your business management About This Book ? Follow practical and easy-to-grasp examples, illustrations and coding to make the most out of Dynamics 365 for Operations in your business scenario ? Extend Dynamics 365 for Operations in a cost-effective manner by using tools you already have ? Solve common business problems with the valuable features of Dynamics 365 for Operations Who This Book Is For This book is for those who are getting to grips with Dynamics 365 for Operations developers or those migrating from C# development. The guide includes information essential for new and experienced Dynamics 365 for Operations developers. What You Will Learn ? Create enumerated and extended data types ? Understand the importance of using patterns and frameworks while creating a unique concept for your solution ? Service and deploy your code and packages to improve performance ? Write and perform unit tests to automate the testing process ? Design your security model and policies to provide code access privileges ? Construct the UI and business logic to add Power BI to dashboards In Detail Dynamics 365 for Operations is the ERP element of Microsoft’s new Dynamics 365 Enterprise Edition. Operations delivers the infrastructure to allow businesses to achieve growth and make better decisions using scalable and contemporary ERP system tools. This book provides a collection of “recipes” to instruct you on how to create—and extend—a real-world solution using Operations. All key aspects of the new release are covered, and insights into the development language, structure, and tools are discussed in detail. New concepts and patterns that are pivotal to elegant solution designs are introduced and explained, and readers will learn how to extend various aspects of the system to enhance both the usability and capabilities of Operations. Together, this gives the reader important context regarding the new concepts and the confidence to reuse in their own solution designs. This “cookbook” provides the ingredients and methods needed to maximize the efficiency of your business management using the latest in ERP software—Dynamics 365 for Operations. Style and approach The book takes a practical recipe-based approach, focusing on real-world scenarios and giving you all the information you need to build a strong Dynamics 365 for Operations implementation.
Microsoft Visio 2013 Business Process Diagramming and Validation
¥99.18
Microsoft Visio 2013 Business Process Diagramming and Validation provides a comprehensive and practical tutorial including example code and demonstrations for creating validation rules, writing ShapeSheet formulae, and much more.If you are a Microsoft Visio 2013 Professional Edition power user or developer who wants to get to grips with both the essential features of Visio 2013 and the validation rules in this edition, then this book is for you. A working knowledge of Microsoft Visio and optionally .NET for the add-on code is required, though previous knowledge of business process diagramming is not necessary. More experienced Visio users will gain valuable knowledge regarding building add-ons and creating and publishing rules. If you want to achieve results from Visio 2013 beyond the ordinary out-of-the-box features, then this book is ideal for you. Microsoft Visio 2013 Business Process Diagramming and Validation provides a comprehensive and practical tutorial including example code and demonstrations for creating validation rules, writing ShapeSheet formulae, and much more.
48 juegos para la clase de espa?ol
¥99.11
Presentación Este libro ofrece cuarenta y ocho juegos y más de cincuenta variantes para la clase de espa?ol como lengua segunda o extranjera. Todos los juegos han sido testeados en grupos de distintos niveles de lengua, edades, lenguas maternas y nacionalidades, siempre con resultados exitosos. Los juegos están ordenados en fichas según los objetivos que persiguen. Cada ficha comienza mencionando estos objetivos (con especial foco en los de carácter lingüístico) y, de requerirlo, los materiales necesarios para llevar a cabo el juego (una foto, una bolsa…). A continuación?se explicita el procedimiento, el cual en muchos casos se acompa?a de variantes en nivel de complejidad o en tema. Desde luego, estas variantes no son exhaustivas: el docente podrá inventar muchas otras según los contenidos que desee practicar, el nivel de su grupo y su propia inventiva. Es menester aclarar que, en su mayoría, y según el modo en que el docente lo oriente, cada?uno de estos juegos puede servir para trabajar muy diversos puntos gramaticales o léxicos, si?bien algunos resultan más aptos para contenidos específicos. Acerca de la selección Desde el punto de vista lúdico, los juegos incluidos presentan gran variedad tipológica: juegos?de habilidad, de desafío personal, de competición, de colaboración, de simulación, de asociación, adivinanzas, juegos de mesa y otros que implican movimiento. En lo que hace a la lengua en sí, podemos distinguir entre los que se centran en el significado de las palabras y los que se aplican a estructuras gramaticales y funciones comunicativas. Algunos juegos requieren el manejo de cierta información sociocultural, histórica o geográfica. Están también los que se centran en la interacción oral o escrita y los que requieren de habilidades tales como inferir significado, parafrasear, encontrar sinónimos o antónimos, deducir reglas, construir familias de palabras, explorar sintaxis y otras. ___ VISITA NUESTRA P?GINA WEB?WWW.PAROLASLANGUAGES.COM
Railway Day Trips: 150 classic train journeys around Britain
¥99.08
Recommended for viewing on colour devices. An essential guide to exploring Britain by train, Railway Day Trips is ideal for anyone planning or looking for inspiration for a rail journey. From bestselling railway author Julian Holland
T?r?csik Mari: Bérczes László beszélget?k?nyve
¥99.08
T?r?csik Mari: Bérczes László beszélget?k?nyve
道德经:帛书版全本全译全析(果麦经典)
¥99.00
本书由老庄哲学领域的新生代学者秦复观毕20余年之功全新校注解析。 全本:正本清源。以帛书版为底本全新勘校。 全译:随文白话文直译,生僻字随文注音,与传世版本异文的对比,以及由此引发的不同解读。 全解:多维度逐句解析文意,及其内在逻辑,保证普通人完全读懂《道德经》。 作者整理定稿的帛书版,与传世版重大差异有140处之多,这影响了我们对老子思想的正确理解,而基于正本的解读,也让以往道德经中多个自相矛盾之处在逻辑上形成了完美自洽。 这不仅是一部原貌道德经,也是一部可以轻松读懂的道德经。
台港澳江湖风云录(全三册)
¥99.00
这是一部横跨台港澳三地的江湖史诗,一部用血与火写就的纪实传奇!本书带你进入一个真实而隐秘的地下世界,见证一代代枭雄如何从草莽崛起,搅动时代风云,*终在权力、金钱与欲望的漩涡中,书写各自的宿命。本书分为三部,分别为《台湾教父》《香港教父》《澳门教父》。在台湾,他是地下皇帝,是连当局都敬畏三分的“白手套”!从竹联帮骨干到黑道霸主,他收服各路狠人,一统江湖。他涉足震惊世界的“江南命案”,*终却沦为棋局弃子……其人生就是一部台湾黑道的兴衰史。在香港,这是一场贯穿乱世的终极逆袭!从创立“洪胜堂”到叱咤香江的“和安乐”,他被人出卖,又凭借毒、人、枪三条暗黑财路绝地翻盘,甚至谋得“太平绅士”身份……在澳门,赌桌即是战场,筹码背后是生死相搏!三代赌王在此轮番登场。他们或精于赌技,或长于谋略,或善于经营,从腥风血雨中杀出重围,缔造各自的博彩帝国,共同谱写了这座东方赌城*惊心动魄的传奇。全书基于真实史料,深度揭秘三地不为人知的暗黑法则与权力游戏。江湖路远,血色未干,他们的时代,等你亲临!
反内卷:从恶性竞争到价值共创
¥99.00
无论是当年在北新建材做石膏板时的价格战,还是我在中国建材集团做水泥业务时的恶性竞争,以及做中国上市公司协会会长这几年目睹的不少行业的严重内卷,这些经历都让我对内卷有了更深刻的认识。内卷使得广大企业深受其害,行业乱象丛生,正常的市场秩序受到严重冲击,表面上是由产能过剩、同质化竞争造成的,本质上则是由企业战略的短视与对规模的盲目崇拜所致,这让众多企业热衷于市场的横向扩张和争夺,而非价值与技术的纵向深耕。 本书以问题为导向,构建了一个多维度、可落地的破局框架:从政策层面,借鉴国际产业政策经验,探讨供给侧结构性改革与需求侧管理的协同路径;从市场规范角度,解析反不正当竞争法、反垄断法的实践逻辑,倡导从恶性竞争转向竞合共赢;从行业生态维度,强调行业自律、行业协会的责任与大企业担当的重要性,提出企业家心力修炼的核心方向;从产业升级视角,注重以并购重组提高产业集中度、以“价本利”替代“量本利”的定价策略,为产业提质增效提供思路。同时,本书突出创新的核心价值,主张以差异化、细分化、高端化、品牌化开拓蓝海市场,并强调通过加强知识产权保护、建立全国统一大市场,为企业创新保驾护航。 本书延续以事讲理的风格,将观察思考与实践经验深度结合,为政府、行业、企业破解内卷困局、重塑健康竞争理念与规则提供了兼具前瞻性和实操性的建议,是理解和应对当下竞争困境的重要参考。
历史的游荡者
¥99.00
本书为史界鬼才李硕的勇气之作,是一场思想之旅,更是一部学术自传,视野广阔,兼顾政治史、社会史、法律史、思想史诸多领域:从周幽王的上古世界,到林则徐的晚清帝国边疆;从《真诰》中的“仙人”和修道者,到孝文帝时代的悲剧官僚;从一个个隐尘烟的饮食男女,到法律史中危险而愉悦的禁忌之爱;从拉铁摩尔的北部行旅,到霍布斯政治学说吊诡的成因;从蠡县大食堂,再到荒野之中河西走廊尽头的汉代城郭遗址……从史实出发,12段学术游荡,史料爬疏与故事构建之外,更洞察人心,努力还原时间深处鲜为人知的幽微与真相。
唐诗三百城(全二册)
¥99.00
这是一部以城市为主题的唐诗选本。 唐朝疆域辽阔,即使是一些中小城市,也各具特色。有的屹立于茫茫戈壁滩上,傲然无畏地迎着风沙;有的雄踞于山川险要之处,如同坚不可摧的卫士……众多城市都有着自己深厚的历史积淀和丰盛的文化底蕴,这在当时的世界上是*的。 唐代的诗人和这些城市有着千丝万缕的联系。他们的诗作,可以说绝大部分都是以城市为主题,或者围绕着城市而作。城市,是唐诗的灵魂!这些诗歌也成就了许多地方和城市。这些诗,记录了一个城市的风貌和历史,也留下了诗人的人生轨迹和情怀。有些唐诗及其作者已经成为这些城市的名片和光荣,如杜甫之于成都,柳宗元之于柳州。唐诗走了城市,城市彰显了唐诗。 本书共选注唐朝250 余名诗人的诗作近1800 首,涉及唐朝城市300 余座,占唐朝城市总数约五分之一( 本书所说的城市,不仅是指城郭以内的市井风貌,还包括城市周边的山川景物、名胜古迹、风土人情等)。
普林斯顿微积分读本修订版
¥99.00
本书是作者多年来给普林斯顿大学本科一年级学生开设微积分的每周复习课.本书专注于讲述解题技巧,目的是帮助读者学习一元微积分的主要概念.深入处理一些基本内容,还复习一些主题.本书不仅可以作为参考书,也可以作为教材,定会成为任何一位需要微积分知识人学习一元微积分的非常好的指导书.
李自成(1-10)
¥99.00
《茅盾文学奖获奖作品全集:李自成(套装共10册)》以写明末的农民战争为主,兼写中国内部明、清之间和清、顺之间的民族战争,刻画了不同阶级的代表人物和生活画面,以及各阶级、各集团之间的错综复杂的矛盾关系,展开了色彩缤纷的历史画卷。作者以“深入历史与跳出历史”的原则,描写了距今300多年的错综复杂的历史进程和波澜壮阔的农民起义。小说以明末李自成领导的农民起义军由弱小变强大,转败为胜推翻明王朝统治、抗击清军南下为主要线索,多角度、多侧面、多层次地再现了明末清初风云变幻的历史风貌和农民起义军从胜而败的悲剧结局,揭示了农民战争和历史运动发展的规律。
何以中国人(全4册)
¥99.00
今天,中国在经济、文化、科技等各个层面都取得了令世人瞩目的成就。然而,作为一名大国崛起时代的中国人,你了解中华文明是怎么形成的,中国从何而来,又为何能有今天这样的成就吗? 5000年以来,中华民族历劫难而不衰,久经考验而不倒,溯源于勤劳智慧的中华儿女所展现出的生生不息的磅礴精神力量。中华儿女的身份特征、生活方式、艺术追求、精神风貌等已定位为中华民族精神谱系的坐标,共同铸就了世界上唯一从未中断过的中华文明。 本书精心萃取从古至今与中国人的特质和精神风貌密切相关的100个主题,通过中国人的身份、生活、艺术、精神等四个视角,描绘出一幅绵延不绝的文明画卷。徜徉于古老灿烂的中华文明长河之中,汲取老祖宗给予的原生力量,你已分不清自己是古人还是今人了。
中国历朝宫廷演义(全三册)
¥99.00
中国历朝宫廷演义包含《宫廷风雨:历朝政变演义(春秋-隋)》《宫廷风云:历朝政变演义(唐-清)》《宫廷风月:历朝情变演义》全三册,作者以深厚的历史修养和文学手笔,生动演绎了历朝惊心动魄的宫廷政变,审视中国古代政治与情感世界。血与火的权力更替,宫廷中的红颜悲歌,正是智慧、勇气与人性的较量。《历朝政变演义》二册以小说的笔法,演绎中国历代*惊心动魄的宫廷政变——从权臣篡位到帝王废立,从密谋诛杀到血染金銮,每一次权力更替,都是一场智慧、勇气与人性的较量。全书以史为经,以人为纬,将真实史事融入生动叙事。读者不仅能看到李隆基如何夺权称帝,司马昭如何操纵天下,也能洞见朱棣靖难的雄心、慈禧垂帘的心机。书中人物鲜活、情节跌宕,如史诗般再现王朝更替的暗流涌动。《历朝情变演义》以女性的视角重新审视中国古代的政治与情感世界——从帝王的宠妃到乱世的女相,从用情至深的才女到冷静权谋的智后。她们的爱与恨、智与惑,不只是红颜的悲歌,更是智慧与时代的交锋。

购物车
个人中心

