当前位置: 首页 > 编程日记 > 正文

每日英语:China's Labor Market Tightens

Job cuts in China appear to be on the rise, dimming prospects for a labor market that has been a resilient bright spot amid a slowdown in the world's second-largest economy.

dimming:调光;变暗    resilient: 弹回的,有弹力的    slowdown: 减速;怠工;降低速度  

The latest sign came on Thursday, when preliminary gauges of August factory activity and hiring showed continued weakness. The HSBC China Manufacturing Purchasing Managers' Index dipped to 47.8 for August from July's 49.3, continuing a 10-month string of results below the 50 level that separates growth from contraction.

gauge: 计量器;标准尺寸;容量规格, 测量;估计;给…定规格  dipped to:降至  contraction:收缩,紧缩;缩写式;害病

Behind weak activity: a slowdown in trade and shrinking real-estate investment. China's exports grew just 1% in the year to July, and exports from coastal hot spots such as the city of Shanghai and the provinces of Jiangsu and Zhejiang contracted.

real-estate:不动产的

Meanwhile, an August reading of 47.7 in the PMI survey's employment subindex, unchanged from July, shows firms shedding workers for the sixth consecutive month.

subindex:分指数    shedding:脱落,蜕落    consecutive:连贯的,连续不断的

The results follow sporadic reports of job cuts in some parts of the country.

sporadic:零星的;分散的;不定时发生的

'Anecdotal evidence suggests that an increasing number of coastal enterprises are laying off workers or closing down factories,' HSBC economists said in a note. 'It is time for Beijing to focus more squarely on the job market.'

Anecdotal:轶事的;轶事一样的;多轶事的  lay off:解雇;休息;停止工作    squarely:直角地;诚实地;正好;干脆地;正当地

There are also some signs that labor unrest is on the rise. China Labour Bulletin, a nongovernmental organization that tracks collective action by Chinese workers, recorded 37 incidences of worker strikes and protests in July, roughly double the number in January, with more actions over unpaid wages.

incidence:发生率;影响;[光] 入射;影响范围   strikes:罢工,攻击

Third-quarter economic data so far suggest China's first-half slowdown is continuing, increasing pressure on policy makers to increase lending or boost government spending to rekindle growth.

rekindle:重新点燃,再点火

Judging the true state of China's labor market is difficult. So far the weakness appears to be well short of the job losses that followed the global financial crisis, which saw as many as 20 million unemployed migrant workers head back to their home towns--a major factor in prompting a massive stimulus spending program by Beijing.

head back to:返回  massive:大量的;巨大的,厚重的;魁伟的 

Other gauges suggest many firms are still hiring, albeit it at a slower pace.

albeit:虽然,即使

At a government labor exchange in the center of Beijing on Thursday, there was little sign of anxiety among those looking for work. Lin Wei, a recent graduate from China University of Petroleum, was looking for a first job in civil engineering. 'I have only been looking for a week but there seems to be a number of opportunities,' she said.

civil engineering:土木工程

Song Guibo, a human-resources manager at Vanke Management Services, was at the exchange to fill vacancies for security guards, receptionists, and cleaners. His main complaint was a shortage of workers. 'We mainly employ migrant workers, and they can get higher wages in the provinces now, so not so many are coming to Beijing' said Mr. Song.

vacancy:空缺;空位;空白;空虚  security guards:保安,警卫   receptionists:前台接待     

The Chinese government publishes numbers on unemployment, which shows the rate at 4.1% in the second quarter, unchanged from the end of 2010. But economists widely regard the figure as unreliable, partly because it does not measure joblessness among migrant workers.

Analysts say that unemployment may lag changes in the economy. A new labor law, which came into force in 2008 and makes it costly to fire workers, and concern about a shortage of workers when growth picks up mean firms are reluctant to let workers go.

A shoe-factory owner in the eastern city of Wenzhou who gave his name as Mr. Mao said that new labor regulations make it difficult for him to lay off any of his 800 workers. 'We don't fire them, they fire us,' he said, referring to a practice in which migrant workers hop between factories based on where orders and wages were strongest.

