When your major and career don't match...
I think many graduates will encounter a problem in their senior year, that is, it is difficult to find a job that matches their major. News such as college students returning to their hometowns to sell pigs and eggs often appear in the media, and the contradiction between majors and occupations is intensified under this strong contrast. If we look around us, how many people are caught in the confusion between the profession and the job?
Career Orientation Know yourself + Know about the position When choosing a major, do you know your hobbies? A survey from the Zhaopin Recruitment website: When filling out the college entrance examination volunteers, 42% of the respondents chose their majors according to their dominant wishes, 26% of them followed their parents’ decisions, and the remaining 32% were based on teachers’ decisions. Advise or follow a transfer assignment; when asked "what would you choose if you had the opportunity to start all over" 52% said they would choose another major. More than half of the people voted back.
Take myself as an example. I majored in broadcasting and hosting in college. When I was in my junior year, I realized that a broadcasting student can’t just be a host. . But then I didn’t expect my first job after graduation to become an Internet worker day. (A photo is attached here)
After engaging in the Internet industry, I felt a lot of interesting things, deeply understood the meaning of technology changing the world, and found many lovely R&D brothers around me in my life, which also broke my previous stereotype of programmers ( plaid shirt, bald, dull, dull, boring) and the like. These stereotypes often lead us to have a biased view of others.
However! ! ! When I actually walked into this group of people, I found that this is not the case. Just like an example around me: they can sing, play guitar, occasionally go to disco, cook, take care of girlfriends, they have Planning, regular work and rest time, occasionally love gossip entertainment, and keep pets in private (I found that programmers love cats, hahahaha). Their other identity is shit shoveling officials.
Through close contact, I found that they are really cute. I also like to learn something from them. I found that writing code is also a very interesting thing. I am also learning recently, and I wrote the first html in my life. designed a web page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script type="text/javascript">
function myFunction() {
document.getElementById("demo").innerHTML = "段落被更改。";
console.log("段落被更改。");
window.alert("更改段落");
}
</script>
</head>
<body>
<div>
<div>
<div>
<p id="demo"></p>
<input type="text" name="username" id="username">
<input type="password" name="password" id="pasword">
<!-- <input type="submit" name="提交" id="btn" onclick="document.getElementById('p').innerText = 'Hello JavaScript' " /> -->
<button type="button" onclick="myFunction()">试一试</button>
</div>
</div>
</div>
</body>
</html>
(I hope you don't laugh at me) Also, I hope you can give more opinions!
Pay tribute to the programmers all over the world "No bugs throughout the year"! ! ! ! love you ❤️
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。