09 2007 档案

摘要: 随笔主要是用来收集一些JavaScript中常常被忽视的方面,但是它们对整个程序的运行是有好处的,有了对这些技巧的了解,可以写出质量较高的JS程序,提高网页的执行效率,改善Web编程的一些固有弊端阅读全文

posted @ 2007-09-23 16:43 Ekin.S.Sun 阅读(113) | 评论 (0) 编辑 |

摘要: Interaction with a Web application can be initiated via a synchronous page postback or an out-of-band postback, known as a client callback, from the client to the server. The default ASP.NET Web page model uses synchronous page postbacks, which are usually triggered on the client by submitting an html form. During a page postback, the Web page and controls are recreated and a new version of the entire Web page is rendered on the client. In addition, most of the application logic is present on阅读全文

posted @ 2007-09-23 09:53 Ekin.S.Sun 阅读(606) | 评论 (0) 编辑 |

摘要: Sometimes,I don't know how to treat my friend as this time,but It was wrong to me.
Have you fell in love with your close friend?I have as this time,she is a beautiful girl with kindhearted,I'm glad that she is my friend,but one day,I found that I've fell in love with her,how could I do?I phoned her and told her my true feeling,she may uneasy.I was thinking of her every spare minute of my daily life,as time gone,I have chance to go to BeiJing that means I could see her and talk to her face to阅读全文

posted @ 2007-09-17 08:36 Ekin.S.Sun 阅读(135) | 评论 (3) 编辑 |

摘要: With ArcGIS Server for the Microsoft .NET Framework, you can build a number of different types of server applications - Web applications, Web services, mobile applications, and so on. The developer components of ArcGIS Server for .NET are packaged with the ArcGIS Server Web ADF for the Microsoft .NET Framework. They include class libraries for Web and mobile developers that manage the user interface aspects of those applications and client components to utilize the rich GIS functionality of A阅读全文

posted @ 2007-09-14 13:52 Ekin.S.Sun 阅读(653) | 评论 (0) 编辑 |

摘要: Js网页打印处理的一些方法和基本设置.
1、控制"纵打"、 横打”和“页面的边距
2、分页打印
3、ASP页面打印时如何去掉页面底部的路径和顶端的页码编号
4、浮动帧打印



阅读全文

posted @ 2007-09-12 16:19 Ekin.S.Sun 阅读(1124) | 评论 (0) 编辑 |

摘要: 如何在 C#中访问 JavaScript函数?
答案如下:
c#代码中执行 javaScript函数:
方法一:1、Page.RegisterStartupScript("ggg","");
方法二:使用 Literal类,然后阅读全文

posted @ 2007-09-12 15:40 Ekin.S.Sun 阅读(318) | 评论 (0) 编辑 |

摘要: MapInfo格式到ArcGIS格式的转换方法
MapInfo中的地图可以有两种格式:Tab格式(表格式)、Mif格式(交换格式)。

ArcInfo中的地图也支持多种格式:Shape格式、Coverage、E00(交换格式)、Coverage....

由Mif->Shape:使用MapInfo工具中的通用转换器;或则使用ArcToolbox直接转换
阅读全文

posted @ 2007-09-04 16:18 Ekin.S.Sun 阅读(1465) | 评论 (0) 编辑 |

摘要: This sample demonstrates printing from a Web ADF application. The sample is a custom task that prints the contents of a Map control by merging its resources into a single image. It also enables the user to choose results from a TaskResults control to print below the map. A user-customizable title is displayed at the head of the page. The page is opened as a new browser window from the current window.
阅读全文

posted @ 2007-09-04 13:38 Ekin.S.Sun 阅读(899) | 评论 (0) 编辑 |

posts - 23, comments - 23, trackbacks - 1, articles - 2

Copyright © Ekin.S.Sun