万本电子书0元读

万本电子书0元读

Big Data Analytics with SAS: Get actionable insights from your Big Data using th
Big Data Analytics with SAS: Get actionable insights from your Big Data using th
David Pope
¥334.25
Leverage the capabilities of SAS to process and analyze Big Data About This Book Combine SAS with platforms such as Hadoop, SAP HANA, and Cloud Foundry-based platforms for effecient Big Data analytics Learn how to use the web browser-based SAS Studio and iPython Jupyter Notebook interfaces with SAS Practical, real-world examples on predictive modeling, forecasting, optimizing and reporting your Big Data analysis with SAS Who This Book Is For SAS professionals and data analysts who wish to perform analytics on Big Data using SAS to gain actionable insights will find this book to be very useful. If you are a data science professional looking to perform large-scale analytics with SAS, this book will also help you. A basic understanding of SAS will be helpful, but is not mandatory. What You Will Learn Configure a free version of SAS in order do hands-on exercises dealing with data management, analysis, and reporting. Understand the basic concepts of the SAS language which consists of the data step (for data preparation) and procedures (or PROCs) for analysis. Make use of the web browser based SAS Studio and iPython Jupyter Notebook interfaces for coding in the SAS, DS2, and FedSQL programming languages. Understand how the DS2 programming language plays an important role in Big Data preparation and analysis using SAS Integrate and work efficiently with Big Data platforms like Hadoop, SAP HANA, and cloud foundry based systems. In Detail SAS has been recognized by Money Magazine and Payscale as one of the top business skills to learn in order to advance one's career. Through innovative data management, analytics, and business intelligence software and services, SAS helps customers solve their business problems by allowing them to make better decisions faster. This book introduces the reader to the SAS and how they can use SAS to perform efficient analysis on any size data, including Big Data. The reader will learn how to prepare data for analysis, perform predictive, forecasting, and optimization analysis and then deploy or report on the results of these analyses. While performing the coding examples within this book the reader will learn how to use the web browser based SAS Studio and iPython Jupyter Notebook interfaces for working with SAS. Finally, the reader will learn how SAS's architecture is engineered and designed to scale up and/or out and be combined with the open source offerings such as Hadoop, Python, and R. By the end of this book, you will be able to clearly understand how you can efficiently analyze Big Data using SAS. Style and approach The book starts off by introducing the reader to SAS and the SAS programming language which provides data management, analytical, and reporting capabilities. Most chapters include hands on examples which highlights how SAS provides The Power to Know?. The reader will learn that if they are looking to perform large-scale data analysis that SAS provides an open platform engineered and designed to scale both up and out which allows the power of SAS to combine with open source offerings such as Hadoop, Python, and R.
Rust Essentials - Second Edition
Rust Essentials - Second Edition
Ivo Balbaert
¥334.25
Leverage the functional programming and concurrency features of Rust and speed up your application development About This Book Get started with Rust to build scalable and high performance applications Enhance your application development skills using the power of Rust Discover the power of Rust when developing concurrent applications for large and scalable software Who This Book Is For The book is for developers looking for a quick entry into using Rust and understanding the core features of the language. Basic programming knowledge is assumed. What You Will Learn Set up your Rust environment to achieve the highest productivity Bridge the performance gap between safe and unsafe languages Use pattern matching to create flexible code Apply generics and traits to develop widely applicable code Organize your code in modules and crates Build macros to extend Rust's capabilities and reach Apply tasks to tackle problems concurrently in a distributed environment In Detail Rust is the new, open source, fast, and safe systems programming language for the 21st century, developed at Mozilla Research, and with a steadily growing community. It was created to solve the dilemma between high-level, slow code with minimal control over the system, and low-level, fast code with maximum system control. It is no longer necessary to learn C/C++ to develop resource intensive and low-level systems applications. This book will give you a head start to solve systems programming and application tasks with Rust. We start off with an argumentation of Rust's unique place in today's landscape of programming languages. You'll install Rust and learn how to work with its package manager Cargo. The various concepts are introduced step by step: variables, types, functions, and control structures to lay the groundwork. Then we explore more structured data such as strings, arrays, and enums, and you'll see how pattern matching works. Throughout all this, we stress the unique ways of reasoning that the Rust compiler uses to produce safe code. Next we look at Rust's specific way of error handling, and the overall importance of traits in Rust code. The pillar of memory safety is treated in depth as we explore the various pointer kinds. Next, you'll see how macros can simplify code generation, and how to compose bigger projects with modules and crates. Finally, you'll discover how we can write safe concurrent code in Rust and interface with C programs, get a view of the Rust ecosystem, and explore the use of the standard library. Style and approach The book takes a pragmatic approach, showing various methods to solve systems programming tasks with Rust and develop resource intensive and low-level systems applications.
Mastering JavaScript Single Page Application Development
Mastering JavaScript Single Page Application Development
Philip Klauzinski, John Moore
¥334.25
An in-depth guide to exploring the design, architecture, and techniques behind building sophisticated, scalable, and maintainable single-page applications in JavaScriptAbout This Book·Build large-scale, feature-complete SPAs by leveraging widely used tools and techniques.·Gain a solid understanding of architecture and SPA design to build applications using the library or framework of your choice.·Explore the various facets of SPA development to build web apps that are fast, scalable, and easy to test.Who This Book Is ForThis book is ideal for JavaScript developers who want to build complex single-page applications in JavaScript. Some basic understanding of SPA concepts will be helpful but not essential.What You Will Learn·Organize your development environment using the command line with NPM, Bower, and Grunt.·Choose an accurate design pattern for your app·Understand modular JavaScript programming and Node.js·Interact with a REST API using JavaScript and AJAX with practical examples·Build a single page application using the MEAN stack·Connect your app across popular social media platforms such as Facebook, Twitter, and LinkedIn·Test your app, both on the server side and in views·Prepare your app for the real world and deploy it to HerokuIn DetailSingle-page web applications—or SPAs, as they are commonly referred to—are quickly becoming the de facto standard for web app development. The fact that a major part of the app runs inside a single web page makes it very interesting and appealing. Also, the accelerated growth of browser capabilities is pushing us closer to the day when all apps will run entirely in the browser.This book will take your JavaScript development skills to the next level by teaching you to create a single-page application within a full-stack JavaScript environment. Using only JavaScript, you can go from being a front-end developer to a full-stack application developer with relative ease.You will learn to cross the boundary from front-end development to server-side development through the use of JavaScript on both ends. Use your existing knowledge of JavaScript by learning to manage a JSON document data store with MongoDB, writing a JavaScript powered REST API with Node.js and Express, and designing a front-end powered by AngularJS.This book will teach you to leverage the MEAN stack to do everything from document database design, routing REST web API requests, data-binding within views, and adding authentication and security to building a full-fledged, complex, single-page web application.In addition to building a full-stack JavaScript app, you will learn to test it with JavaScript-powered testing tools such as Mocha, Karma, and Jasmine. Finally, you will learn about deployment and scaling so that you can launch your own apps into the real world.Style and approachFollowing a structured approach, this book helps readers gain expertise in SPA development. Its thorough coverage of SPA architecture and design, along with practical use cases, provides readers with a clear path to building applications with the library of their choice. For readers who are afraid to take the plunge straightaway, the book also offers step-by-step guidance on developing a complex web app.
ASP.NET Core 2 and Angular 5: Full-Stack Web Development with .NET Core and Angu
ASP.NET Core 2 and Angular 5: Full-Stack Web Development with .NET Core and Angu
Valerio De Sanctis
¥334.25
Develop a simple, yet fully-functional modern web application using ASP.NET Core MVC, Entity Framework and Angular 5. About This Book Based on the best-selling book ASP.NET Core and Angular 2 Easily build a complete single page application with two of the most impressive frameworks in modern development, ASP.NET Core and Angular Bring together the capabilities and features of both Angular 5 and ASP.NET Core 2 for full stack development Discover a comprehensive approach to building your next web project-From managing data, to application design, through to SEO optimization and security Who This Book Is For This book is for seasoned ASP.NET developers who already know about ASP.NET Core and Angular in general, but want to know more about them and/or understand how to blend them together to craft a production-ready SPA. What You Will Learn Use ASP.NET Core to its full extent to create a versatile backend layer based on RESTful APIs Consume backend APIs with the brand new Angular 5 HttpClient and use RxJS Observers to feed the frontend UI asynchronously Implement an authentication and authorization layer using ASP.NET Identity to support user login with integrated and third-party OAuth 2 providers Configure a web application in order to accept user-defined data and persist it into the database using server-side APIs Secure your application against threats and vulnerabilities in a time efficient way Connect different aspects of the ASP. NET Core framework ecosystem and make them interact with each other for a Full-Stack web development experience In Detail Become fluent in both frontend and backend web development by combining the impressive capabilities of ASP.NET Core 2 and Angular 5 from project setup right through the deployment phase. Full-stack web development means being able to work on both the frontend and backend portions of an application. The frontend is the part that users will see or interact with, while the backend is the underlying engine, that handles the logical flow: server configuration, data storage and retrieval, database interactions, user authentication, and more. Use the ASP.NET Core MVC framework to implement the backend with API calls and server-side routing. Learn how to put the frontend together using top-notch Angular 5 features such as two-way binding, Observables, and Dependency Injection, build the Data Model with Entity Framework Core, style the frontend with CSS/LESS for a responsive and mobile-friendly UI, handle user input with Forms and Validators, explore different authentication techniques, including the support for third-party OAuth2 providers such as Facebook, and deploy the application using Windows Server, SQL Server, and the IIS/Kestrel reverse proxy. Style and approach More than just a technical manual, this guide takes you through the most important technical facets of developing with these two hugely popular frameworks and then demonstrates how to put those skills into practice. It's a book that recognizes that what's really important is the end product.
RESTful Java Web Services - Third Edition
RESTful Java Web Services - Third Edition
Bogunuva Mohanram Balachandar
¥334.25
Master core REST concepts and create RESTful web services in Java About This Book Build efficient and secure RESTful web APIs in Java.. Design solutions to produce, consume and visualize RESTful web services using WADL, RAML, and Swagger Familiarize the role of RESTful APIs usage in emerging technology trends like Cloud, IoT, Social Media. Who This Book Is For If you are a web developer with a basic understanding of the REST concepts and envisage to get acquainted with the idea of designing and developing RESTful web services, this is the book for you. As all the code samples for the book are written in Java, proficiency in Java is a must. What You Will Learn Introduce yourself to the RESTful software architectural style and the REST API design principles Make use of the JSR 353 API, JSR 374 API, JSR 367 API and Jackson API for JSON processing Build portable RESTful web APIs, making use of the JAX-RS 2.1 API Simplify API development using the Jersey and RESTEasy extension APIs Secure your RESTful web services with various authentication and authorization mechanisms Get to grips with the various metadata solutions to describe, produce, and consume RESTful web services Understand the design and coding guidelines to build well-performing RESTful APIs See how the role of RESTful web services changes with emerging technologies and trends In Detail Representational State Transfer (REST) is a simple yet powerful software architecture style to create lightweight and scalable web services. The RESTful web services use HTTP as the transport protocol and can use any message formats, including XML, JSON(widely used), CSV, and many more, which makes it easily inter-operable across different languages and platforms. This successful book is currently in its 3rd edition and has been used by thousands of developers. It serves as an excellent guide for developing RESTful web services in Java. This book attempts to familiarize the reader with the concepts of REST. It is a pragmatic guide for designing and developing web services using Java APIs for real-life use cases following best practices and for learning to secure REST APIs using OAuth and JWT. Finally, you will learn the role of RESTful web services for future technological advances, be it cloud, IoT or social media. By the end of this book, you will be able to efficiently build robust, scalable, and secure RESTful web services using Java APIs. Style and approach Step-by-step guide to designing and developing robust RESTful web services. Each topic is explained in a simple and easy-to-understand manner with lots of real-life use-cases and their solutions.
Learning Apache Apex: Real-time streaming applications with Apex
Learning Apache Apex: Real-time streaming applications with Apex
Thomas Weise, Munagala V. Ramanath, David Yan, Kenneth Knowles
¥334.25
Designing and writing a real-time streaming publication with Apache Apex About This Book Get a clear, practical approach to real-time data processing Program Apache Apex streaming applications This book shows you Apex integration with the open source Big Data ecosystem Who This Book Is For This book assumes knowledge of application development with Java and familiarity with distributed systems. Familiarity with other real-time streaming frameworks is not required, but some practical experience with other big data processing utilities might be helpful. What You Will Learn Put together a functioning Apex application from scratch Scale an Apex application and configure it for optimal performance Understand how to deal with failures via the fault tolerance features of the platform Use Apex via other frameworks such as Beam Understand the DevOps implications of deploying Apex In Detail Apache Apex is a next-generation stream processing framework designed to operate on data at large scale, with minimum latency, maximum reliability, and strict correctness guarantees. Half of the book consists of Apex applications, showing you key aspects of data processing pipelines such as connectors for sources and sinks, and common data transformations. The other half of the book is evenly split into explaining the Apex framework, and tuning, testing, and scaling Apex applications. Much of our economic world depends on growing streams of data, such as social media feeds, financial records, data from mobile devices, sensors and machines (the Internet of Things - IoT). The projects in the book show how to process such streams to gain valuable, timely, and actionable insights. Traditional use cases, such as ETL, that currently consume a significant chunk of data engineering resources are also covered. The final chapter shows you future possibilities emerging in the streaming space, and how Apache Apex can contribute to it. Style and approach This book is divided into two major parts: first it explains what Apex is, what its relevant parts are, and how to write well-built Apex applications. The second part is entirely application-driven, walking you through Apex applications of increasing complexity.
满3件6折 变迁
变迁
谭显爱
¥333.99
《变迁 巴东县黄土坡滑坡整体避险搬迁纪事》以图文形式,用纪实的手法,再现和铭记了这一段艰难而又昂扬的历史,展现整体避险搬迁的沧桑岁月与巨大变化。该画册分为“溯源、诱因、避险、新生、纪事”五个篇章,对浩繁的搬迁历程进行纵横梳理,把握了环境与人文、磅礴与细腻、主线与细节、艺术与通俗、图片与文字的有机结合,既纵横捭阖,又钩玄摘要,使之成为上乘的历史之作。
John Grote, Cambridge University and the Development of Victorian Thought
John Grote, Cambridge University and the Development of Victorian Thought
Gibbins, John Richard
¥333.44
John Grote struggled to construct an intelligible account of philosophy at a time when radical change and sectarian conflict made understanding and clarity a rarity. This book answers three questions:* How did John Grote develop and contribute to modern Cambridge and British philosophy?* What is the significance of these contributions to modern philosophy in general and British Idealism and language philosophy in particular?* How were his ideas and his idealism incorporated into the modern philosophical tradition?Grote influenced his contemporaries, such as his students Henry Sidgwick and John Venn, in both style and content; he forged a brilliantly original philosophy of knowledge, ethics, politics and language, from a synthesis of the major British and European philosophies of his day; his social and political theory provide the origins of the 'new liberal' ideas later to reach their zenith in the writings of Green, Sidgwick, and Collingwood; he founded the 'Cambridge style' associated with Moore, Russell, Broad, McTaggart and Wittgenstein; and he was also a major influence on Oakeshott.
满3件6折 当国风美图遇上经典诗文(共6册)
当国风美图遇上经典诗文(共6册)
为你读诗主编、湘人彭二著;董领
¥331.99
动画电影级国风插画×古代诗人生活美学,人文艺术品牌「为你读诗」诗意生活品牌系列、知识放映室“威风古人”系列,合计共6册。分别为《莫愁猎火狼烟,前路有高适》《你当像李白长风破浪》《谁当凌绝顶,杜甫与我》《人生如逆旅,幸好还有苏轼》《红豆生南国,王维*相思》《知否知否应是人间清照》
满3件6折 和佟彤学养生,提高身体免疫力(共12册)
和佟彤学养生,提高身体免疫力(共12册)
佟彤
¥331.99
健康畅销书作者、身心养生专家佟彤作品合集。分别为《了不起的中医养生妙招》《听身体的话》《湿胖》《不衰老不疲劳的生活》《药房里买得到的传世名方:新版》《看名医不挂号》《不上火的好生活》《女人暖养更年轻》《中国女人要补阴》《女人开心药典》《脾虚的女人老得快:新版》和《脸要穷养,身要娇养》
满3件6折 和佟彤学养生,提高身体免疫力(共12册)
和佟彤学养生,提高身体免疫力(共12册)
佟彤
¥331.99
健康畅销书作者、身心养生专家佟彤作品合集。分别为《了不起的中医养生妙招》《听身体的话》《湿胖》《不衰老不疲劳的生活》《药房里买得到的传世名方:新版》《看名医不挂号》《不上火的好生活》《女人暖养更年轻》《中国女人要补阴》《女人开心药典》《脾虚的女人老得快:新版》和《脸要穷养,身要娇养》
马克斯·韦伯作品集(套装6册)
马克斯·韦伯作品集(套装6册)
[德]马克斯·韦伯
¥331.50
《中国的宗教:儒教与道教》是韦伯在宗教社会学上的第二本主要著作,与《新教伦理与资本主义精神》同属于三大卷本的《宗教社会学论文集》首卷。在本书中,韦伯专注于探索中国社会里那些与西欧不同的地方,以此突显西方基督教文明的特色,并且提出了一个问题:为什么资本主义没有在中国发展呢?韦伯所着手探讨的对象,特别是中国与印度,都是既庞大复杂又源远流长的文化体。身为西欧近代文明之子的韦伯遂以“理性化”作为其研究世界各大文化的“利器”。他的着眼在于:宗教与社会其他层面、理念与利益在人类文明的整体发展上究竟有着什么样的互动关系,在种种互动关系下呈现出怎样的理性内涵。韦伯在本书中分析了中国的国家、法律、城市、行会、士人阶层、正统礼教、异端信仰等,无非是想借此构筑出:中国人想的是什么、做出来的又是什么,以及所想与所做之间的关系。而儒教官绅知识阶层,在韦伯所构筑的传统中国历史舞台上,展现出使中国整体文明与西方文明大相径庭的坚实活力。
满3件6折 法医背后的真相(套装16册)
法医背后的真相(套装16册)
法医秦明,天工匠人
¥330.08
套装包括:《燃烧的蜂鸟》《法医秦明:天谴者》《法医秦明.遗忘者》《法医秦明.玩偶》《尸语者》《法医秦明:无声的证词》《法医秦明. 第十一根手指《法医秦明.清道夫》《法医秦明.幸存者》《守夜者》《守夜者.2黑暗潜能》《守夜者.3,生死盲点》《守夜者.4,天演》《逝者证言》《逝者之书》《法医徐祸》
斯坦因·西域游历丛书(15卷本)
斯坦因·西域游历丛书(15卷本)
(英)奥雷尔斯坦因 著 方晶 译
¥330.00
1900—1901 年、1906—1908 年、1913—1916 年,英籍匈牙利人奥雷尔·斯坦因先后到我国新疆及河西地区进行探险考古,并先后出版了这三次探险考古报告:《古代和田——中国新疆考古发掘的详细报告》《西域考古图记》《亚洲腹地考古图记》。这三部著作是斯坦因的代表作,较全面地记述了我国新疆汉唐时期的遗迹和遗物,以及敦煌石窟宝藏与千佛洞佛教艺术,揭开了该地区古代文明面貌和中西文明交流融合的神秘面纱。西域游历丛书集斯坦因这三次中国西部探险考古资料于一体,对上述考古报告进行整合修订,使大众能更便捷了解其中的经过和成果。
满3件6折 GB50612-2010冶金矿山选矿厂工艺设计规范(英文版)
GB50612-2010冶金矿山选矿厂工艺设计规范(英文版)
住房和城乡建设部
¥330.00
中华人民共和国住房和城乡建设部公告第661号关于发布国家标准《冶金矿山选矿厂工艺设计规范》的公告现批准《冶金矿山选矿厂工艺设计规范》为国家标准,编号为GB50612-2010,自2011年2月1日起实施。其中,第11.3.1(5)、13.3.3条(款)为强制性条文,必须严格执行。本规范由我部标准定额研究所组织中国计划出版社出版发行。
满3件6折 脊柱外科麻醉学
脊柱外科麻醉学
杜晓宣, 郑传东, 李宏
¥330.00
本书共26章,内容包括绪论、脊柱的应用解剖学、脊柱手术相关影像学、术前病情评估、常用术前用药和麻醉药物、麻醉期间监测与管理、麻醉期间严重并发症管理、脊柱手术体位与围手术期护理、低温与控制性降压、围手术期血液保护、非手术治疗与疼痛管理,以及涵盖脊柱和脊髓外伤手术的麻醉、脊柱退行性变手术的麻醉、先天性脊柱脊髓发育异常手术的麻醉等各种脊柱手术的麻醉技术。本书以一种全新的思维将脊柱外科疾病与手术相关的解剖学、影像学、监测学以及护理学纵向串联起来,这种结合不仅内容新颖,而且具有较高的临床实用价值, 尤其是对年青的麻醉专业人员能起到启蒙和教学作用。该专著的出版不仅填补了国内同类参考书的空白,而且对从事脊柱外科临床、科研和教学工作者都有所帮助。 本书适用于麻醉科、脊柱外科医生及相关专业研究人员阅读参考。
满3件6折 SH3011-2011石油化工工艺装置布置设计规范(英文版)
SH3011-2011石油化工工艺装置布置设计规范(英文版)
住房和城乡建设部
¥330.00
石油化工工艺装置布置设计规范根据国家发展和改革委员会办公厅《2008年行业标准计划》(发改办工业[2008]1242号)的要求,规范编制组经广泛调查研究,认真总结实践经验,参考有关国际标准和国外先进标准,并在广泛征求意见的基础上,修订本规范。本规范共分7章。本规范的主要技术内容是:石油化工工艺装置中常用设备、管廊、建筑物、构筑物及通道的布置设计要求。本规范是在SH3011-2000《石油化工工艺装置布置设计通则》的基础上修订而成,修订的主要内容是:规范名称更改为《石油化工工艺装置布置设计规范》;增加第2章"规范性引用文件";第3章"一般规定"中增加"围堰内排水设施的要求",并对有关内容进行了局部修改和补充;原第3章"主管廊和常用设备的布置"更改为第4章"管廊的布置"和第5章"常用设备的布置",并对有关内容进行了局部修改和补充;原第4章"建筑物、构筑物及通道的布置"更改为第6章"建筑物和构筑物的布置"和第7章"通道的布置",并对控制室、机柜间、变配电所、化验室、办公室等布置在装置内时,提出了要求和限制;对大型石油化工装置的设备、建筑物区占地面积由10000m2扩大到20000m2提出要求,并应采取必要的安全措施。
满3件6折 SH/T3129-2012高酸原油加工装置设备和管道设计选材导则(英文版)
SH/T3129-2012高酸原油加工装置设备和管道设计选材导则(英文版)
中国石油化工集团公司
¥330.00
  According to the requirements specified in the Plan for Developing Professional Standards in 2008(Document Number:[2008]No. 1242)issued by the General Administration Office of National Development and Reform Commission9 this Guideline is revised by its development team based on wide and intensive investigations and studies made, practices summarized, comments requested as well as references to international codes and advanced foreign standards.   The Guideline comprises 6 chapters and 2 appendixes.   The main technical contents in this Guideline include material selection for design of equipment and piping in units processing acid crude oils.   This Guideline is an integration of and a revision to the Material Selection Guideline for Design of Major Equipment in Key Units Processing Sour Crude Oil(SH/T 3096 - 2001) and the Material Selection Guideline for Design of Major Piping in Key Units Processing Sour Crude Oil(SH/T 3129 - 2002). Major technical contents revised include:   -SH/T 3096 - 2001and SH/T 3129 - 2002 were integrated to form the Material Selection Guideline for Design of Equipment and Piping in Units Processing Acid Crude Oils(SH/T 3129 - 2012) ;   -The List of Materials Recommended for Major Equipment in Fluid Catalytic Cracking Unitis deleted, and the List of Materials Recommended for Major Equipment and Piping in Hydrofining Unit is added;   -The Figure A. 4: Susceptibility of Caustic Cracking in Carbon Steel, Table A. 5: Annual High Temperature Oxidation Corrosion Rate of Metal Materials and Table B: Cross Reference for Common Metal Materials were added;   China Petrochemical Corporation(Sinopec Group)is in responsible for the administration of this Guideline, Sinopec Technical Center for Static Equipment Design and Engineering is responsible for its routine management, and Sinopec Luoyang Petrochemical Engineering Corporation is tasked for the interpretation of specific technical contents. If any comments and recommendations are proposed in implementation of this Guideline, please send your comments and recommendations to the routine management organization and chief development organization.
