Song Way

Creative Commons License
The blog posts here by Song Wei is licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.

April 29, 2006

4.29

Filed under: Uncategorized

Wuhan is so beautiful! My sister greeted me at the train station with her boy friend. Her boy friend is such an interesting guy:)

I met my grandma and went out around the city with her. Now i am sitting in the lovely home of Jing Li and type with Qiu Lin’s computer. The weather is so sunny. The university of Wuhan doesn’t change very much from the impression i had of it in high school. it’s the most beautiful university in China.

4.28

Filed under: Uncategorized

finally, i caught the train 10 minutes before it left. it’s been the best night i spent on the train. i didn’t know the train from Beijing to Wuhan is so much better than the train from Beijing to Xiangfan.

April 28, 2006

4.27

Filed under: Uncategorized

working over night…

April 27, 2006

4.26

Filed under: Uncategorized

working

4.25

Filed under: Uncategorized

working

April 24, 2006

4.25

Filed under: Uncategorized

http://www.codeproject.com/csharp/Genesis.asp?print=true

April 23, 2006

4.24

Filed under: Uncategorized

working

4.23

Filed under: Uncategorized

working

April 21, 2006

4.22

Filed under: Uncategorized

working

spent the night exploring this place:

http://xiaonei.com/GetUser.do?id=20666&t=6536187839

The deadline of the demonstration project was postponed again and again. from 4.15 to 4.20, from 4.20 to 4.26. But i have to finish it before next Monday. Got to secure my home plan.

Let’s do it.

But, maybe i need some sleep first…

4.21

Filed under: Uncategorized

sleeping

April 20, 2006

4.20

Filed under: Uncategorized

working

4.19

Filed under: Uncategorized

working

April 18, 2006

4.18

Filed under: Uncategorized

working

4.17

Filed under: Uncategorized

working

April 16, 2006

4.16

Filed under: Uncategorized

Working

April 15, 2006

Working

Filed under: Uncategorized

4.15

Filed under: Uncategorized

Working

4.14

Filed under: Uncategorized

Working

April 13, 2006

4.13

Filed under: Uncategorized

Got to kick things start.

Now remember the most important thing of programming: start coding!

April 12, 2006

Going home!

Filed under: Uncategorized

I’ve bought the train ticket from Beijing to Wuhan today.

I’m going at 20:56 on April, 28th, and arriving at 07:21 on April, 29th.

I’m taking the air plane from Wuhan to Enshi, which is my city of birth, on May 2nd.

I’ll fly back to Wuhan on May 7th, and go back to Xiangfan, which is where my father and mother now live.

So i’m gonna spend more 3 days in Wuhan, 5 days in Enshi, and sometime in Xiangfan.

Blog discussion

Filed under: Uncategorized

As i said before, i think blog is really meaningful in enabling meaningful discussion within small and close community.

I’ve participated in two today. That’s what i’ve been talking about!

About psychology at Jerry’s place

About web community at Donnie’s place

4.12

Filed under: Uncategorized

I’ve decided to go home to meet my family on May, 1st!

Bought the train ticket today. I’m going on April, 28th.

Viewed some interestng posts of my friends.

Still diving in the sea of xml. I should really SMIL(smile).

:)

April 11, 2006

4.11

Filed under: Uncategorized

Stayed over night… Gave the teachers a report this afternoon. Let’s do it.

4.10

Filed under: Uncategorized

Dived into xml, cnml, newsML today. Defining the data structure.

Need a lot of work on the keywords. The extraction, the indexing, the categorization…

Well, let’s stay over night again!

April 10, 2006

Protected: demonstration project 2

Filed under: Uncategorized

This post is password protected. To view it please enter your password below:

demonstration project plan 2

Filed under: Uncategorized

plan and schedule { 紧急任务:订出构架,写出报告,订出日程!

出构架
{
    出数据结构与数据库,传输格式,接收方式等。先用perfectXML的界面跑,同步的做界面。

    成接收//传输//显示,让系统跑起来。先解决文件传输,再解决视频与音频。

    数据结构
    {
        文件结构(cachefile)
        数据库
        索引
        包格式
    }
    传输与接收方式
}

}

cooperation { to 王睿 { 你先看看界面吧。估计写出来还是html之类的。应该会用css style sheet来进行格式控制。 } }

April 9, 2006

4.9

Filed under: Uncategorized

Unbelievable! I’ve lost the new cell phone.

More Unbelievable! Someone has found the old one and sent it to Makun!

