03 2011 档案

摘要:AjaxControlToolkit下载http://ajax.asp.net/downloads/default.aspx?tabid=47http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=1425环境设置如下:下载完 ASPAJAXExtSetup.msi 安装更新后在你的系统盘下的(以C盘为例) 出现这个 文件夹:C:\Program Files\Microsoft asp.NET\ASP.NET 2.0 ajax Extensions\v1.0.61025安装这个后我们就 阅读全文
posted @ 2011-03-23 21:22 Jake.Xu 阅读(753) 评论(1) 推荐(0)
摘要:http://blog.csdn.net/21aspnet/archive/2007/03/25/1540301.aspx 阅读全文
posted @ 2011-03-23 21:08 Jake.Xu 阅读(133) 评论(0) 推荐(0)
摘要:严格的说,DataBinding,DataBound并不是GridView特有的事件,其他的控件诸如ListBox等也有DataBinding,DataBound事件。DataBinding事件MSDN解释:Occurs when the server control binds to a data source.This event notifies the server control to perform any data-binding logic that has been written for it.译为:该事件当服务器控件绑定数据时发生。DataBound事件MSDN解释:Oc 阅读全文
posted @ 2011-03-23 21:07 Jake.Xu 阅读(2191) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Management;using System.Runtime.InteropServices;namespace HelloWorldConsole{ class Program { static void Main(string[] args) { //Dns.GetHostByName(Dns.GetHostName()); GetIP gi = new GetIP( 阅读全文
posted @ 2011-03-15 21:37 Jake.Xu 阅读(784) 评论(0) 推荐(0)
摘要:ProjectInstaller.cs 安装文件usingSystem;usingSystem.Collections;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Configuration.Install;usingSystem.Linq;namespaceAccountService{ [RunInstaller(true)]publicpartialclassProjectInstaller:Installer {publicProjectInstaller() { InitializeCo 阅读全文
posted @ 2011-03-15 20:19 Jake.Xu 阅读(348) 评论(1) 推荐(0)
摘要:你会在C#的类库中添加web service引用吗? 本文并不是什么高深的文章,只是VS2008应用中的一小部分,但小部分你不一定会,要不你试试: 本人对于分布式开发应用的并不多,这次正好有一个项目要应用web service,我的开发环境是vs2008,之所以没有选择现在热门的WCF,本人有如下原因: 1:负责开发Web Service的小组对于vs2008应用不多,更不能奢望令人垂涎的WCF。 2:项目开发时间有限,根本不许你去拿项目做实验。 3:项目改动不大,web service足够对付需求。 由于我们的项目是从1.1直接升级到3.5,升级的时候,把web项目直接改成类库,这样无论环境 阅读全文
posted @ 2011-03-15 16:09 Jake.Xu 阅读(407) 评论(1) 推荐(0)
摘要:php 修改上传文件大小 (max_execution_time post_max_size)有些朋友要通过自己的网站后台,包括论坛,来上传一些文件,php一般为2m,或8m(以下我们按默认为2m),接下来就是来讲怎么修改上传文件大小的。1.首先修改执行上传文件限制一般的文件上传,除非文件很小.就像一个5M的文件,很可能要超过一分钟才能上传完.但在php中,默认的该页最久执行时间为 30 秒.就是说超过30秒,该脚本就停止执行.这就导致出现 无法打开网页的情况.这时我们可以修改 max_execution_time在php.ini里查找max_execution_time默认是30秒.改为ma 阅读全文
posted @ 2011-03-04 21:40 Jake.Xu 阅读(8146) 评论(0) 推荐(1)
摘要:http://code.google.com/p/gmaps-utility-library-dev/ 阅读全文
posted @ 2011-03-04 13:09 Jake.Xu 阅读(165) 评论(0) 推荐(0)