搜索到与相关的文章
编程技术

ashx是什么文件,如何创建

.ashx文件用于写webhandler的。其实就是带HTML和C#的混合文件。当然你完全可以用.aspx的文件后缀。使用.ashx可以让你专注于编程而不用管相关的WEB技术。.ashx必须包含IsReusable.如下例所示<%@webhandlerlanguage="C#"class="AverageHandler"%>usingSystem;usingSystem.Web;publicclassAverageHandler:IHttpHandler{

系统 2019-08-29 22:52:52 2630

编程技术

Petri网简介

PetrinetsbasicsAPetrinetconsistsofplaces,transitions,anddirectedarcs.Arcsrunbetweenplacesandtransitions,neverbetweenplacesorbetweentransitions.Theplacesfromwhichanarcrunstoatransitionarecalledtheinputplacesofthetransition;theplace

系统 2019-08-29 22:35:30 2630

编程技术

htmlparser API

htmlparser所有的filterhtmlparser所有的TagshtmlparserAPI:http://htmlparser.sourceforge.net/javadoc/index.html一般的用法见这里http://gundumw100.iteye.com/blog/704630htmlparserAPI

系统 2019-08-29 22:24:23 2630

编程技术

OARDC FY13 Q1 Outstanding Teams Award

上个财年FY12Q3,获得了OracleAsianR&DCenter'SpotIndividualAward',这个财年FY13,我们的团队又获得了OARDCFY13Q1"OutstandingTeamsAward"。OARDCFY13Q1OutstandingTeamsAward

系统 2019-08-12 09:29:27 2630

C#

c# 操作word

1.引用word组件2.定义wordWord.Applicationapp=newWord.Application();Word.Documentdoc=newWord.Document();app.DisplayAlerts=Word.WdAlertLevel.wdAlertsNone;objectObj_FileName=“filename”;objectVisible=false;objectReadOnly=false;//打开文件doc=app.

系统 2019-08-12 09:27:34 2630

Linux

Linux下Sublime Text 2中文显示及中文输入问题

原文地址:http://huobazi.aspxboy.com/2012/02/04/ubuntu-sublime-text-chinese/Sublimetext2在macos下用的很舒服,今天尝试在ubuntu下使用一下,发现汉字显示不了,后来找到方法:菜单栏->Preferences->FileSettings-User,在配置文件中增加://Settingsinhereoverridethosein"Default/BaseFile.sublime

系统 2019-08-12 09:27:32 2630

数据库相关

Socut.Data.dll 与AspNetPager.dll使用说明

Socut.Data.dll与AspNetPager.dll使用说明及心得体会以前,我是做Java项目的,最近接了的个项目,客户要求使用.net来做,只有一个月的工期。为了能减少学习钻研时间,我选择了Socut.Data.dll做为数据库访问控件,AspNetPager.dll为分页控件。这样我在技术上的主要障外就基本解除了。下面我对该项目使用这2个控件的一些方法与心得体会。一、控件下载地址:1、Socut.Data.dll:http://data.soc

系统 2019-08-12 01:55:42 2630

数据库相关

left join 和 left outer join 的区别

通俗的讲:AleftjoinB的连接的记录数与A表的记录数同ArightjoinB的连接的记录数与B表的记录数同AleftjoinB等价BrightjoinAtableA:Field_K,Field_A1a3b4ctableB:Field_K,Field_B1x2y4zselecta.Field_K,a.Field_A,b.Field_K,b.Field_Bfromaleftjoinbona.Field_K=b.Field_KField_KField_AF

系统 2019-08-12 01:54:34 2630

数据库相关

1888. Pilot Work Experience

http://acm.timus.ru/problem.aspx?space=1&num=1888先分成几个连通块然后枚举每个点为起点计算它所在的连通块以它为起点得到的差(可能不存在)然后更新此连通块的最大差如果某个连通块的最大差不存在则无解如果每个连通块的最大差都存在则需要分两种情况如果只有一个连通块则这个连通块的最大差就是最终的最大差如果有多个连通块则最大差就是49因为每个联通块的起点不确定代码:#include#include

系统 2019-08-12 01:52:43 2630

数据库相关

Non-inclusive cache method using pipelined s

Anon-inclusivecachesystemincludesanexternalcacheandapluralityofon-chipcacheseachhavingasetoftagsassociatedtherewith,withatleastoneoftheon-chipcachesincludingdatawhichisabsentfromtheexternalcache.Apipelinedsnoopbusisportedtoeachoft

系统 2019-08-12 01:52:15 2630