10 Ways to Damage Your Career

本文列举了可能损害职业生涯的十种不良习惯,包括不记录工作成就、未能使工作能力和专业技术水平与时俱进、工作没结果等。避免这些习惯有助于保护和发展职业道路。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

10 Ways to Damage Your Career 可能会毁掉前程的十种不良习惯

Rachel Zupek, CareerBuilder.com writer

All workers share the common fear of getting fired. Today, people are not only scared of being fired; they fear getting laid off from their jobs. Neither is a situation any worker wants to face. What's worse, many factors that play a huge role in making these decisions are out of your control, such as the economy, performance and longevity in the company. To best avoid being faced with a pink slip of any kind, employees should make sure they aren't doing anything to themselves that might affect this decision.

Avoiding self-destructive habits at work seems like common sense, but reasonable thinking is sometimes forgotten when employees try to stand out or learn new habits, styles and techniques in order to stay afloat in their lines of business.

To avoid your own career self-destruction, avoid these 10 habits:

1. Not keeping track of your accomplishments(不记录你的工作成就)

Let's say the boss is deciding whether to keep you or your co-worker on board. He sits you down and asks, "Why should I keep you?" If you have nothing to show or tell to prove your case, chances are, you'll be the one getting the boot. Additionally, it's good to keep a running list of awards, promotions and accomplishments to showcase when it comes time for annual performance reviews or when asking for a pay increase. Plus, you never know when you'll end up looking for new work. If you don't keep track of all the good you've done, you might not remember them when it's time to update your résumé.

2. Not keeping your skill set current(没能使你的工作能力和专业技术水平与时俱进)

The business landscape is ever-changing, as exemplified by this tough economy. Right now, you're just trying to keep your job and the best way to do that is to show your employer they are getting the maximum return on their investment: you. Keeping your skill set current, along with expanding it, will show your employer you're worth their money, especially when companies are looking for ways to reduce expenses.

3. Not delivering results(工作没结果、成绩)

Common sense will tell you that business is about accountability. If you don't contribute to the bottom line, if you cost money instead of make money or if you harbor a sense of entitlement for simply having put forth effort, you are guaranteed to fall by the wayside.

4. Efficient does not equal effective(效率不等于效果)

Those who think that communicating via e-mail, because it's faster than actually talking with people, fail to recognize the importance of personally connecting with others in today's highly automated, technological and competitive environment. One thing that will keep you afloat in this economy is your relationships with people, and those relations can't be grown through e-mails, text messages or BlackBerry chats.

5. Thinking you're irreplaceable(认为你是不可替代的)

There is no room for "divas" in the workplace. There are millions of people looking for work right now and, chances are, more than a few of them could do your job. As soon as you convince yourself that you and only you can do the job "right," your star will surely start to fall.

6. Knowing all the answers(认为自己知道所有答案)

Knowledge is power. Professing to know it all, however, will stall your career as it shows that you're uninterested in learning about new ideas and approaches. To stay afloat in today's job market, workers need to ask questions, stay current and listen to new ideas.

7. Surrounding yourself with "brownnosers"(喜欢周围的人都奉承你)

The old adage remains true: You are the company you keep. If you associate with brownnosers, it's most likely because you like having others boost your confidence. This fact will not be lost on those around you. Managers and other professionals will have no problem replacing you with someone who accepts and encourages intelligence and creativity in others.

8. Taking all the credit(全部成绩都揽在自己名下)

Give credit where credit is due. Most managers are smart enough to realize when you inappropriately take full credit for positive outcomes despite the help or input received by others. If you credit other people where they deserve it, you'll be seen as team player, a key element to any succes**ul group. Plus, you'll probably find that you start seeing the same acknowledgement from your co-workers.

9. Not tooting your own horn(不宣传自己)

Chances are your boss doesn't have time to keep a running tab on each of his employees, so how else will your boss know how valuable you are to the company unless you tell him? Bragging is one thing, but letting colleagues in your industry know of your success through case studies, promotion bulletins or other such tools is another. It's important to recognize the value of letting others know about your accomplishments as long as you go about it in the right way.

10. Losing perspective(没有认识到自己的不足)

Those who fail to recognize their shortcomings are destined for the unemployment line.

Intuitive business people recognize that, despite their best attempts to do everything right, they may sometimes approach roadblocks and need to seek the advice and perspective of a respected friend, colleague or even a business coach. Acknowledging that you aren't perfect will earn you respect in the office.
资源下载链接为: https://pan.quark.cn/s/1bfadf00ae14 华为移动服务(Huawei Mobile Services,简称 HMS)是一个全面开放的移动服务生态系统,为企业和开发者提供了丰富的工具和 API,助力他们构建、运营和推广应用。其中,HMS Scankit 是华为推出的一款扫描服务 SDK,支持快速集成到安卓应用中,能够提供高效且稳定的二维码和条形码扫描功能,适用于商品扫码、支付验证、信息获取等多种场景。 集成 HMS Scankit SDK 主要包括以下步骤:首先,在项目的 build.gradle 文件中添加 HMS Core 库和 Scankit 依赖;其次,在 AndroidManifest.xml 文件中添加相机访问和互联网访问权限;然后,在应用程序的 onCreate 方法中调用 HmsClient 进行初始化;接着,可以选择自定义扫描界面或使用 Scankit 提供的默认扫描界面;最后,实现 ScanCallback 接口以处理扫描成功和失败的回调。 HMS Scankit 内部集成了开源的 Zxing(Zebra Crossing)库,这是一个功能强大的条码和二维码处理库,提供了解码、生成、解析等多种功能,既可以单独使用,也可以与其他扫描框架结合使用。在 HMS Scankit 中,Zxing 经过优化,以更好地适应华为设备,从而提升扫描性能。 通常,ScanKitDemoGuide 包含了集成 HMS Scankit 的示例代码,涵盖扫描界面的布局、扫描操作的启动和停止以及扫描结果的处理等内容。开发者可以参考这些代码,快速掌握在自己的应用中实现扫码功能的方法。例如,启动扫描的方法如下: 处理扫描结果的回调如下: HMS Scankit 支持所有安卓手机,但在华为设备上能够提供最佳性能和体验,因为它针对华为硬件进行了
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值