regulations:条例,规定,章则

'The problem with the generation of workers born after the 1980s is that they are not able to eat bitterness,' he said. 'They are not as hard working as their parents.'
Chen Shao, China analyst at Macquarie, says that factory owners he visited on a recent trip to Fujian were hanging on to workers to avoid losing face. 'They don't want to signal to competitors or creditors that they are in difficulty,' he said.

bitterness:苦味,苦难,怨恨  hang on to:紧紧抓住,紧握  creditor:债权人,债主

Guo Sheng, the chief executive officer of recruitment website Zhaopin.com, said that growth in the number of jobs advertised on the website had slowed sharply, from 77% growth in 2011 to 17% growth in 2012. 'The bad news is that growth in job opportunities has slowed, the good news is there is still growth,' he said.

recruitment:补充,招聘

He also sees signs that the slowdown in China's growth was denting wage increases. 'At the end of 2011 and the beginning of 2012 wages were rising at around 15% to 20% a year,' he said. 'From the second quarter we are seeing slowing growth and falling inflation reducing wage increases.

dent:削弱,削减    inflation:膨胀;通货膨胀;夸张;自命不凡

相关文章:

大数据-spark-hbase-hive等学习视频资料

不错的大数据spark学习资料,连接过期在评论区评论,再给你分享 https://pan.baidu.com/s/1ts6RNuFpsnc39tL3jetTkg 转载于:https://www.cnblogs.com/xjh713/p/9704251.html

redis学习 -- 简单动态字符串

Redis没有使用C语言字符串的形式,通过’\0’作为结尾,而是使用了简单动态字符串(simple dynamic string)。 当Redis使用的字符串不需要修改字符串的内容的时候,可以使用C语言提供的字符串,当需要修改内容的时候就使用的是简单动态…

【stanford C++】容器III——Vector类

主要介绍如下5个容器类——Vector, Stack,Queue,Map和Set,各个都表示一重要的抽象数据类型。另外,各个类都是一些简单类型的值的集合,所以称它们为容器类。 暂且我们先不需要知道它们是如何实现的&#xff…

linux编译安装mysql 5.1_linux编译安装mysql5.1.x

安装mysql,安装前准备如果mysql用户不存在,那么添加mysql用户groupadd mysqluseradd -g mysql mysqlmysql编译安装make时间特别长wget http://downloads.mysql.com/archives/mysql-5.1/mysql-5.1.70.tar.gztar -zxvf mysql-5.1.70.tar.gzcd mysql-5.1.70…

Windows PowerShell 批量迁移Windows用户信息

这里说一下我在服务器上本地用户帐号、组的迁移 这里用到的迁移工具是 Windows PowerShell 迁移支持虚拟机和实体机器的迁移,虚拟机和虚拟机的迁移 但是不支持不同语种之间的迁移,比如英语向中文迁移 这里我实验的是虚拟机和虚拟机的迁移 系统是Windows…

css中position的几个值

1. staitic:该值符合文档的初始排版,其中设置的与位置有关的值不起作用。2.relative 该值的偏移量,是在文档初始排版的基础上进行排版,并且覆盖顺序是最新输出的在最上面3.absolute该值元素的定位是以网页文档左上角位基准,并且不…

一个较为详细的ETL系统实现方案

转至:http://www.cognoschina.net/club/viewthread.php?tid5627 1 ETL流程及调度设计(ETL Schedule)(PSP)1. ETL调度的目标快速见效系统要抽取39家分行四个系统的数据进行加工处理,数据从下传文件到ODS库,ODS库到LDM&…

python与anaconda区别_anaconda和python的区别是什么?

anaconda和python的区别是什么?Python 是一种解释型、面向对象、动态数据类型的高级程序设计语言。使用python需要下载安装执行python代码的环境。官方的Python包含了核心的模块和库,为了完成其他任务,需要安装其他的模块和库。Anaconda 是Py…

