《On Writing Well 30th Anniversa》【PDF】下载
《On Writing Well 30th Anniversa》【PDF】下载链接:
https://u253469.pipipan.com/fs/253469-230382210
内容简介
"On Writing Well" has been praised for its sound advice, its
clarity and the warmth of its style. It is a book for everybody who
wants to learn how to write or who needs to do some writing to get
through the day, as almost everybody does in the age of e-mail and
the Internet.
Whether you want to write about people or places, science and
technology, business, sports, the arts or...
"On Writing Well" has been praised for its sound advice, its
clarity and the warmth of its style. It is a book for everybody who
wants to learn how to write or who needs to do some writing to get
through the day, as almost everybody does in the age of e-mail and
the Internet.
Whether you want to write about people or places, science and
technology, business, sports, the arts or about yourself in the
increasingly popular memoir genre, "On Writing Well" offers you
fundamental priciples as well as the insights of a distinguished
writer and teacher. With more than a million copies sold, this
volume has stood the test of time and remains a valuable resource
for writers and would-be writers.
作者简介
William Zinsser has been a mentor for countless people who want to
write with clarity and confidence. His eighteen books include the
classic On Writing Well, which has sold almost 1.5 million copies.
He now teaches at the New School and at the Columbia Graduate
School of Journalism.
目录
INTRODUCTION
PART
I Principles
1
The Transaction
2
Simplicity
3
Clutter
4
Style
INTRODUCTION
PART
I Principles
1
The Transaction
2
Simplicity
3
Clutter
4
Style
5
The Audience
6
Words
7
Usage
PART
II Methods
8
Unity
9
The Lead and the Ending
10
Bits Pieces
PART
III Forms
11
Nonfiction as Literature
12
Writing About People: The Interview
13
Writing About Places: The Travel Article
14
Writing About Yourself: The Memoir
15
Science and Technology
16
Business Writing: Writing in Your Job
17
Sports
18
Writing About the Arts: Critics and Columnists
19
Humor
PART
IV Attitudes
20
The Sound of Your Voice
21
Enjoyment, Fear and Confidence
22
The Tyranny of the Final Product
23
A Writer’s Decisions
24
Writing Family History and Memoir
25
Write as Well as You Can
SOURCES
INDEX
更多资料请关注我的新浪博客http://blog.sina.com.cn/u/3283485963
《On Writing Well 30th Anniversa》【PDF】下载链接:
https://u253469.pipipan.com/fs/253469-230382210
更多书单和推荐电子书请关注:
http://zhaozhiyong.cn
《On Writing Well 30th Anniversa》【PDF】下载的更多相关文章
- 《决战大数据:驾驭未来商业的利器》【PDF】下载
内容简介 大数据时代的来临,给当今的商业带来了极大的冲击,多数电商人无不"谈大数据色变",并呈现出一种观望.迷茫.手足无措的状态.车品觉,作为一名经验丰富的电商人,在敬畏大数据的同 ...
- 大数据时代的图表可视化利器——highcharts,D3和百度的echarts
大数据时代的图表可视化利器——highcharts,D3和百度的echarts https://blog.csdn.net/minidrupal/article/details/42153941 ...
- 决战大数据之三-Apache ZooKeeper Standalone及复制模式安装及测试
决战大数据之三-Apache ZooKeeper Standalone及复制模式安装及测试 [TOC] Apache ZooKeeper 单机模式安装 创建hadoop用户&赋予sudo权限, ...
- 决战大数据之二:CentOS 7 最新JDK 8安装
决战大数据之二:CentOS 7 最新JDK 8安装 [TOC] 修改hostname # hostnamectl set-hostname node1 --static # reboot now 重 ...
- 学习推荐《零起点Python大数据与量化交易》中文PDF+源代码
学习量化交易推荐学习国内关于Python大数据与量化交易的原创图书<零起点Python大数据与量化交易>. 配合zwPython开发平台和zwQuant开源量化软件学习,是一套完整的大数据 ...
- asp.net大数据导出execl实现分开压缩并下载
asp.net大数据导出execl实现分开压缩并下载 /// <summary> /// 导出数据到EXCEL 多个表的 /// </summary> /// <para ...
- 基于Greenplum Hadoop分布式平台的大数据解决方案及商业应用案例剖析
随着云计算.大数据迅速发展,亟需用hadoop解决大数据量高并发访问的瓶颈.谷歌.淘宝.百度.京东等底层都应用hadoop.越来越多的企 业急需引入hadoop技术人才.由于掌握Hadoop技术的开发 ...
- 关于大数据时代传统商业存储的思考: 中心存储 VS 分布式存储
尊重原创,转载请注明出处:http://anzhan.me ; http://blog.csdn.net/anzhsoft 今天和我们部门的老大1*1, 大家面对面沟通了一下到新的项目组的想法.而且也 ...
- cloudera cdh6.3 离线安装 经典大数据平台视频教程(含网盘下载地址)
cdh6.3企业级大数据视频教程 链接:https://pan.baidu.com/s/1bLGrIwzpFQB-pQRb6KOmNg 提取码:i8h8 系统和软件版本1,操作系统:Centos7.6 ...
- 大数据之路week06--day01(VMware的下载与安装、安装CentOS)
好了,从今天开始就开始正式的进入大数据道路的轨道上了,当然了,Java 也是需要不断地在日后进行反复地学习,熟练掌握.(这里我要说一下,Java种还有一些I/O流.Lambda表达式和一些常用工具类有 ...
随机推荐
- ssh简单配置
Port 2223Protocol 2HostKey /etc/ssh/ssh_host_rsa_keyHostKey /etc/ssh/ssh_host_dsa_keyKeyRegeneration ...
- Linux系统查找文件目录的命令
查找目录名autobackup,并且列出路径:find -name 'autobackup'-type d find -name 'directoryname'-type d
- 《java.util.concurrent 包源码阅读》11 线程池系列之ThreadPoolExecutor 第一部分
先来看ThreadPoolExecutor的execute方法,这个方法能体现出一个Task被加入到线程池之后都发生了什么: public void execute(Runnable command) ...
- kafka原理和实践(二)spring-kafka简单实践
系列目录 kafka原理和实践(一)原理:10分钟入门 kafka原理和实践(二)spring-kafka简单实践 kafka原理和实践(三)spring-kafka生产者源码 kafka原理和实践( ...
- jquery 三级关联选择效果
在网页制作中,三级关联选择经常遇到,于是归纳了一个进行参考 代码如下: <!DOCTYPE html> <html lang="en"> <head& ...
- hdu 1496 Equations hash表
hdu 1496 Equations hash表 题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=1496 思路: hash表,将原来\(n^{4}\)降 ...
- PHP进程锁
<?php /** * CacheLock 进程锁,主要用来进行cache失效时的单进程cache获取,防止过多的SQL请求穿透到数据库 * 用于解决PHP在并发时候的锁控制,通过文件/eacc ...
- js 实现div模块的截图并下载功能(可制作长图)
当需要实现html页面部分模块截图并具有保存图片功能时,前台直接生成截图并下载会方便的多.多的不说,直接看代码首先我们需要引入2个js文件: <script type="text/ja ...
- C# Dictionary根据Key排序
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cons ...
- mybatis中使用if标签比较两个字符串是否相等
<!-- 此处使用if比较是否相等 --> 范例一: <select id="findClientIds" parameterType="map&quo ...