我的程序人生开始纪念 2008-01-25

[或许应该说我的程序人生是2006-08-22开始的吧?那时进入无锡北大青鸟开始的程序的系统学习]


      今天,重新回到CSDN,在这里纪录下我今后的人生历程和学习心得给自己和其他师兄师弟们作为一种参考或者对照吧?

     现在我处在一个岔路口,我应该在这个路口选择哪个方向?

    上一个路口(Java平台和.Net平台)我选择了.Net平台,因为我以后要学C++,C语言,汇编,而C#比Java更接近C++

    幸好我一直坚定我的目标,有自己的理想,无论途中有多少岔路,我想我都能够最后到达the final Destination。即使在某个路口我走错了或者迷失了自己,但是我只要心中的梦想没有破灭,我就一定能够达到那里!

    在小时候我就期望自己成为英语书上说的Computer Engineer,现在才发现我想的那个方向是现在的自动化专业……

    而我在高中时沉迷于游戏《流星蝴蝶剑》,06年高考时299分,连志愿单都没碰上(差一分),然后就进了北大青鸟,虽然去问过咨询师为什么都是网站方面的课程(那时不懂什么java,sql server ,webservice,ejb但是到网上一搜发现关于这些词语的文章大部分都是做网站开发的),但是她一说这是现在的潮流,我一想反正也没其他出路了,去那里或许还能学到C++呢。而我也做到了,关于java web我几乎没学,前任学术经理李峰老师也奇怪,我JAVA学得好好的还拿一等奖了怎么突然投靠.Net平台了?呵呵,那是因为后来的java 课程全是网站开发了。.Net平台也是一样,第二学年的Asp.Net我虽然经常在机房给别人排查漏洞,但是到现在我也只有一个做到一半的购物网站……

    或许进入北大青鸟就是一个错误……

    我原来期望的软件工程师就是那种能够让一块电路板充满生气的人,现在进入北大青鸟就发现我走向了另一条路——学的语言越高级就离我想的方向越远了。现在的软件开发可以说就是堆积木似的,虽然世界上还有非常非常多不会堆这种积木的人很佩服我们但是我觉得这些只是调用别人的函数或模块而自己不能体验那种“亲手操控”的感觉。更重要的是当我想让一个机器动起来时我根本不知道怎么下手

    现在的潮流就是Web开发,网络的建设越来越好,到后来肯定到处是光纤了。浏览器也版本越来越高(能够支持更多的脚本要求,使得java script这种脚本语言能实现更强大的功能)

    这也是我不喜欢这个方向的原因:你所做的所有的工作全部依赖浏览器的。如果我是浏览器开发者,我也可以加入个规则,window对象里加入sayHello方法。一经调用将会在窗口中出现非常绚丽的3D变换空间,将参数中的字符串用各种花样显示。用户看到一个程序员的网站有这个效果后肯定“哇!这家伙好厉害!”,其实他只是写了这一句:window.sayHello("welcome! eagle");

    我曾经做了一个画图程序叫colorfulDraw,用来绘制渐变色图像也能像[画图]那样绘图。本来还想加入脚本语言的,就是自己定义规则,别人在一个文本文件里写入类似下面的“脚本”就能让程序按照要求绘制了,因为时间不够能力不够(主要是时间,技术不是问题,只要有时间什么都能解决)

    我知道一个聪明人应该会顺应潮流,所谓顺势者昌,但是没办法的事。我就是喜欢硬件控制,喜欢自动化,喜欢智能……当然了,还有一句话叫行行出状元,只要我能坚持下去我也是好样的!

    2007年12月我进入苏州微讯软件有限公司,做了一个月的实习,考评没有通过……

    原来他们希望我在一个月内做一个人事管理系统,我给了两个方案,简单的是工资管理直接让用户输入金额,复杂的是允许自定义工资项和工资计算公式进行自动计算工资。但是我也说了,这个一个月我肯定做不出来的,需要时间研究那两个技术问题。但是月末还是说我延期,考评没过,辞退……

    是的,在商业产品设计上我还没那么多经验,但是给我1500的月薪做不出来也正常吧?当然,我确实没那个能力在一个月做出来,没办法,这个岗位我不适合……

    这事我有给女朋友和父母说,我希望在这几天找到工作。我不想他们为我担心和焦虑。

    现在我想我应该去找数据库维护/管理的工作,这样的话有时间学习,高中文凭始终是不行的。而且无论我将来向哪个方向发展,英语和数学都一定要好的,物理也是。所以我需要足够的时间来学习,然后去自考个本科,然后去学习我真正喜欢的东西。

    现在在这里记下我的选择。希望我的选择是明智的。虽然走错了可以再回来,但是时间不会允许的……

    虽然我和女朋友谈了半年还没见过面,但是我要有能力支撑这个家才行……

    几年后再来看吧……

    罗隆慧 2008-01-25

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
以下是使用Python中的turtle库绘制八一英雄纪念碑的代码和效果图: ```python import turtle # 设置画笔 t = turtle.Pen() t.pensize(5) t.speed(10) # 绘制底座 t.penup() t.goto(-200, -200) t.pendown() t.fillcolor("#BFBFBF") t.begin_fill() for i in range(2): t.forward(400) t.left(90) t.forward(100) t.left(90) t.end_fill() # 绘制主体 t.penup() t.goto(-150, -100) t.pendown() t.fillcolor("#FFD700") t.begin_fill() t.left(45) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) .right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) .right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值