Lanuch Opensolaris
2008/07/01 09:54:21 by fred1982, 0 comments.
今天安装了 Opensolaris,感觉还不错,虽然官方只是推荐学习和开发者使用,但是我想用来做服务器也不错,听说IBM用OS来运行文件服务器,可能就是看中了稳定和开源。
安装出乎想像的简单,我是用的GUI模式,对中文支持也非常棒,特别是她的多语言输入法,非常方便。感觉易用性与ubuntu不相上下。过几天来测试一下WEB服务和数据库服务。
New Theme!
2008/06/30 09:44:16 by fred1982, 0 comments.
Hello everyone, my new theme coming!
之前的博客可能不会再出现了,直到找到国外的空间为止,可能现在开始就要真的在这个appspot写日志了。欢迎大家多多指教~ 更多实用的功能会在我业余时间开发。 建议大家多实用google的各种服务,比如 project host 、blogger、appengine、site等。
虽然天朝会毫无征兆的屏蔽一些Google的服务,但是使用web proxy是可以很放便的爬墙,就算天朝屏蔽了Appengine,我也会使用Proxy继续使用!
I Trust Google More Than Other
2008/06/30 07:03:51 by fred1982, 0 comments.
人才,二十一世纪最宝贵的是人才!为什么人才总是这么难找,因为“千里马常有,而伯乐不常有”。
所以说,有的企业很难成功,因为无伯乐 。只有害群之马。
越来越发现古文很有趣了。
Programming Bug of PHP
2008/06/20 08:52:05 by fred1982, 0 comments.
I will write PHP scripts again...
MySQL and pastebin
2008/06/14 09:48:10 by fred1982, 0 comments.
pastebin, if you use MySQL5, becareful the syntax(near 'KEY')!
CREATE TABLE `pastebin` (
`pid` int(11) NOT NULL auto_increment,
`poster` varchar(16) default NULL,
`posted` datetime default NULL,
`code` text,
`parent_pid` int(11) default '0',
`format` varchar(16) default NULL,
`codefmt` mediumtext,
`codecss` text,
`domain` varchar(255) default '',
`expires` DATETIME default NULL,
`expiry_flag` ENUM('d','m', 'f') NOT NULL DEFAULT 'm',
PRIMARY KEY (`pid`),
KEY `domain` (`domain`),
KEY (`parent_pid`),
KEY (`expires`)
);
I am Working
2008/06/13 12:07:16 by fred1982, 1 comments.
I am working on app engine today, got some videos about app engine on youtube. and got some good wordpress theme here.
I will use the themes with my app engine blog system here. More good wordpress themes.
Waitting for FF3
2008/06/12 09:50:18 by fred1982, 0 comments.
A Bug About Locale
2008/06/02 10:19:47 by fred1982, 0 comments.
I get a very slowly urxvt started with fcitx, and I found this. Edit " /usr/share/X11/locale/zh_CN.UTF-8/XLC_LOCALE" is a good idea.
Django module_from_path
2008/05/23 17:28:29 by fred1982, 1 comments.
import imp, os
def module_from_path(filepath):
dirname, filename = os.path.split(filepath)
mod_name = filename.replace('.py', '')
dot_py_suffix = ('.py', 'U', 1) # From imp.get_suffixes()[2]
return imp.load_module(mod_name, open(filepath), filepath, dot_py_suffix)
"""
Usage:
mod = module_from_path('/path/to/something.py')
mod.function_inside_something()
"""
Sahana disaster management system
2008/05/22 10:23:23 by fred1982, 0 comments.
Earthquakes on The Earth
2008/05/22 09:15:44 by fred1982, 0 comments.
This page show the lastest earthquakes in 7 days. You can search "earthquake" and "地震" on Google, may be you can find something. Also very very very lash on Baidu search with "earthquake" and "地震", I think we don't need the advertisement and many news. We need knowledge.
Wine Not Win
2008/05/22 08:26:24 by fred1982, 0 comments.
Google App Engine Launch
2008/05/21 10:47:14 by fred1982, 5 comments.
简单实用,自己可以操作,我发现越来越喜欢上google的服务了,至于使用了差不多3年的wordpress,是不是该对这个伟大的Blog系统说再见了? 今天是汶川大地震的第9天,全国哀悼日第3天。愿死者安息,愿生者坚强。
让历史记住那一刻
2008/05/19 12:07:47 by fred1982, 0 comments.
公元2008年5月12日14点28分,四川汶川8级大地震。身在成都,距离震中80公里的我,恍如重生。
Slackware Linux 12.1
2008/05/19 09:05:56 by fred1982, 0 comments.
I use slackware 12.1, and ubuntulinux some times.


