自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

糯米糊糊的专栏

在这里风儿横行~~

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

原创 浅谈个人用户软件需求

浅谈个人用户软件需求就我个人和对身边的一些人的观察,个人用户对计算机软件的需求有以下几个方面:影音娱乐类。需要音、视频播放软件,最好是能够集中到一个软件中去,毕竟装太多的软件很麻烦,也会弄的电脑很慢。信息获取类。主要用来获取网上信息,诸如股票、炒汇、价格、飞机和列车时刻、公交车线路、地图查询、手机归属地、邮编等。还有就是RSS聚合软件,或者是网页分析软件,以便提取自己需要的信息。即时通讯类。和亲人

2007-06-01 21:17:00 1943

原创 我写的一个求质数的函数

我写的一个求质数的函数:>>> import math>>> def getz(n): iszhishu=True testn=int(math.sqrt(n))+1 for nn in range(2,testn):  if n%nn==0:   iszhishu=False   print n,"is NOT a zhishu,yinzi is ",nn   break if iszhishu

2007-06-01 01:06:00 2118

原创 发点牢骚,无奈的愤怒--别把老子当万金油使

 工作了,因为自己的专业和计算机靠边,被单位的人当作是计算机高手,甚至成了领导眼中的人才,因此,无论是电脑硬件的问题,还是电脑软件的问题,都来找我、问我,诸如打不开网页,看不了电影,拨号拨不上,mp3怎么下不下来,网页链接怎么点了没反应,怎么没声音,输入法浮动条怎么不见了,右下角小键盘怎么没了,电脑怎么不能启动,装系统怎么装不上,电脑中毒了要我去杀毒不让重装,XP桌面图标怎么有阴影,不好看,添加删

2007-06-01 00:30:00 1692

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关注的人

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