opencv 1 图像载入、显示和输出

三个函数 imread() namedWindow() inshow()1. imread 函数原型: Mat imread(const string& filename, int flags 1 );参数解析: const string& finename 将要载入的图片路径名。 Windows操作系统下面支持如下类型的图片: Window…

英文申请书范例

Dear Sir or Madam, I am applying for the position of Executive Assistant as advertised in the Recruitment Daily last evening. 我来应聘昨天晚上在每日招聘上发布的行政助理一职。 I have over five years of experience within this role during which time I have de…

c++ ofstream使用方法

ofstream是从内存到硬盘&#xff0c;ifstream是从硬盘到内存&#xff0c;流缓冲即是内存空间。 插入器<< : 向流输出数据。 cout << "test!" << endl; 将字符串输出到标准输出流。 析取器>> : 从流中输入数据 cin >> x; 从标准输入流…

JAVA 继承内存模型_Java内存模型

JVM的组成类加载器(classloader)执行引擎(execution engine)运行时数据区域(runtime data area)对于Java程序员来说&#xff0c;在虚拟机自动内存管理机制下&#xff0c;不再需要像C/C程序开发程序员这样为内一个new 操作去写对应的delete/free操作&#xff0c;不容易出现内存泄…

Error: The INF file contains Unicode characters that could not be converted correctly

昨天第一次为自己的windows mobile程序制作CAB安装包&#xff0c;但是在生成过程中&#xff0c;却出现了这样一个问题&#xff1a;编译完成 -- 0 个错误&#xff0c;0 个警告time -> G:\WindowsMobile\time\time\bin\Debug\time.exe------ 正在启动项目“SmartDeviceCab1”的…

嵌入式开发板设置无密码登录

本次配置需要修改的ssh登录的配置文件 vi /etc/ssh/sshd_config允许root用户远程登录 设置PermitRootLogin参数值为yes #LoginGraceTime 2m PermitRootLogin yes #StrictModes yes #MaxAuthTries 6 #MaxSessions 10允许无密码登录 设置PermitEmptyPasswords 参数值修改为ye…

2012/08/27 夜

杂记于2012/08/27 唉&#xff0c;&#xff0c;最近公司在搬家&#xff0c;一直没有时间来看技术方面的资料&#xff0c;丫的上个星期天还接到第二天凌晨3点钟呢。。。唉。。有点受不了啊。。这苦逼的运维工作&#xff0c;&#xff0c;&#xff0c;呵&#xff0c;来说说这其中让…

存储过程和函数 PROCEDURE FUNCTION

SQL语句执行的时候&#xff0c;要首先编译&#xff0c;然后在被执行。在大型数据库系统中&#xff0c;为了提高效率&#xff0c;将为了完成特定功能的SQL语句集进行编译优化后&#xff0c;存储在数据库服务器中&#xff0c;用户通过指定存储过程的名字来调用执行。 具体而言&am…

Android——学习:线性布局权重分配

LinearLayout在Android中被广泛使用&#xff0c;LinearLayout有一个比较重要的属性——android:layout_weight。按照字面理解就是该控件的权重&#xff0c;这个值默认是 零&#xff08;0&#xff09;。 举个例子&#xff1a; 在下图中&#xff0c;整个界面是一个Linearlayout&a…

java bean配置文件_Spring中多配置文件及引用其他bean的方式

Spring多配置文件有什么好处&#xff1f;按照目的、功能去拆分配置文件&#xff0c;可以提高配置文件的可读性与维护性&#xff0c;如将配置事务管理、数据源等少改动的配置与配置bean单独分开。Spring读取配置文件的几种方式&#xff1a;1、使用Spring自身提供的ApplicationCo…

putty 串口登录开发板

安装putty 多个平台均可以安装putty pc端配置 使用串口线连接开发板 ls /dev 查看是否出现类似于ttyUSBx的文件 sudo putty 弹出页面&#xff0c;选择Serial Serial line填写/dev/ttyUSBx Speed填写115200(根据不同开发板&#xff0c;选择不同参数) 依次点击Load&#xff0…

