当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 演示:http://asp2004.net/temp/treem
 

 

    摘要:在c#中应用mapobjects(转换坐标系) 摘要:mapobjects c# 转换坐标系 作者:杨雨田 blue_bat@126.com 我使用地图的时候比较喜欢那种经纬度带弧度的地图,就像想当年上初中地理的时候经常看到的世界地图一样,而mo默认的地图是经纬度直直的那种,经研究发现很容易转变,代码如下: mapobjects2.projcoordsys csmap=new ......
 ·lion.web.uploadmodule 1.2.2004.0805    »显示摘要«
    摘要:什么是 uploadmodule?我们在上传大文件时都遇到过这样或那样的问题。设置很大的maxrequestlength值并不能完全解决问题,因为asp.net会block直到把整个文件载入内存后,再加以处理。实际上,如果文件很大的话,我们经常会见到internet explorer显示 "the page cannot be displayed - cannot find server......


ASP编程中树型结构的提交

演示:http://asp2004.net/temp/treemenu/favorite.asp

<!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.w3.org/tr/html4/loose.dtd"> 【程序编程相关:aspx 中轻松实现文件上传

<%@language="vbscript" codepage="936"%> 【推荐阅读:Linux下的目录介绍

<html> 【扩展信息:WIN98内存分配情况(续)

<!--#include file="conn.asp"-->

<head>

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

<title>网络书签</title>

</head>

<body>

<%

action=request.querystring("action")

if action="save" then

dim a(10)

a(0)=0

tt=request.form("tt")

t=split(tt,chr(13))

for i=0 to ubound(t)-1

s=split(t(i),chr(9))

conn.execute("insert into menu (id1,menuname,url) values ("&a(s(0)-1)&",´"&s(1)&"´,´"&s(2)&"´)")

if s(2)="" then

 set rs=conn.execute("select top 1 id as tp from menu order by id desc")

 a(s(0))=rs("tp")

end if

next

response.redirect("index.asp")

else

%>

先把internet安全区域调至底.
...   下一页
 ·springframework(11) (完)    »显示摘要«
    摘要:8、web (1)webapplicationcontext l 应用程序context位于war文件中 Ø 每个应用程序具有单一的根context Ø 缺省是:/web-inf/applicationcontext.xml l context被下面加载: Ø contextloaderlistener(servlet2.4) Ø contex......
» 本期热门文章:

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