网络创造未来!

胡侃在donews,技术在CSDN。 :-D

  DonewsBlog  |  Donews首页  |  Donews社区  |  Donews邮箱  |  我的首页  |  联系作者  |  聚合   |  登录
  212篇文章 :: 75篇收藏:: 211篇评论:: 8个Trackbacks

公告

我的卡通头像

关注技术:

cms
中文分词

关注领域:

教育信息化

留言板留言板


CSDN我的BLOG(点击进入)

E-mail:

QQ:
6979184

MSN:
shimchatmn at msn dot com

    从一众好友那里,我学会了以不带仇恨的心去爱人和热爱生活。

Creative Commons License
本作品采用署名-非商业性使用 2.5 中国大陆授权.

    本站部分内容来源于互联网,如果侵犯了你的权利,请email告知,我将及时撤除。

下载Frefox浏览器

文章

收藏

相册

^_^我的博友(del.icio.us)

CSDN邻居

donews邻居

donews邻居2

程序人生

高人

教育类

论坛和好版

朋友

网络服务

网络与数据库

存档


正在读取评论……


2004年09月



    摘要:两句中秋问候的话,请赐教    (全文共345字)——点击此处阅读全文




    摘要:包含3NF的理解的一段建议(数据库)    (全文共552字)——点击此处阅读全文




    摘要:回老家一趟,得到很多想法和感受到朋友散去时的失落    (全文共101字)——点击此处阅读全文



Are You A Blogaholic? Results
Your Score: 48 / 100 

YOUR SCORE
48.0%      48.0 points out of 100

AVG SCORE
42.9%      42.9 points out of 100

14099 people have taken this silly test so far.

4772 people have scored higher than you.

8051 people have scored lower than you.

1276 people made the same grade as you.
 
What does this mean? *
48 points is in the 21 through 50 precent
You are a casual(偶然的, 不经意的, 临时的) weblogger. You only blog when you have nothing better to do, which is not very often. There's nothing wrong with that. But if you'd post a little more often, you'd make your readers very happy.
 
* These results are just for fun. Do not sue me. Have a sense of humour.





    摘要:PHP应用技巧七则    (全文共5940字)——点击此处阅读全文



6. 我得到消息“Warning: Cannot send session cookie - headers already sent...”或者“Cannot add header information - headers already sent...”。

函数 header()setcookie() 和 session 函数需要在输出流中增加头信息。但是头信息只能在其它任何输出内容之前发送。在使用这些函数前不能有任何(如 HTML)的输出。函数 headers_sent() 能够检查您的脚本是否已经发送了头信息。请参阅“输出控制函数”。




看《六壮士》有感
时间:2004年9月21日  心情:激动

人生就是这样,换个角度,换个位置,本来想不通的,熬不过的,其实没什么,你看,过了之后不就是另一个好的景象吗?

看完电 影,我也觉得想到了很多,看到原来觉得做的不错的东西,其实还有很多问题;原来觉得很难受的事,其实可以明天上班时认真把它做好,想想,想好了,就马上行 动,你说对吗?





?
点击下载?? 第一部分 ???第二部分




    摘要:乱想:学语言    (全文共163字)——点击此处阅读全文



   
 

Completing Your Documentation
(PHP & MySQL For Dummies, 2nd Edition)

   

I'm making one last pitch here. Documenting your Web database application is essential. You start with a plan describing what the application is supposed to do. Based on your plan, you create a database design. Keep the plan and the design up to date. Often as a project moves along, changes are made. Make sure that your documentation changes to match the new decisions.

While you design your programs, associate the tasks in the application plan with the programs that you plan to write. List the programs and what each one will do. If the programs are complicated, you may want to include a brief description of how the program will perform its tasks. If this is a team effort, list who is responsible for each program. When you complete your application, you should have the following documents:

1.Application plan: Describes what the application is supposed to do, listing the tasks that it will perform

2. Database design: Describes the tables and fields that are in the database

3. Program design: Describes how the programs will do the tasks in the application plan

4. Program comments: Describe the details of how the individual program works

Pretend that it's five years in the future and you're about to do a major rewrite of your application. What will you need to know about the application in order to change it? Be sure that you include all the information that you need to know in your documentation.

 

 
   



     
 

Moving Information from Page to Page
(PHP & MySQL For Dummies, 2nd Edition)

   

With PHP, you can move information from page to page by using any of the following methods:

1.Adding information to the URL: You can add certain information to the end of the URL of the new page, and PHP will put the information into built-in arrays that you can use in the new page. This method is most appropriate when you need to pass only a small amount of information.

2.Storing information via cookies: You can store cookies- small amounts of information containing variable=value pairs -on the user's computer. After the cookie is stored, you can get it from any Web page. However, users can refuse to accept cookies. Therefore, this method only works in environments where you know for sure that the user will have cookies turned on.

3.Passing information using HTML forms: You can pass information to a specific program by using a form tag. When the user clicks the submit button, the information in the form is sent to the next program. This method is very useful when you need to collect information from users.