Amazing! It turns out that the one which has been found is the new one!

Thanks a lot to the finder:

清华大学 计43班 许智磊

You’ve saved my ass!

April 8, 2006

4.8

Filed under: Uncategorized

Still not very productive… Really need to do things in a smarter way. 10 laps. 5 rounds of basketball.

April 7, 2006

Demonstration project plan

Filed under: Uncategorized

Structure and approach by 4.9

Implementation report by 4.10

Beta version by 4.15

4.7

Filed under: Uncategorized

Spent the whole day interpreting a network broadcasting program. Not very productive. Maybe because i haven’t touched code for sometime. Maybe because i know nothing of MFC before. But most importantly, i think i am weak in the methodology.

But i’ll deal with it. Also i need to make plan and time schedule for this project. Come on, let’s play.

Shifting myself back to tech nut:)

Seems that i can’t go with my classmates for the last spring outing…

How to interpret the source code?

Filed under: Uncategorized

Need to comprehend and utilize a good amount of code these days.

The overview–detail strategy applys everywhere.

As for object-oriented source written for a window application(I mean MFC, actually), maybe one good start point is the main window frame class. By checking the event handlers you can get a picture of how the application functions.

Another way is to start from analyzing the major data types, and the use of database. They are the target of processing.

The class tree view in IDE is of great help, i think:)

However, I found it very important to make notes. I just can remember that many data types, functions in a short time. I need a note to summarize what i’ve comphrended, and formuate a big picture. What’s more, i think it’s very unproductive if i sink into piles of code. i need to think about the whole picture, (maybe i can guess, at the beginning:)), and then formulate the main functionality from a top-down view. Then i can look into the code to check how the functionality is implemented. It’s much more productive when you’ve got a clear target when interpreting the source.

To summarize, i think generally there are 2 kinds of approaches. One is to start from the code, the other is to start from your own idea. And the process of interpreting itself, is to eliminate the gap between the 2.

Just some barbarian ideas. i’ve never received “formal education” in this concern.

i’m a barbarian programmer, i think. i yearn for instructions from you civilized ones:)

Protected: demonstration project, 1

Filed under: Uncategorized

This post is password protected. To view it please enter your password below:

April 6, 2006

4.6

Filed under: Uncategorized

Went to the Xinhua News Agency with Prof. Yong Ren to discuss the project. Seems that I’ve got a tough task.

Got to change into the “programming status”…

commenting bug fixed!

Thanks a lot for guys at blogsome. They’ve taken care of the problem:

http://blogsome-forum.blogsome.com/viewtopic.php?p=8348#8348

This was a temporary problem yesterday as we installed our new comment code. See details here: http://blogsome-docs.blogsome.com/docs/anti-spam/captchas/in-form/notes.html

Your comments should work fine now. Let me know if you are experiencing a problem.

Roger

And it works fine now, indeed. :)

Commenting system bugged

Thx wangda a lot, who notified me the commenting problem in this blog: Whey guests submit their comments, the following message appears:

One of the following things has happened:

  1. you retyped the text in the image incorrectly;
  2. the time allowed for retyping the image has expired;
  3. the image in the previous page has already been used for submitting a comment.

Please return to the previous page and try again. (If items 2 or 3 above apply, you will need to reload the previous page.)

I’m trying to fix it. Sorry for the inconveniency.

April 5, 2006

4.5

Filed under: Uncategorized

The CI work is over!

CI stands for career investigation. I think it very important to know things in China, and especially, the career market here. Maybe I’ll come back someday, and definitely I’ll keep a strong connection with China.

I’ll publish the results of my investigation in a few weeks, to share with you guys:).

CI has another meaning: consulting & instillation. …

It’s been a very special month. There are several unexpected affairs, but glad that things turn out going as planned.

Now I must put all my effort into the graduation project. I must complete a demonstration program by April, 15!

And after that, I need to worry about the visa…

April 4, 2006

4.4

Filed under: Uncategorized

graduation project 2

4.3

Filed under: Uncategorized

… graduation project 2

April 2, 2006

4.2

Filed under: Uncategorized

Plans for today:

SRT report.

comprehend the code.

graduation project 2.

4.1

Filed under: Uncategorized

Spent most of my time on the contact list, and how to download it to my new mobile phone. Really need a creative and effective way to maintain my contact information and synchronize it between various applications and devices.

Get free blog up and running in minutes with Blogsome
Theme designed by Jay of onefinejay.com