from http://csdn.fengyuan.com

2024-04-24 21:58
文章标签 http com csdn fengyuan

本文主要是介绍from http://csdn.fengyuan.com,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

【散分】活着为了什么? ( 凤凰 )
2004-10-21 08:19:32
本人在上海. 可以这么说,现在活着就是为了房子。

1) Physiological: hunger, thirst, bodily comforts, etc.;

2) Safety/security: out of danger;

3) Belonginess and Love: affiliate with others, be accepted; and

4) Esteem: to achieve, be competent, gain approval and recognition.

5) Cognitive: to know, to understand, and explore;

6) Aesthetic: symmetry, order, and beauty;

7) Self-actualization: to find self-fulfillment and realize one's potential; and

8) Self-transcendence: to connect to something beyond the ego or to help others find self-fulfillment and realize their potential.

http://chiron.valdosta.edu/whuitt/col/regsys/maslow.html

袁峰大哥:
       小弟,今年25岁,目前在一家事业单位工作,每天干自己不喜欢的事情,在虚度光阴阿。我非常喜欢编程,原来做过一段时间java程序员(就几个月的时间),最后因为家里人反对,觉得还是应该在事业单位工作,这样生活有保障,于是现在在事业单位上班。其实我根本就不喜欢这份工作阿。
       我现在25了,不知道在软件行业还有发展前途吗?从学校毕业时,我就想以后能当上项目经理,但是由于一些原因,可能是父母思想左右了我吧(他们是为我好的),我尤其热爱java方面的编程,很想以后往J2EE方面的发展。
       请袁峰大哥,能指点指点!

回复人: FengYuanMSFT(袁峰 www.fengyuan.com) ( 五星(高级)) 信誉:100 2005-6-5 5:16:30 得分: 0
 

 > 每天干自己不喜欢的事情,在虚度光阴阿。

It's common that people do not like their jobs. But if you hate your job, then you need to change it. If you like or love your job, consider yourself to be extremely lucky.

I used to have a coworker whose dream was to earn enough to retire, so he can write the software he really likes to write.

> 我非常喜欢编程,原来做过一段时间java程序员(就几个月的时间),

Like programming is not enough. The important thing is whether you're good at programming. If you think you're or could be better 50% of programmers in the market, then you should consider take programming as career.

> 最后因为家里人反对,觉得还是应该在事业单位工作,这样生活有保障,

When you're an adult, you should take control of your own life. You should not let your parents make such important decisions in your life. 生活有保障 is not hard in the current society, so you should aim for some higher.

> 我现在25了,不知道在软件行业还有发展前途吗?

First you have to define what do you mean by 发展前途.

The future of software as a bussiness is very bright, especially in China. The reason is that software bussiness is still growing at a quite high rate. No one is talking about when software bussiness would stop growing. For China, the cost of software development is much lower than in more developed countries. In China, you can hire a software engineer for may be 5000 RMB. In Singapore, it may be 2500 SGD. In US, it may be 4000 to 5000 USD. So more and more software development/testing jobs will be moving to China. And software engineer salary would rise when software development in China is getting more effective.

But whether yourself would have a good future in software development is another matter. It depends on whether you have good training in math, computer science, english, and whether you can find a starting job in software development to move gradually to the state you want to be in.

> 从学校毕业时,我就想以后能当上项目经理,

Job title is not that important. What is important is what kind of contribution are you making to the society, by doing so you also are making a good living.

> 但是由于一些原因,可能是父母思想左右了我吧(他们是为我好的),

Parents can be conservative, selfish, or even not wise too. Live your own life. A life controlled by other people, even your parents, girl friend, or wife is not fun.

People normally say they want democracy. Democracy starts from you, your family, your job, your relationship with people around you. But to let your parents having less control of you, you need to be responsible first, so as to prove to your parents that you've grown up.

> 我尤其热爱java方面的编程,很想以后往J2EE方面的发展。

