Tuesday, September 28, 2010

College Job: Workplace rules are familiar with the key


Future worries just completed a period of 5 months of the "Best of Best Vocational training camp" activities. Effective enrollment nationwide has more than 2,000, and finally through several rounds of selection, there are 16 students concentrated in Shanghai, through training, business practice and project competitions, in employment in advance of feelings, knowledge and experience of a workplace.

16 compared to the millions of graduates each year is drop in the ocean, but 16 were more or less reflected the knowledge and literacy of college students today, and interaction with others and the values I have a lot of emotion. Experience in a number of competitions and training in intelligence, problem solving ability of students to make a number of professional managers strange enough; in the planning and implementation of some programs, students showed amazing creativity and Reiki applauded, while the students the rules on business and career development superficial understanding of another surprise and concern.

Future worry for employers since 2000 to provide campus recruitment services business, service number of customers every year no less than 10% increase, but the faster growth in the number of graduates, but also in China's accession to "the WTO", the market faces many new variables, business requirements for talent, great changes have taken place. Students looking for a job is difficult not only because of not enough opportunities, more important is the quality of skills and employment are unable to meet business requirements.

When I Bain, an annual recruitment of students came from Harvard, Stanford and other universities in the United States the best of five graduates of the top 20. We are interested in students is McKinsey, Boston Consulting eyes on. In order to compete for these outstanding students, and companies will spend a lot of money and effort to arrange plane travel, tour company, hosted a banquet for them, of course, a very generous offer.

Why? This does not mean that the 20 graduates of the best, or excellent compared with many other graduates. However, the 20 students recruited to the company's self-confidence and strength of expression, especially competitors vying for the job. But the market is always a small number of leading companies, a corporate recruiting college students, but five or six people can enter the graduates of these enterprises can be considered rare.

Everyone on their first job very seriously and carefully, but did not how to do the work of the Heart? Hong Kong, there is a theory called "double loss", that is unemployed, out of school, this is the worst result. Many people looking for work, work less, this is an objective fact, you can go to an unknown enterprises, can go to graduate or study abroad, and then not do part-time, part-time have to do, what is not the worst dry. For things to do, there is experience, you can create a platform for its next stage of development. A survey conducted this year, worry-free future, said a Shanghai university students work on the first income is 3,500 yuan positioning, I think this is a bit dangerous. Domestic students on the first job after graduation too seriously, said some students would rather not work if the work is not good. The problem is companies do not hire graduating year who resume is blank. For better or worse, take the first step is the most critical.

Achievement, character, ability, college students looking for a job which is more important? More than 90% of the personnel manager would say "attitude." I call softskills. In fact, not only for graduates, almost all of the employment standards of the first job is communication. Talent market in short supply, unemployment of thousands, but we often hear companies complain can not find the right person. Job of this, the work of promotion or eliminated as well. We found this business there is always some people, regardless of personnel changes and mergers and acquisitions, they are always safe, and award-enhancing, while others are always poor relations with superiors, and its not hard to get along or cooperate with other departments Such companies are most vulnerable to dismissal or dismissal.

Recruitment of graduates of course, consider his qualifications and achievements, but students will not be much difference between. In business, no one can not be replaced, even in scientific research. Enterprises do not spend time and money will shape the ability of staff to communicate. Therefore, the performance of students in the job in the desire to work out, willing to learn attitude, decent set basic job requirements in their own quality in order to move the recruitment business.

And graduates than Western countries, Chinese students in the workplace is too humble a tender, which was especially evident in multinational corporations. For example, for graduates to be a market survey. American students in various programs, and completed beautifully. Chinese students are not, you have to tell him several steps to do, what to do. This is a CommonSense, including how to adapt to the environment, how to establish good interpersonal relationships, can not teach, and to rely on personal experience and consciousness.

But in China, students are still educated minority, accounting for less than the total population 10% of young college students can have a good career start, and gradually take a leading role in the workplace, which is related to China's future , worry-free future activities will continue to organize BoB, hope, and invite more companies to join, it impacts not just 16 people, more than 2,000 individuals, can do is worry-free future, but also tens of thousands in China enterprise can do.






Recommended links:



wma to GSM 3



With CloneCD CD-RW disc to save the damaged



Exception Handling in C # (1)



Media, How To Deal With The Phenomenon Of Public Relations In Society



New Backup And Restore



AVI to MOV



News about Games Board



Baidu in the mad hope and HARDSHIP



Top FTP Clients



MOV To MPEG4



Audio Bible C Language compiler raises the question



Comparison Mail Servers



Third Eye training



DivX To 3GP



SNS: A CONSPIRACY is being staged



Semiconductor India Vied With New Deal



CSS box model



Thursday, September 16, 2010

Produced with the VB toolbox floating upper normal place of residence


