当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: 可以在此基础上结合正则表达式做成更好的效果,希望大家能分享一下X
 

 

 ·vb快捷查看表结构和表数据    »显示摘要«
    摘要: 小弟经常查看数据库里面的数据查看表数据,要用对sql server 要有企业管理器或查询分析器 对oracle 用 sql plus , 来回切换真麻烦,于是编了一个数据库查看器 只针对 ms sql server 和 oracle 数据库,采用oledb连接数据库 本程序为vb程序,使用了 microsoft internet controls 和 microsoft windows common controls 6.0的控件库 此外还......
 ·设计文档[二]    »显示摘要«
    摘要:题库管理模块设计: test ctest 选择题 etest 问答题 histroy历史 ? test 结构 id[题号]? key[关键字] describe[描述] type[类型] rate[正确率] histroy[历史] value[评价] count[使用次数] lastuse[最近使用] firstuse[首次使用] addman[添加人] score[分值] ctest结构 id[题号] a1 a2 …......


[原创代码]XMLHTTP批量抓取远程资料

可以在此基础上结合正则表达式做成更好的效果,希望大家能分享一下xmlhttp的session共享技术

【相关文章:剖析Intel IA32架构下C语言及C

<html> 【扩展阅读:初来乍道

【扩展信息:静态连接库的创建和使用

<head>

<title>autoget</title>

<meta http-equiv="content-type" content="text/html; charset=gb2312">

</head>

<body bgcolor="#ffffff" style="font-family:arial;font-size:12px">

<%

´=================================================

´filename: getit.asp

´intro : auto get data from remote website

´author: babyt(阿泰)

´url: http://blog.csdn.net/babyt

´createat: 2002-02  lastupdate:2004-09

´db table : data

´table field:

´ uid -> long -> keep id of the pages

´ ucontent -> text -> keep content of the pages(html)

´=================================================

server.scripttimeout=5000

´on error resume next

set conn = server.createobject("adodb.connection")

conn.open "provider=microsoft.jet.oledb.4.0;data source=" & server.mappath("getit.mdb")

set rs = server.createobject("adodb.recordset")

sql="select * from data"

rs.open sql,conn,1,3

dim comefrom,myerr,mycount

´========================================================

comefrom="http://www.xxx.com/u.asp?id="

myerr1="该资料不存在"

myerr2="该资料已隐藏"

´========================================================


...   下一页
 ·java中类型转换的特例    »显示摘要«
    摘要:先看一下下面的语句那些是非法的。byte b1=2;byte b2=1+1;byte b3=b1+1;byte b4=b1++;int i1=integer.max_value+1; //integer.max_value=2147483647int i2=2147483648;把byte改为char和short几乎是一样的。因为整数字面常量是int型的,也就是1和2都是int型的在赋值语句中直接把一个int型赋给byte肯定是不行的。int i=1;by......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE