My Comics Space

Another life

 
 
 
 
 
 

Enjoy English

2008-6-29 20:43:59 阅读(9) 评论(1)

Now I make a decision that I'll try to read English books in the next year. I have to improve my English skills, for I have sacrificed so many benefits, and I want a bright future.

阅读(9) | 评论(1) | 阅读全文>>

书多而不能读

2008-5-18 15:20:17 阅读(12) 评论(1)

这两天想买书、看书了。从网络上下载了很多著名、非著名的各类小说,终于发现书多到无法选择,无从阅读的状态了。
英文的中文的,系列的短篇的,科幻的小说的,正统的旁门的...总之是书以MB计算,阅读的却还是0 byte。

阅读(12) | 评论(1) | 阅读全文>>

love to be loved by you

2008-5-18 14:39:47 阅读(15) 评论(0)

请点击查看影音文件...
 
love to be loved by you》(爱上被你爱的感觉)
Marc Terenzi(马克.特伦兹)
制作:钟爱C白色/偷颗小白菜

I can`t believe I`d standing here
Been waiting for so many years and
Today I found the Queen to reign my heart
You changed my live so patiently
And turned it into something good and real
I feel just like I felt in all my dreams
There are questions hard to answer
Can`t you see
Baby, tell me how can I tell you
That I love you more than life
Show me how can I show you
That I`d blinded by your light
When you touch me I can touch you
To find out the dream is true
I love to be loved by you

You're looking kind of scared right now
You're waiting for the wedding vows
But I don`t know if my tongue able to talk
Your beauty is just blinding me
Like sunbeams on a summer stream and
I gotta close my eyes to protect me
Can you take my hand and lead me
From here please
yeah...yeah...
Baby, tell me how can I tell you
That I love you more than life
Show me how can I show you
That I`d blinded by your light
When you touch me I can touch you
To find out the dream is true
I love to be loved,
I need to be loved
I love to be loved by you
I know they gonna say our love's not
strong enough to last forever
And I know they gonna say that we will
give up because of heavy weather
But how can they understand
that our love is just heaven sent
We keep on going on and on cause
this is where we both belong
Baby, tell me how can I tell you
That I love you more than life
Show me how can I show you
That I`d blinded by your light
When you touch me I can touch you
To find out the dream is true
I love to be loved
Yes I need yes I need to be loved
I love to be loved by you
Yes I love to be loved by you

阅读(15) | 评论(0) | 阅读全文>>

第2个Python程序?

2008-5-18 12:46:49 阅读(11) 评论(0)

我认为我应该继续写另外一个python程序。要比SudokuCalc的规模要大,使用的技术要更广,应用的场合也要更多。
目前我还没有什么好的想法,只是大概基于当前我对一些软件的使用的不便,想用python重新作一个:

1. RSS Reader 之类的本地软件,主要的特色是可以将blog内容保存在本地,这样就可以进行离线阅读和资料保存。

2. Online Photo Downloader 图片下载器,应用于网易相册这样的在线图片网站。有一个人已经开发了相对比较好用的网易相册下载器,只是操作略嫌繁琐。

以上2个软件,当前已经有很多免费或者商业性质的产品,品质都还不错。所以即使自己重新开发,也不会有太大的推广空间。我是希望能够在当前还没有便利的软件的领域里,做一个工具出来。只是我自己接触的领域有限,不知道什么地方可以进行探索?


阅读(11) | 评论(0) | 阅读全文>>

完成了SudokuCalc

2008-5-16 23:14:42 阅读(21) 评论(1)

今天又用了一天时间,完成了SudokuCalc这个程序。
主要的工作集中在Sudoku的计算,修改很多操作方面的问题,以及添加Sudoku的保存、载入等。

Summary:
Man Hour: 2 days
Tools: eclipse + pyDev
Language: python
Library: wxPython + py2exe

总的来说,python作为快速开发的工具语言,以及做一部分应用程序还是非常便捷的。应该说,绝大部分的桌面应用,都能够使用python来开发,效率很高。对于大型的软件,python作为原型语言来建立程序的phototype也是不错的选择。





阅读(21) | 评论(1) | 阅读全文>>

pySudokuCalc

2008-5-15 9:28:09 阅读(3) 评论(0)

学了python,一直没有合适的东西可以拿来练练手。昨天想了一下,决定写一个计算sudoku的python GUI程序。
程序的基本结构是
1. wxPython做一个dialog类型的sudoku界面,所有操作都可以用鼠标完成。
2. 计算sudoku的算法也用python实现。
3. 此程序不需要网络支持。
4. 最终要将程序打包成独立的可执行的文件包,即不需要安装python和wxPython即可运行。
5. 预计时间:2天


阅读(3) | 评论(0) | 阅读全文>>

What Should I Do In My Life

2008-5-14 9:08:53 阅读(3) 评论(0)

Recently I have no passion on any things.

阅读(3) | 评论(0) | 阅读全文>>

终于写了个jscript脚本

2008-5-13 17:38:08 阅读(23) 评论(0)

今天终于愤起,用了一点时间写了一个自动登录公司Web Outlook 邮箱的脚本。
很多东西想着很麻烦,真正写起来还是很顺利的。大部分DHTML 和InternetExplorer Object 的属性,名字我竟然都还记得!实现的方式也很直接,测试好用之后,给了其他2位同事试用。证实确实不错之后,群发给公司。
Jscript 作为Windows 平台上的脚本工具已经很不错了。虽然在功能上和过程控制上没有perl,python那么强大,但是它与COM组件无缝交互,Windows平台默认脚本引擎以及很方便的利用WMI就能够使它在Windows平台上稳居老大的地位。
目前觉得Jscript的不足之处在于它缺乏一个common 的例程库。所以很多功能,比如crc, md5都要自己实现。由于各个机器的环境不尽相同,没有统一的库会加大脚本的大小,并且导致很多bug。

哎,想学python,仍然没有开始学...


/*
*    Author: sclzmbie
*    Date:    2008.05.13
*    Comment:
*        Modify usr/pwd to your No./password
*        Then double click to open your skcc web outlook
*/

var usr = "0000000";
var pwd = "*******";


var ieobj = WScript.CreateObject("InternetExplorer.Application", "e_");
ieobj.visible = true;

ieobj.Navigate2("web mail url");

wait_document();

var doc = ieobj.document;

var username = doc.getElementById("username");
var password = doc.getElementById("password");

if(username == null || password == null)
    WScript.Quit(0);

username.value = "skccsystems\\" + usr;
password.value = pwd;

var inputs = doc.getElementsByTagName("input");
for(var i=0; i<inputs.length; i++) {
    //wl(inputs[i].value);
    if(inputs[i].id == "password") {
        inputs[i+1].click();
        break;
    }
}

WScript.Quit(0);

var g_semphone = false;

function e_DocumentComplete(obj, url)
{
    //wl(url);
    //wl(obj.READYSTATE);
    if(url.indexOf("logon.aspx?") < 0) {
        //wl("Bingo!");
        g_semphone = true;
    }
}

function wait_document() {
    while(!g_semphone)
        WScript.Sleep(500);
}

function wl(s) {
    WScript.StdOut.WriteLine(s);
}


阅读(23) | 评论(0) | 阅读全文>>

比较烦

2008-5-9 17:40:22 阅读(9) 评论(0)

    今天几乎没有做什么事情。上午简单讨论了一下SQL语句的问题,然后下午一直烦一直烦,不想干活。在网络上乱逛,跟别人讲一些有聊无聊的话题。虽然我想读点书,或者看看Python等等,但是精神一直集中不起来。不知道是我现在不在学习状态中,还是潜意识里我为什么担忧。

阅读(9) | 评论(0) | 阅读全文>>

Wasting

2008-5-8 10:19:10 阅读(6) 评论(0)

Now I'm wasting my life on Internet...
Anyway working is another type of wasting...

I can't find the final goal of life. Why we are living, what we are living for, and what we can do in our short-existing? Seems those questions were asked in thousand years but never got the answers. I don't care about where I'll go after death, but I'm wondering why I living in such a world, in what am I now. Who, or say what, dominating those progresses?

Although I have no answers, I still working hard for better living conditions, because I'm not living for myself, there are so many loves linked with me.


阅读(6) | 评论(0) | 阅读全文>>

查看所有日志>>

 
 
 
 
 
 
 
 

  sclzmbie

北京市 朝阳区 天秤座

 发消息  写留言

 
自我介绍For American Comics I Come Here.
博客等级加载中...
今日访问加载中...
总访问量加载中...
最后登录加载中...
 
 
 
 
 
 
 
心情随笔列表加载中...
 
 
 
 
 

日历

 
 
模块内容加载中...
 
 
 
 
 

天气

 
 
模块内容加载中...
 
 
 
 
 
 
 
列表加载中...
 
 
 
 
 
 
 
日志评论
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2009