上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页
摘要: 严格的说,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 阅读(2176) 评论(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 阅读(770) 评论(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 阅读(336) 评论(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 阅读(404) 评论(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 阅读(8064) 评论(0) 推荐(1) 编辑
摘要: http://code.google.com/p/gmaps-utility-library-dev/ 阅读全文
posted @ 2011-03-04 13:09 Jake.Xu 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 以下都转载与http://plog.longwin.com.tw在 Windows 使用 GetText要在 Windows 使用 xgettext, msgmerge, msgfmt ... 等, 要安裝哪些東西?Windows 的 GetText 工具安裝於GetText for Windows下載 Binaries 版, 安裝即可. (假設安裝於 C:\gettext)GetText 所需相關 Library 安裝上述套件下載後, 於 Windows XP 會缺下述兩個 Library:libexpat.dlllibiconv2.dll可自行去尋找, 或者 直接下載 :gettext-d 阅读全文
posted @ 2011-02-24 10:06 Jake.Xu 阅读(2562) 评论(1) 推荐(0) 编辑
摘要: http://www.bjwindows.net/?action=show&id=16http://hi.baidu.com/luanxian/blog/item/31bdb31298f1c0cdc3fd78d9.htmlhttp://www.laruence.com/2011/02/13/1870.html 阅读全文
posted @ 2011-02-23 15:45 Jake.Xu 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 硬盘安装xubuntu-8.04于是,我下载了ubuntu-8.04.1-alternate-i386.iso,直接放到C盘。然后硬盘安装,刻盘安装的同学跳过此段。1、查看C盘,保证里面没有menu.lst文件(当然也可以是别的盘,不过C盘在Linux里面是(hda0,0)第一个硬盘的第一个分区,比较好记。D盘是(hda0,4),E盘是(hda0,5),以此类推)先要到 ——控制面板——文件夹选项修改,显示系统文件,显示已知扩展名。2.分区,分出来一个空闲的分区,最好是EXT3格式,其次是FAT32,最好不要用NTFS,有一部分Linux兼容起来比较麻烦。分区软件我推荐Paragon Part 阅读全文
posted @ 2011-02-22 15:08 Jake.Xu 阅读(1245) 评论(0) 推荐(0) 编辑
摘要: http://releases.ubuntu.com/10.04.2/ 阅读全文
posted @ 2011-02-22 14:52 Jake.Xu 阅读(114) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页