12 2008 档案

asp.net literal label
摘要:Literal和Label到底有什么区别,其实它们也只有一个区别,就是在转换成客户端Html代码后,Label就成了,而Literal则是什么标记都不带 ++++++++++++++++++++++++++++++ Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlig... 阅读全文

posted @ 2008-12-13 08:40 simhare 阅读(234) 评论(0) 推荐(0)

apache -->占用80端口的不仅可能是IIS还有可能是迅雷。。。。。。
摘要:apache -->占用80端口的不仅可能是IIS还有可能是迅雷。。。。。。 内容摘要: 启动apache时遇到错误,启动不了,通过事件查看器里面看到错误。 The Apache service named reported the following error: >>> (OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : make_sock: could no... 阅读全文

posted @ 2008-12-04 12:31 simhare

perl--->asp--->jsp--->php
摘要:对于企业级应用,asp/jsp 是唯一的选择。相对于其他的技术,asp/jsp 在数据库的支持做得出类拔萃。 中小型应用PHP是首选;大型商业应用JSP是首选;那么ASP只能是鸡肋了。 ASP早就过时了,JSP对于商业网站开发是可以,也就是愿意花钱,而对于一般的网站根本没有必要使用,因为(1)开发有相当的难度;(2)服务器配置不容易;(3)不懂java就别学jsp。所以我个人认为入门最好学P... 阅读全文

posted @ 2008-12-03 22:01 simhare 阅读(251) 评论(0) 推荐(0)

Word- participatory
摘要:Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. adj. 供人分享的。 Apache Tomcat powers numerous large-scale, mission-critical web applicat... 阅读全文

posted @ 2008-12-03 20:24 simhare

MySql 基础知识 001
摘要:MYSQL导入(执行)Sql脚本 MYSQL导入(执行)Sql脚本 例如:我的用户名是root 密码是123 sql脚本存在C盘 名字为test.sql 数据库为test 有两种方法可以执行脚本 1:打开CMD输入以下命令(不需要转换目录) >mysql -u root -p123 进入MYSQL后 mysql>use test; mysql> source c:/test.sql ok执行完... 阅读全文

posted @ 2008-12-03 16:33 simhare

导航