自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

糯米糊糊的专栏

在这里风儿横行~~

  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

原创 最适合你星座的英文名字

最适合你星座的英文名字白羊座男性最适合的英文名字: Charles、Mark、Bill、Vincent、William、Joseph、 James、Henry、Gary、 Martin、  白羊座女性最适合的英文名字: Malcolm 、Joan、Niki、Betty、Linda、Whitney、Lily  金牛座男性最适合的英文名字: Fred、Gary、William、Charle

2006-01-31 10:08:00 3185 1

原创 [转]简单算法---主页浏览工具GreenBrowser算法分析!

简单算法---主页浏览工具GreenBrowser算法分析!              作者:  ShenGe  转摘自:http://www.cracksoft.org/cgi-bin/topic.cgi?forum=19&topic=4175-----------------------------------------------------------------------------

2006-01-27 23:25:00 2677 1

原创 你没有见过这么多的“我爱XX网”

http://www.52vista.com/ vista 爱好者之家www.52hardware.com 52硬件www.52samsung.com 52三星手机www.52mobiles.com 52手机商城http://www.52shouji.com/ 52手机批发商城www.52dm.cn 52动漫  www.52kd.cn ,http://www.52homes.be五二社区http:

2006-01-24 21:35:00 25890 1

原创 稍微改了改网上的一个ASP+XML的简易留言本

 <?xml version="1.0" encoding="gb2312"?><GuestBook version="1.0" realese="2060107"> <Record>  <Name>KAI</Name>  <Email>kai@hostx.org</Email>  <Url>http://www.17xml.com </Url>  <Content>千山万水总是情,常

2006-01-18 23:23:00 9367 2

原创

[01/08-19:46:14] 2005 年关注的几个个人门户http://www.dbanotes.net/web/2005_personal_portal.html虽然 2005 年已经过去,但是还是觉得有对过去一年总结的必要(有趣的是,这几天查看 Web 服务器日志,很多人居然是通过个人总结来到本站的)。这篇写一下过去一年中经常访问的几个个人门户。这里提到的"个人门户"是我的个人化的概

2006-01-08 19:50:00 2501

Selenium IE WebDriver

Selenium IE WebDriver

2017-08-06

DDTCMS 0.2.3.pre.20090808

a CMS based on django 1.0,supported by Django Dream Team,created by huyoo353 on 2008-NOV-10. -------------------------------------------------------------------------------- ddtcms ver0.1一些说明: 取消了registration的整合,因为它在google code不弄了,我用了userprofile,功能更强 使用的photologue加了自动修改上传的图片名,采用时间和随机码 -------------------------------------------------------------------------------- ddtcms一些说明: 模板的css参考了聚友网http://www.ogo.cc/index.php 首页index.html的框架用了一点poco网的,最顶端的参考了QQ首页的横条。 模板使用我想让每个app自带模板 views很多没有写,大多用的是generic_views blog用了分页,news,article继承blog的entry对象 评论使用了django自带的comments http://127.0.0.1/sitemap.xml 有错误,因为django自带flatpage有问题 http://127.0.0.1/sitemap_blog.xml 可以用 整合了registration,profiles,django-forum,前两者主要是解决了一些模板的问题,就可以用了。以后要完善的就是mysite 的 member模块了。 模板标记中,因为django-forum使用了markdown,所以要下载和安装markdown。 另外,国际化页面,使用了gettext,请到sf下载安装 以上内容见docs/更新历史。txt 还有很多地方要完善,首先要完善的就是的blog中不能发图片,只有photo模块可以发图片,现在比较忙,以后在搞吧,嘿嘿 截图请到我的群相册中去看 我的群号码69930365,Django 梦之队,欢迎讨论时加入,是一个公开小群,来者不拒,上限100人。 代码去除了(.pyc) rar格式压缩,共计3.6M ,包含了网站截图和一些图片,还有一些参考资料,以及一些模板碎片 忘了说了我的django是1.0版本的 -------------------------------------------------------------------------------- 管理帐户/密码 admin/admin DDTCMS Summary: DDTCMS(Django Dream Team's Content Management System),is a CMS based on django 1.0,supported by Django Dream Team,created by huyoo353 on 2008-NOV-10. http://code.google.com/p/ddtcms/ admin u/p: admin/admin Requirements: * django 1.0 Django version 1.0 or greater. * PILThe Python Imaging Library,Source: http://www.pythonware.com/products/pil/ * markdown Markdown is a text-to-HTML conversion tool for web writers. http://daringfireball.net/projects/markdown/ * django-navbar Site navigation controlled from the django admin with: Navigation bar Navigation tree Chained Navigation bars JSON sub tree requests (comming soon) Permission control on which entries are seen http://code.google.com/p/django-wikiapp/ # django-wikiapp Django WikiApp is a pluggable application for Django that aims to provide a complete Wiki (for really small values of "complete") http://code.google.com/p/django-wikiapp/ # django-photologue # django-forum # django-tagging # django-pressroom # gettext Optional(needed when you use i18n tags in code or templates) # Google Data API Optional(allows image searching) Download it from http://code.google.com/p/gdata-python-client/ # django-profile http://code.google.com/p/django-profile/ This is a Django pluggable user profile zone which can be used and customized easily in your social application web platform developed in django. App Directory Structure: appname/ --templates/ ----appname/ --templatetags/

2009-11-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除