win7下解决Android SDK Manger慢

2019独角兽企业重金招聘Python工程师标准>>> 今天准备做个Android小程序&#xff0c;以前配置的环境太久了&#xff0c;于是想配最新&#xff0c;但是花了大半天的时间遇到各种问题&#xff0c;最终还是配置好了。 1、首先修改C:\Windows\System32\drivers\etc\host…

Linux 工具进阶

参考网址 https://linuxtools-rst.readthedocs.io/zh_CN/latest/advance/index.html 转载于:https://www.cnblogs.com/artesian0526/p/9712258.html

ASP.NET MVC:利用ASP.NET MVC4的IBundleTransform集成LESS

背景 LESS确实不错&#xff0c;只是每次写完LESS都要手工编译一下有点麻烦&#xff08;VS插件一直没有安装好&#xff09;&#xff0c;昨天在官方看到了如何用IBundleTransform集成LESS&#xff0c;今天就记录一下。 参考资料&#xff1a;http://www.asp.net/mvc/tutorials/mvc…

java锁屏_JAVA设置桌面不锁屏设置

//下面是编译命令// javac -encoding utf-8 Main.javaimport javax.swing.*;import java.awt.*;import java.awt.event.*;public class Main extends WindowAdapter {JLabel label null;public Main() {JFrame jFrame new JFrame("保持打开就不会锁屏");Container …

网线直连开发板

pc 端配置 点击pc端无线链接图标编辑链接以太网编辑IPv4设置方法&#xff1a;与其他计算机共享根据putty获取的动态ip使用ssh登录 解决 ip 无法登录问题 设置 pc 端 ip 和开发板 ip 在同一个网段 比如开发板 ip 是 10.42.0.123 可以设置自己机器的 ip 为 10.42.0.11 sudo i…

linux系统中指定端口连接数限制

限制22端口只能有两个连接 [code] iptables -P INPUT DROP iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A INPUT -p tcp --dport 22 -m connlimit --connlimit-above 2 -j REJECT iptables -A INPUT -p tcp --dport 22 -j ACCEPT [/code] 在此…

PHP-错误处理

错误处理 一、错误的分类 1、语法错误&#xff1a; 程序没法运行&#xff0c;直接提示语法错误。 2、运行时错误&#xff1a; 只有程序运行到某行&#xff0c;或在某些特定的情形下运行才会发生的错误。 3、逻辑错误&#xff1a; 程序从头到尾运行都没有发生&#xff08;并提示…

C语言的变量的内存分配

今晚看了人家写的一个关于C语言内存分配的帖子&#xff0c;发现真是自己想找的&#xff0c;于是乎就收藏了。。。 先看一下两段代码&#xff1a; char* toStr() {char *s "abcdefghijkl";return s; } int main() {cout << toStr() << endl;return 0; }…

java打包_java工程打包(方式一)

1、新建工程myprojectpackage cn.zj;public class TestMain {public static void main(String[] args) {System.out.println("Hello World!");}}2、右击Java工程选择Export—>选择JAR file—>Next3、选择要打包的文件&#xff0c;不需要的文件不必打包&#xf…

s32v 开发板安装 apex 驱动

安装驱动 首先要获取到 apex.ko 文件&#xff0c;这个应该是硬件厂商提供&#xff0c;执行下面命令安装 首先需要给 apex.so 文件加上可执行权限 insmod apex.ko查看是否安装成功 执行下面命令&#xff0c;查看是否安装成功&#xff0c;如果安装成功&#xff0c;执行的结果中…

android常见错误与问题

1. Unable to start activity ComponentInfo 原因有很多种&#xff0c;我碰到一种&#xff1a; 可能是当前Activity里引用的View&#xff0c;并不存在于绑定的Layout里&#xff0c;而是在其他的Layout里&#xff0c;在Copy代码的时候&#xff0c;常会发生这种问题。