Setup a goal, devise a realistic plan, take actions and then revisit your goal and plan often to adjust to current situation.

Good luck.

 

这篇关于from http://csdn.fengyuan.com的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/932946

相关文章

Nginx部署HTTP/3的实现步骤

《Nginx部署HTTP/3的实现步骤》本文介绍了在Nginx中部署HTTP/3的详细步骤,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学... 目录前提条件第一步:安装必要的依赖库第二步:获取并构建 BoringSSL第三步:获取 Nginx

HTTP 与 SpringBoot 参数提交与接收协议方式

《HTTP与SpringBoot参数提交与接收协议方式》HTTP参数提交方式包括URL查询、表单、JSON/XML、路径变量、头部、Cookie、GraphQL、WebSocket和SSE,依据... 目录HTTP 协议支持多种参数提交方式,主要取决于请求方法(Method)和内容类型(Content-Ty

Python 基于http.server模块实现简单http服务的代码举例

《Python基于http.server模块实现简单http服务的代码举例》Pythonhttp.server模块通过继承BaseHTTPRequestHandler处理HTTP请求,使用Threa... 目录测试环境代码实现相关介绍模块简介类及相关函数简介参考链接测试环境win11专业版python

使用Python的requests库来发送HTTP请求的操作指南

《使用Python的requests库来发送HTTP请求的操作指南》使用Python的requests库发送HTTP请求是非常简单和直观的,requests库提供了丰富的API,可以发送各种类型的HT... 目录前言1. 安装 requests 库2. 发送 GET 请求3. 发送 POST 请求4. 发送

Go语言使用net/http构建一个RESTful API的示例代码

《Go语言使用net/http构建一个RESTfulAPI的示例代码》Go的标准库net/http提供了构建Web服务所需的强大功能,虽然众多第三方框架(如Gin、Echo)已经封装了很多功能,但... 目录引言一、什么是 RESTful API?二、实战目标:用户信息管理 API三、代码实现1. 用户数据

Python WSGI HTTP服务器Gunicorn使用详解

《PythonWSGIHTTP服务器Gunicorn使用详解》Gunicorn是Python的WSGI服务器,用于部署Flask/Django应用,性能高且稳定,支持多Worker类型与配置,可处... 目录一、什么是 Gunicorn?二、为什么需要Gunicorn?三、安装Gunicorn四、基本使用启

springboot如何通过http动态操作xxl-job任务

《springboot如何通过http动态操作xxl-job任务》:本文主要介绍springboot如何通过http动态操作xxl-job任务的问题,具有很好的参考价值,希望对大家有所帮助,如有错... 目录springboot通过http动态操作xxl-job任务一、maven依赖二、配置文件三、xxl-

Maven 配置中的 <mirror>绕过 HTTP 阻断机制的方法

《Maven配置中的<mirror>绕过HTTP阻断机制的方法》:本文主要介绍Maven配置中的<mirror>绕过HTTP阻断机制的方法,本文给大家分享问题原因及解决方案,感兴趣的朋友一... 目录一、问题场景:升级 Maven 后构建失败二、解决方案:通过 <mirror> 配置覆盖默认行为1. 配置示

Linux中修改Apache HTTP Server(httpd)默认端口的完整指南

《Linux中修改ApacheHTTPServer(httpd)默认端口的完整指南》ApacheHTTPServer(简称httpd)是Linux系统中最常用的Web服务器之一,本文将详细介绍如何... 目录一、修改 httpd 默认端口的步骤1. 查找 httpd 配置文件路径2. 编辑配置文件3. 保存

C++ HTTP框架推荐(特点及优势)

《C++HTTP框架推荐(特点及优势)》:本文主要介绍C++HTTP框架推荐的相关资料,本文通过实例代码给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友参考下吧... 目录1. Crow2. Drogon3. Pistache4. cpp-httplib5. Beast (Boos