Through visualization icon float kit can save users the trouble of clicking the main menu. When the mouse is located when its icon in the bottom of the mouse will automatically "fall out" a small label, indicating its function. And the upper normal place of residence will not be covered by the open file. And can change the shape and position, occupied by as much as possible to reduce desktop space.

Can our own applications using this advanced method? Here to introduce a simple to use VB to implement method. Main programming ideas: Reference Windows APL function, to achieve the top form of usual residence; establish control array, through the control of the MouseMove event, triggering a pop-up notes and disappeared.

A floating toolbox visualization and

1. Form1 put control SSRIBBON button (because it itself has three states: pressed, bounce, banned, most of the icon buttons are the type of button). To place the text boxes Text1 (can also use the Label control, but the effect will be different, will be mentioned later), then place a command button Command1. The control properties shown in Table 1 (the table only one example, the other as long as you can modify the corresponding attributes).

2. Click GP3D1, press ALT + Del cut, and then press ALT + Insert copy number, form a control array GP3D1 (0), GP3D1 (2), GP3D1 (3) ... ..., Another example is established by Text1 (0), Text1 (1) , Text1 (3) ... ....

3. Adjustment button and text box location.

During this period, each a work is necessary, such as text box Visible value False, in order to ensure that the program starts, do not display text box, and the Enable value of False is to run the process, the text box can not enter text. If you use the label (Label) instead of text boxes, icon buttons can not be arranged vertically, only horizontally. Because the button below will cover Label, but use the Label text box than the province of memory.

In order to achieve the effect of the upper normal place of residence, must call the Windows API function, in fact, a lot of VB methods cited in the Windows API. Here we use SetWindowsPos process, this process is defined in User.exe, it is important Windows system, the dynamic link library. Reference in the VB API function must be registered in the general declarations section of a statement. Statement API function is often troublesome and error-prone, such as:

Declare Sub SetWindowPos Lib "User" (ByVal hwnd As Integer, ByVal
hWndInsertAfter As Integer, ByVal X As Integer, ByVal Y As Integer, ByVal
cx As Integer, ByVal cy As Integer, ByVal wFlags As Integer)

If all of the API function declarations are so many inputs, low efficiency. Fortunately, all versions of VB provides a Windows API Help program, open it, search SetWindowPos, found one, click on hypertext with an explanation, you can copy.

Second, create a code in the general declarations section enter the following code and declare some constants and global variables:

Declare Sub setwindowpos Lib "User" (ByVal hwnd As Integer, ByVal
hWndInsertAfter As Integer, ByVal X As Integer, ByVal Y As Integer,
ByVal cx As Integer, ByVal cy As Integer, ByVal wFlags As Integer)

Const SWP_NOSIZE = 1

Const SWP_nomove = 2

Const flags = SWP_NOSIZE Or SWP_nomove

Const hwnd_topmost = -1

Const hwnd_notopmost = -2

Dim I As Integer

Dim B As Integer

MouseMove event for the GP3D1 button to add the following code, where only the realization of the mouse device in its pop-up when the comment, not when its faded features, readers can add a timer control and some code, you can easily achieve the mouse After a moment in its comments on the effect of pop-up device, so there is no mouse "pass" button, note the results of the device appears.

Sub GP3D1_MouseMove (index As Integer, Button As Integer, Shift

As Integer, X As Single, Y As Single)

I = index 'record in which the current mouse button

text1 (I). Visible = True "to the pop-up

If B <> I Then 'of the other buttons omitted

text1 (B). Visible = False

End If

B = I 'Please have a good understanding the role of the variable B

End Sub

Command1 button's Click event to add the following code:

Sub Command1_Click ()

do While DoEvents () 'use DoEvents () to achieve free circulation under the multi-task monitoring

setwindowpos hwnd, hwnd_topmost, 0, 0, 0, 0, flags' to achieve the top place of usual residence

loop

End Sub

MouseMove event for the Command1 button to add the following code:

Sub Command1_MouseMove (Button As Integer, Shift As Integer, X

As Single, Y As Single)

text1 (I). Visible = False 'mouse leave the button area, located on the command button on the device when the omitted Notes

End Sub

The MouseMove event to Form1 add the following code:

Sub Form_MouseMove (Button As Integer, Shift As Integer, X

As Single, Y As Single)

text1 (I). Visible = False 'mouse leave the button area, enter the device form, omitted comment

End Sub







Recommended links:



Expert Icon Tools



mp4 to ipod Converter



Cattle were made with Maya the WHOLE process of real eye



ASE15 Trained For Several Years With Great Concentration "six Pulse Sword"



Audio Speech brief



Infomation Components And Libraries



Big Dragon: China's PR Industry Subversion



Thunder's humor: the content of our nearly 100% Genuine



e-cology in the PAN Micro Series 31



Official air strike 2 Cheats



Process



Infomation Web Servers



Ts Format



Beijing: a comprehensive modernization of EDUCATION promote capital



vob to mpg



M4v to flv



Simple jigsaw puzzle PRODUCTION