Messages

melissa:2YJaA7 http://google.com sdf http://google.com http://google.com sdfgwq

melissa:YhmI00 http://google.com sdf http://google.com http://google.com sdfgwq

melissa:N5ppGb http://google.com sdf http://google.com http://google.com sdfgwq

Oyuduaod:comment6

Fgmaebwo:comment2

User Name:

Content:

Tags:

gae(3)    css(3)    日志(3)    python(3)    svn(3)    weblogic(2)    ie(2)    ftp(2)    c++(2)    原则(2)    bugfree(2)    jira(2)    turbolinux(2)    tinyMCE(1)    南京(1)    static_dir(1)    django(1)   

 

 Categories:   All    管理 (27)    GAE (7)    杂谈 (14)    网站 (7)    Python (6)    Java (8)    c++ (1)    生活 (8)    我的儿子 (4)    Database (4)    骗局 (2)    source code (1)

style="word-break:break-all"

2008-09-12 14:19:48   Category:GAE   Comments:0   Reference:0   Tags: word break , css

是个不错的设置,可以避免td的表格被连续不可分割的字符串撑开。

firefox需要使用overflow: hidden;来处理

TrackBack URL:http://jum.appspot.com/feeds/trackBack/1450/

css of this site

2008-09-10 03:50:45   Category:GAE   Comments:0   Reference:0   Tags: garden , css

I used Sweet Garden's css file,thanks!But I modified some of them.Everyone can get these file from http://freecsstemplates.org.

TrackBack URL:http://jum.appspot.com/feeds/trackBack/1050/

CSS 在IE和Firefox中的不同表现

2008-09-08 03:44:38   Category:GAE   Comments:0   Reference:0   Tags: css , ie , firefox

今天想把网站改为div+CSS发现真是比较麻烦,首先在firefox调好的格式,跑到ie一看,真酷,他也漂移了一把,还要加时间重新设置位置,网上看到很多说明两方不同的,对我来说,主要是如下一些问题:

  1. 在mozilla firefox和IE中的BOX模型解释不一致导致相差2px
  2. 设置为float的div在ie下设置的margin会加倍。这是一个ie6都存在的bug。
  3. NOTfloatC并不希望继续平移,而是希望往下排,在IE中毫无问题,问题出在FF。原因是NOTfloatC并非float标签,必须将float标签闭合

TrackBack URL:http://jum.appspot.com/feeds/trackBack/1041/

XmlRpc

2008-09-05 02:46:26   Category:GAE   Comments:0   Reference:0   Tags: 小七 , tag , metaWebLog

借用了小七的这个模块,系统开始支持metaWebLog 的接口,用着很不错。
只是标准中的类别和Tag是一个含义,我的系统的类别是类别,Tag是Tag,所以没有办法通过客户端发布带有自由Tag的文章,以后在完善。

TrackBack URL:http://jum.appspot.com/feeds/trackBack/841/

TinyMCE

2008-08-07 12:59:30   Category:GAE   Comments:1   Reference:0   Tags: textarea , tinyMCE , gae

    TinyMCE is a very good text editor. First, it is simple to use and independent of development languages. Second, its size is little. So I select it as my text editor.

    Its homepage is http://www.moxiecode.com/

TrackBack URL:http://jum.appspot.com/feeds/trackBack/23/

Google App Engine bug( static_dir)

2008-08-06 12:52:54   Category:GAE   Comments:0   Reference:0   Tags: static_dir , sdk , gae

GAE SDK version: 1.1.0

in App.yaml:
- url: /file/
static_dir: res/file

This config will generate an invalide path "res\0xcile\". If you modify the directory name to other, it will work fine( for example: ufile).

TrackBack URL:http://jum.appspot.com/feeds/trackBack/21/

GAE web framework

2008-08-06 12:49:53   Category:GAE   Comments:1   Reference:0   Tags: framework , gae , django

GAE provides a web framework, but it is not good. Django is a good MVC web framework and provides the template support. I think Django is a best choice. But GAE disable the session function. Google maybe can provide a better framework for us.

TrackBack URL:http://jum.appspot.com/feeds/trackBack/1/