满3件6折 数字化转型指南(套装共12册)
数字化转型指南(套装共12册)
高松 等
¥330.00
现有团队的定位与公司的需要脱节?团队积累的技能和经验,并不符合公司的需求方向?某些部门和团队的工作变成“过家家”,员工很忙,部门空转,但实际上并没有创造很大价值?…… VUCA时代,企业经营管理需要更为务实有效率,围绕客户需求敏捷反应、创造价值。面对这类挑战,华东理工大学教授、赋能管理与企业学习专家高松反思传统培训,全新著作《赋能业务》,揭秘了未来企业学习的全新理念与方法论——赋能业务。 在《赋能业务》中,作者详述了赋能业务的全景图、学习体系、6大升维、7大应用场景、学习3支柱;用亲自操盘的实战案例,着重解析了构建赋能业务方法金三角——赋能于人、赋能客户、赋能组织;贴心给出了赋能业务项目实战中的关键,如项目设计的ICIDE模型、评估赋能业务成效的方法等……帮我们更加深地理解并掌握赋能业务,而为企业带来长久动能和业绩成效。
满3件6折 “燃情天后”桐华经典作品大合集
“燃情天后”桐华经典作品大合集
桐华
¥329.97
套装包括:《散落星河的记忆1:迷失》《散落星河的记忆2:窃梦》《散落星河的记忆3:化蝶》《散落星河的记忆4:璀璨》《云中歌(套装)》《大漠谣(套装)》《曾许诺:套装》《长相思套装(全三册)》《那片星空,那片海》《散落星河的记忆》《那些回不去的年少时光》《美的时光》《半暖时光》
Translation as Muse
Translation as Muse
Young, Elizabeth Marie
¥329.62
Poetry is often said to resist translation, its integration of form and meaning rendering even the best translations problematic. Elizabeth Marie Young disagrees, and with?Translation as Muse, she uses the work of the celebrated Roman poet Catullus to mount a powerful argument that translation can be an engine of poetic invention.Catullus has long been admired as a poet, but his efforts as a translator have been largely ignored. Young reveals how essential translation is to his work: many poems by Catullus that we tend to label as lyric originals were in fact shaped by Roman translation practices entirely different from our own. By rereading Catullus through the lens of translation, Young exposes new layers of ingenuity in Latin poetry even as she illuminates the idiosyncrasies of Roman translation practice, reconfigures our understanding of translation history, and questions basic assumptions about lyric poetry itself.