2005年04月25日

原创 伤逝

我的大学经历并不很值得夸耀,虽然比别人多读一年,到了还是觉得没有真正深入所谓的大学生活。01年的时候我一心想考研,却没有考上。其实考研是假,只不过想奋力抓住点什么罢了。现在也算工作多年了,同学们好多都经历了跳槽买房结婚生子移民……走上了不同的人生轨迹。依稀记得当年的大学生活,就像是最后一点孩提时代的残余,那么可贵,却无可挽留。 今天翻出大三那年感怀时光的片断,唏嘘依旧。阅读全文>

发表于 @ 2005年04月25日 23:07:00|评论(loading...)|编辑|举报|收藏

2005年02月27日

原创 2004 至 2005 —— 行色匆匆

2004年发生了很多事情,这个世界行色匆匆。阅读全文>

发表于 @ 2005年02月27日 21:32:00|评论(loading...)|编辑|举报|收藏

2005年02月24日

原创 Shell语句用法心得

关于Shell语句调用Rundll32的用法,其中还包含了对获取窗口句柄和类名的介绍。 好像是98年给《新潮电子》的写文章,现在居然还能在网上找到。回过头来看看当年骗稿费的文笔真是幼稚可爱,废话也很多。阅读全文>

发表于 @ 2005年02月24日 10:29:00|评论(loading...)|编辑|举报|收藏

2004年12月31日

原创 Economic development and political reform in China

This essay listed the problems encountered in China’s economic development and tried to analyze the solution and current situation, and then pointed out the key to these problems lies in the political reform. Consequently, we explained why the China had been able to achieve decades of rapid growth by means of analyzing the political and economic reform in China. The main opinion is that: China needs a political reform, but the government also has the responsibility to make it happen and acco阅读全文>

发表于 @ 2004年12月31日 16:11:00|评论(loading...)|编辑|举报|收藏

原创 Report on the Recent Crisis of the company

A sample of the report on facing company crisis.阅读全文>

发表于 @ 2004年12月31日 16:08:00|评论(loading...)|编辑|举报|收藏

原创 Multinational corporations

Some people argue MNCs have become powerful independent actors rivaling and even outstripping the nation-state in importance and have posed a threat to economic governance. Do you agree with this argument? How could host countries effectively regulate MNC activities in their countries?阅读全文>

发表于 @ 2004年12月31日 16:01:00|评论(loading...)|编辑|举报|收藏

原创 A Study on FedEx Corp

we will have a glance at the background of FedEx, and then study the current situation of E-Commerce in this pioneer company. Next, we get more details on the future plan on e-Business of FedEx. Finally, we resommend that being a technology and information based company, FedEx should alse regard people as one of the whole show. 阅读全文>

发表于 @ 2004年12月31日 15:56:00|评论(loading...)|编辑|举报|收藏

原创 Developing A Marketing Strategy For Bertelsmann In China

The purpose of this report is to determine a marketing strategy for Bertelsmann for co-publishing popular science books in China.阅读全文>

发表于 @ 2004年12月31日 15:38:00|评论(loading...)|编辑|举报|收藏

原创 SELECTING AN ARCHITECT FOR THE COMPANY’S NEW CORPORATE HEADQUARTERS

Here is the report which represents the design review committee for selecting an architect for the company’s new corporate headquarters.阅读全文>

发表于 @ 2004年12月31日 15:24:00|评论(loading...)|编辑|举报|收藏

原创 Write a persuasive letter

It is a sample of persuasive letter to show how to ask personnel questions when the company is downsizing.阅读全文>

发表于 @ 2004年12月31日 15:05:00|评论(loading...)|编辑|举报|收藏

2004年08月30日

原创 A study on Samsung Mobile Phones in China

In this article, we will take an overview on Samsung’s performance in China mobile phone market; attempt to analyze what lead to Samsung’s rapid growth by checking its product, price, place, and promotion. Then we will analyze the crucial problem Samsung has to face and see some methods they are working on to overcome the difficulties, especially raise the essentiality of the using of the Internet.阅读全文>

发表于 @ 2004年08月30日 15:46:00|评论(loading...)|编辑|举报|收藏

2004年08月19日

原创 Slimming Wireless Java Applications - 为无线Java应用程序瘦身

This article starts by describing reasons for reducing the size of wireless Java applications, discusses problems that arise out of using class libraries, then presents some useful techniques for reducing application size without sacrificing quality. 这篇文章从解释缩小无线Javay应用程序尺寸的理由开始,讨论了使用类库而引发的问题,然后提供了一些有用的技术在不牺牲质量的前提下尽量缩小无线Javay应用程序的尺寸阅读全文>

发表于 @ 2004年08月19日 16:46:00|评论(loading...)|编辑|举报|收藏

2002年03月20日

原创 一些关于VB中字符串操作的问题和回答

一些关于VB中字符串操作的问题和回答阅读全文>

发表于 @ 2002年03月20日 09:06:00|评论(loading...)|编辑|举报|收藏

2002年03月19日

原创 使用 Visual Basic 通过 32 位 地址访问内存(中英对照)

使用 Visual Basic 通过 32 位 地址访问内存阅读全文>

发表于 @ 2002年03月19日 09:26:00|评论(loading...)|编辑|举报|收藏

2001年02月01日

原创 常见问题:文本框控件的消息及应用

  文本(或文字)控件是“文本框控件”的简称,它通常用于输入和编辑文字。它属于标准Windows编辑控件的一个子类,所以它支持所有编辑控件消息。这儿讲述的技术也适用于由其他厂商设计的,以Windows编辑控件类为基础的其他控件。   本文将介绍文本控件的消息,这些消息显著扩展了控件本身的能力,使我们在程序中能够更灵活的控制控件,不必只仅仅依赖于Visual Basic所提供的属性或事件,这些消息在进行子类处理中很有用处。下面先介绍控件的消息,然后介绍它们的一些应用。阅读全文>

发表于 @ 2001年02月01日 23:40:00|评论(loading...)|编辑|举报|收藏

Csdn Blog version 3.1a
Copyright © wxj_lake