32. My Experiences in the Factories 我在工厂的经历
32. My Experiences in the Factories 我在工厂的经历
① I've worked in the factories surrounding my hometown every summer since I graduated from high school,but making the transition between school and full-time blue-collar work during the break never gets any easier.For a student like me who considers any class before noon to be uncivilized,getting to a factory by 6 o'clock each morning is torture.My friends never seem to understand why I'm so relieved to be back at school or that my summer vacation has been anything but a vacation.
② There're few people as self-confident as a college student who had never been out in the real world.People my age always seem to overestimate the value of their time and knowledge.In fact,all the classes did not prepare me for my battles with the machine I ran in the plant,which would jam whenever I absent-mindedly put in a part backward or upside down.
③ The most stressful thing about blue-collar life is knowing your job could disappear overnight.Issues like downsizing and overseas relocation had always seemed distant to me until my co-workers told me that the unit I was working in would shut down within six months and move to Mexico,where people would work for 60 cents an hour.
④ After working 12-hour shifts in a factory,the other opinions have become only too clear.When I'm back at the university,skipping classes and turning in lazy re-writes seems too irresponsible after seeing what I would be doing without school.All the advice and public-service announcements about the value of an education that used to sound stale now ring true.
⑤ These lessons I'm learning,however valuable,are always tinged with a sense of guilt.Many people pass their lives in the places I briefly work,spending 30 years where I spend only two months at a time."This job pays well,but it's hell on the body,"said one co-worker."Study hard and keep reading,"she added.
⑥ My experiences in the factories has inspired me to make the most of my college years before I enter the real world for good.
32. My Experiences in the Factories 我在工厂的经历的更多相关文章
- spring.factories配置文件的工厂模式
在springboot的各个依赖包下,我们经常看到META-INF/spring.factories这个文件.spring.factories文件的内容基本上都是这样的格式: # Initialize ...
- words2
餐具:coffee pot 咖啡壶coffee cup 咖啡杯paper towel 纸巾napkin 餐巾table cloth 桌布tea -pot 茶壶tea set 茶具tea tray 茶盘 ...
- Code First :使用Entity. Framework编程(6) ----转发 收藏
Chapter6 Controlling Database Location,Creation Process, and Seed Data 第6章 控制数据库位置,创建过程和种子数据 In prev ...
- 扩展 ASP.NET MVC 模型扩展 – ASP.NET MVC 4 系列
大部分人不能将核心运行时(System.Web 中的类)和 ASP.NET Web Forms 应用程序平台(System.Web.UI 中的类)区分开来. ASP.NET ...
- AngularJS Providers 详解
供应者(Providers) Each web application you build is composed of objects that collaborate to get stuff d ...
- Asp.net mvc 知多少(十)
本系列主要翻译自<ASP.NET MVC Interview Questions and Answers >- By Shailendra Chauhan,想看英文原版的可访问http:/ ...
- Leaflet API翻译
转自: http://jsrookie.iteye.com/blog/2318972(上) http://jsrookie.iteye.com/blog/2318973(下) L.Map API各种类 ...
- JavaScript知识点整理
1.JavaScript的定义 JavaScript是一种专门为与网页交互而设计的脚本语言.有下列三部分组成 ①ECMAScript,提供核心语言功能 ②文档对象模型(DOM),提供访问与操作网页内容 ...
- leaflet入门(五)API翻译(下)
L.PointConstructor(函数构造器)Properties(属性)Methods(方法) L.BoundsConstructor(函数构造器)Properties(属性)Methods(方 ...
随机推荐
- java基础思维导图,让java不再难懂
java基础思维导图,让java不再难懂 原文链接 https://my.oschina.net/u/3080373/blog/873056 最近看了一些文章的思维导图,发现思维导图真是个强大的工具 ...
- as3 判断鼠标移动方向
import flash.events.MouseEvent; var odx:Number=mouseX; var ody:Number=mouseY; stage.addEventListener ...
- C# 通用方法
一. /// <summary> /// 删除字符串中的中文 /// </summary> public static string Delete(string str) { ...
- UGUI RectTransform
RectTransform解析 当 Anchor 在同一点时,显示的是物体的座标与大小Pos X.Pos Y.Width.Height ,当 Anchor 不在同一点时(此时会形成矩形),显示的会是 ...
- log4j显示hibernate sql参数的配置
#下面的两条配置非常重要,设置为trace后,将可以看到打印出sql中 ? 占位符的实际内容 #this is the most important config for showing parame ...
- hibernate hql limit的实现方式
query.setFirstResult(startIndex);//开始索引query.setMaxResults(maxSize);//取几条 如 limit 1,5HQL:query.setFi ...
- 201671010127 2016—2017—2 Java怎样解决Java程序中中文乱码的问题。
这是本次第二次分享新手在编程中遇到的问题,相信很多Java新手和我一样,在Java编程中会遇到中文乱码的情况,下面我就给大家分享我遇到问题和解决问题的具体过程. 我先用Notepad++写了一个如下的 ...
- SO\PR回写的数据如下
insert into OUT_ORDER_RES ---JAVA FOR PR ) as LGORT ,'SAPRFC' as ERNAM,out_pr.due_datetime,out_pr.so ...
- Intersection of Two Linked Lists(LIST-2 POINTER)
Write a program to find the node at which the intersection of two singly linked lists begins. For ex ...
- 在Eclipse中配置Maven插件
--------------------------siwuxie095 在 Eclipse 中配置 Maven 插件 ...