分类
网上有不少生成缩略图的ASP组件。若你的虚拟空间不支持注册新组件,可能会感觉自己的网站失色不少。心晴不才,结合网上资源写了个无组件生成缩略图程序,仅供参考。 还是先看看基础部分吧。首先,我们知道在
前台用gb2312 ,后台是asp+gb2312 解决的办法很简单, 1.前台在提交的时候用escape编码一下 $.get("k_win_tj.asp", {language:syslanguage,use:use.value,kid:kid.value,txts:escape(txts.value),d:new D
笔者最近在网上搜索了一些关于VB.net实现关机、重启、注销的文章,发现大多介绍的是VB.NET2003用API实现这些功能,且在XPsp2环境下无法正常的关机与注销。而对于VB.NET2005的介绍几乎没有。本文章所涉及的知识点有:
通常iis"http 500 内部服务器错误"就是"Server Application Error" Server Application ErrorThe server has encountered an error while loading an application during the processing of yo
聊天室是网络实时交互的最常应用之一。聊天室的制作要解决好以下问题。 1、谁在发言 2、讲给谁听 3、讲些什么 与ICQ不同,ICQ 的数据流是一对一的关系。只要解决好上面三个问题就 可以实现。 聊天室由于
Before embarking on the inevitable—and not painless—migration to ASP+, it's best to know what compatibility issues you'll have to deal with by Chris Kinsman Microsoft
作为通讯媒体,XQI(Extensible Query Interface)是一种允许使用XML远程查询和插入数据库的服务。 XQI允许远程查询和插入使用搜索引擎,但不需要CGI应用(数据可以通过其他应用传递)。
To assist in interfacing with databases. This script can format variables and return SQL formats. Such as double quoting apposterphies and surrounding strings with
There is a general belief among developers that session state maintenance is always against one domain / site. And therefore one can not maintain session state across different domains. Usually the
For any one person to create a web site and then think it is perfect, is ridiculous. It is important to allow the visitors of our web sites to comment on what we have developed so that we can learn f
一:真的能在浏览器中执行命令文件吗? 答案是肯定的。(哇,酷耶!可以......)不过先别高兴,只能执行服务器端的,而且是必须经过授权的。否则服务 器想黑你就太容易了。谁敢看我我就
一:Global.asa文件的释疑!从字面上讲!Global就是全局的,全球的意思! 我们都知道!浏览器中的变量存活期十分短暂!只有几十秒!也就是一个页面的下载时间。那么我们怎样从生命开始
Paging through a recordset by Daniel Adrian Skill level: Beginner First posted: Monday, October 09, 2000 Paging through a recordset When I want to develop an application wit
有一页填表的页面,其中有几个下拉表单是通过一个表的某个字段动态生成,比如省下面的城市名,希望选择某一个 省即可自动在另一下拉表单内生成城市名,.....然后提交给asp处理加入到另外一个表内。 终于完
数据库模型的设计是否合理会极大影响系统的使用性能。笔者依据多年来设计和使用数据库的经验,提出以下一些设 计原则,供同仁们参考。 慎用游标(Cursor) 游标提供了对特定集合中逐行扫描的手