4.Using PHP session functions: Beginning with PHP 4, PHP functions are available that set up a user session and store session information on the server; this information can be accessed from any Web page. This method is very useful for sessions in which you expect users to view many pages.

 
     




    摘要:PHP数组函数:extract()和compact()    (全文共6388字)——点击此处阅读全文




    摘要:XHTML代码规范    (全文共1997字)——点击此处阅读全文



     
 

一段有意思的签名,尽显其思想个性
来自远望IT论坛的 简单思维

    当年,哈维尔苦苦思考,后极权时代无权者的权力问题。今天,一个同样深邃的问题摆在我们面前:在互联网兴起所导致的去中心化时代,还有没有我们思想的中心?

    互 联网的出现,从根本上解决了人类信息稀缺的问题。但是,当互联网本身变成信息海洋的时候,人类不得不面临另一场新的挑战:那就是超越信息,将信息转化为知 识。在这一过程中,人的伟大又一次凸显出来。迄今为止,只有人脑对信息的搜索和鉴别才是最可靠的。互联网在经历了军事阶段、商业阶段之后,终于迎来了它的 文化阶段。

 
     



喜欢窦唯从《艳阳天》,时至今天他的音乐依然是令我心灵得到镇定剂.
歌曲名称
 
1. 十一庆1995
2. 五一游1995
3.
4. 阳光早安
5. 照灯语录
6. 半苑草
7. 六一儿1995
8. 安早光阳
9. 一队正步1995




    摘要:文摘:是唱是念还是作——评窦唯《八段锦》    (全文共2605字)——点击此处阅读全文




    摘要:经过1个小时努力,安装成功php5!    (全文共151字)——点击此处阅读全文




    摘要:PHP中的面向对象和面向过程    (全文共7352字)——点击此处阅读全文




    摘要:实例学正则表达式之一“去掉字符串头尾多余的空格”    (全文共1171字)——点击此处阅读全文



2004年9月15日   天气:晴 心情:中等偏好

这两天打开我的blog,总能看到一些认识的和不认识的朋友留下她/他们感性的几句话,有的是鼓励,有的是逗笑,有的会带一丝爱意,这些都让我激动不已,让冷漠的网络充满温情。

相信这句话:“有朋友的支持,你总能走得更远!”

谢谢您,我的一众好友!





    摘要:正则表达式语法    (全文共7552字)——点击此处阅读全文




    摘要:周国平先生的三本散文集《守望的距离》《各自的朝圣路》《安静》    (全文共260字)——点击此处阅读全文




    摘要:拥抱阳光 - 张学友 - 词 何启弘曲 Kan     (全文共359字)——点击此处阅读全文




    摘要:读周国平《守望的距离》——之三    (全文共773字)——点击此处阅读全文




    摘要:javascript【方法 ( METHODS ) - 函數】    (全文共44338字)——点击此处阅读全文




    摘要:文摘:感受php5     (全文共4377字)——点击此处阅读全文




    摘要:文摘:一家之言的经验之谈php+mysql扎实个人基本功     (全文共12256字)——点击此处阅读全文




    摘要:读周国平《守望的距离》——之二    (全文共682字)——点击此处阅读全文




    摘要:读周国平《守望的距离》——之一    (全文共496字)——点击此处阅读全文




    摘要:灌水:喜欢keso-blue、red、green系列的皮肤风格,符合浏览以文字为主的览客    (全文共52字)——点击此处阅读全文




    摘要:javascript应用——复选框    (全文共968字)——点击此处阅读全文




    摘要:想在“水木清华”申请的blog,未能如愿    (全文共145字)——点击此处阅读全文




    摘要:新任首富陈天桥(2)     (全文共2834字)——点击此处阅读全文



http://so.163.com/cool/vogue/diary.php?act=&id=233




    摘要:利用CSS控制打印     (全文共2685字)——点击此处阅读全文




    摘要:網絡創造未來     (全文共212字)——点击此处阅读全文




    摘要:很难明白,一天之内,我的心情变化竟如此之大!    (全文共79字)——点击此处阅读全文




    摘要:听,是谁在唱歌    (全文共735字)——点击此处阅读全文




    摘要:路是应该越走越窄,还是越走越宽!    (全文共363字)——点击此处阅读全文




    摘要: * 花 *(摘自tom.com)    (全文共707字)——点击此处阅读全文



我感觉所有类型的作品(不限于艺术类作品)都可以分为两类,一类你看后能给你灵感,让你冲动的,另一类就是没有感觉。 ……




    摘要:php:mktime()函数    (全文共175字)——点击此处阅读全文




    摘要:php生成WAP页面    (全文共3021字)——点击此处阅读全文




    摘要:MySQL事务数据库(InnoDB类型)的安装方法    (全文共2123字)——点击此处阅读全文




    摘要:搞旺气氛,6个Gmail邀请名额,你要吗?    (全文共49字)——点击此处阅读全文




    摘要:如何选择适合自己的IT认证    (全文共1756字)——点击此处阅读全文




    摘要:软件思想家Gerald Weinberg专访(《程序员》第9期)    (全文共12356字)——点击此处阅读全文