让工资涨的快的小技巧
让工资长的快的小技巧 小序: 来北京已经整整一年了 这一年来,绝对是酸甜苦辣样样尝过。不过,主基调还是甜的事业上升,朋友成群,虽然爱情方法有点溃不成军,不过咱们哥们儿也不指着那东西活着,嘻嘻。最近总听到一些兄弟抱怨说工资涨的慢,不过就我个人感
让工资长的快的小技巧
小序:
来北京已经整整一年了……
这一年来,绝对是酸甜苦辣样样尝过。不过,主基调还是甜的——事业上升,朋友成群,虽然爱情方法有点溃不成军,不过咱们哥们儿也不指着那东西活着,嘻嘻。最近总听到一些兄弟抱怨说工资涨的慢,不过就我个人感觉,在北京这个地方只要没有撞见黑心老板,那么努力工作回报还是相当大的。
今天,总算是给自己的工作做个小总结吧,把能让工资长的快的,我平使用的一些小技巧与大家分享一下,祝大家也快快地涨工资!这儿呢,我们只说怎么做,可能我就不解释为什么了——讲那么多道理有什么用?街里的书多着呢。咱们来点儿实惠的,Solution呵呵。一次说不完,以后想起来了就慢慢添加:)大家有什么好点子,回复在后面,我会把它加进来!
1. 7小时休息,周末补觉:休息不好,工作效率低、质量差。反工,那就是成本加倍!再加上休息不好脾气大,惹出来的麻烦更多……我还是多睡会儿吧。周末要出去玩儿,前提是先睡饱。大部分兄弟的感受是一样的——周一到周五死活不想起,周六不用叫,到点儿精神着呢!这可要注意了,工资要飞了!
2. 把闹钟放的离床远点儿:一定是手够不到,一定要钻出被窝才能关掉的地方。这样就可以杜绝随手关闹钟、睡懒觉的毛病。
3. 上班路上提醒自己“要事第一”:无论路长路短,在路上重复10遍“今天最重要的事情是XXXX……”,然后一到工位上就开始干。
4. 回答领导只用三句话:A,我马上(接到命令时);B,我正在想办法(遇到困难时);C,请放心(自己能解决时)。
5. 多看书:多看两种书吧。A,什么火看什么——人家火,一定有火的道理;B,什么经典读什么——人家经典,一定有经典的道理。放心,早晚用的上!就个人看法,C/C++/UML一定要学到精通,这是王道。
6. 每个月给自己买几件新衣服:作用有两个,A,让别人眼睛舒服点儿(特别是我这种长的比较吓人的);B,给自己增加信心(当然,也别穿的跟Super Man一样)
7. 每天练听力:外语一定要学好。搞IT,英语能力是你工资的倍加器;如果肯学学日语,这年头对日外包比较火,还有可能到日本溜达一圈儿(至少学会说“请”、“谢谢”、“您好”吧,中华民族是礼仪之邦)。
8. 做错事儿,马上道歉:无论你是得罪了领导还是惹了同事,马上道歉。哪怕对方是在气头儿上,也不妨碍你说句“我错了”,用英语说是“Sorry, my mistake.”,别非等到“对机会”或者回头再说,面子没那么重要。
9. 多向领导学习:领导之所以是领导,能力在那儿摆着呢。毕竟这年头不是“大锅饭”的年代了,老总们谁也轻易不敢拿自己的钱开玩笑、任人唯亲。领导怎么做让你舒服了,学着点儿,以后照顾好自己的小弟小妹;领导哪里让你自己不舒服了,小心着点儿,别这么对待自己的小弟小妹——当然如果你想收拾谁,也可以试试,不过一般到最后都是把自己给收拾了。
10, ...............................
1001. 常来CSDN:交流思想,学习技术。
TO BE CONTINUE

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Win11 Tips Sharing: One trick to skip Microsoft account login Windows 11 is the latest operating system launched by Microsoft, with a new design style and many practical functions. However, for some users, having to log in to their Microsoft account every time they boot up the system can be a bit annoying. If you are one of them, you might as well try the following tips, which will allow you to skip logging in with a Microsoft account and enter the desktop interface directly. First, we need to create a local account in the system to log in instead of a Microsoft account. The advantage of doing this is

We often create and edit tables in excel, but as a novice who has just come into contact with the software, how to use excel to create tables is not as easy as it is for us. Below, we will conduct some drills on some steps of table creation that novices, that is, beginners, need to master. We hope it will be helpful to those in need. A sample form for beginners is shown below: Let’s see how to complete it! 1. There are two methods to create a new excel document. You can right-click the mouse on a blank location on the [Desktop] - [New] - [xls] file. You can also [Start]-[All Programs]-[Microsoft Office]-[Microsoft Excel 20**] 2. Double-click our new ex

In C language, it represents a pointer, which stores the address of other variables; & represents the address operator, which returns the memory address of a variable. Tips for using pointers include defining pointers, dereferencing pointers, and ensuring that pointers point to valid addresses; tips for using address operators & include obtaining variable addresses, and returning the address of the first element of the array when obtaining the address of an array element. A practical example demonstrating the use of pointer and address operators to reverse a string.

VSCode (Visual Studio Code) is an open source code editor developed by Microsoft. It has powerful functions and rich plug-in support, making it one of the preferred tools for developers. This article will provide an introductory guide for beginners to help them quickly master the skills of using VSCode. In this article, we will introduce how to install VSCode, basic editing operations, shortcut keys, plug-in installation, etc., and provide readers with specific code examples. 1. Install VSCode first, we need

1. Fresh graduate Java engineers: 5K for ordinary level, 10K for those with strong ability. 2. Java engineer with one year of work experience: 8K for ordinary level, 15K for strong ability. 3. Java engineer with three years of work experience: 10-15K for ordinary level, 18-20K for those with strong ability. 4. Java engineers with five years of work experience or above: 18K-30K for ordinary level, 25K-40K for those with strong ability.

Title: PHP Programming Tips: How to Jump to a Web Page within 3 Seconds In web development, we often encounter situations where we need to automatically jump to another page within a certain period of time. This article will introduce how to use PHP to implement programming techniques to jump to a page within 3 seconds, and provide specific code examples. First of all, the basic principle of page jump is realized through the Location field in the HTTP response header. By setting this field, the browser can automatically jump to the specified page. Below is a simple example demonstrating how to use P

Win11 tricks revealed: How to bypass Microsoft account login Recently, Microsoft launched a new operating system Windows11, which has attracted widespread attention. Compared with previous versions, Windows 11 has made many new adjustments in terms of interface design and functional improvements, but it has also caused some controversy. The most eye-catching point is that it forces users to log in to the system with a Microsoft account. For some users, they may be more accustomed to logging in with a local account and are unwilling to bind their personal information to a Microsoft account.

Forms are an integral part of writing a website or application. Laravel, as a popular PHP framework, provides rich and powerful form classes, making form processing easier and more efficient. This article will introduce some tips on using Laravel form classes to help you improve development efficiency. The following explains in detail through specific code examples. Creating a form To create a form in Laravel, you first need to write the corresponding HTML form in the view. When working with forms, you can use Laravel
