当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 在网上看了许多能生成静态页的新闻系统,但基于asp.net的系统
 

 

    摘要:将以下代码添加到initializecomponent()之后on error resume next dim y as integer dim appname as string dim manfilename as string dim fullappexenameandpath as string fullappexenameandpath = application.executablep......
 ·ahoi智能评测系统开发(二)     »显示摘要«
    摘要:旧的问题刚刚解决,又出现新的问题,呼湫呼湫~~要求:在我编的程序里执行另外一个exe文件(为方便叙述,文件名为problem.exe),并测出problem.exe的运行时间。说明:该exe文件是用tubro c或pascal环境编译生成的。双击problem.exe图标,会读入problem.in文件(已经有了),生成problem.out文件。我已经尝试的方法:1、[shell]执行:shel......


生成静态文件的新闻系统核心代码(.net C#)

在网上看了许多能生成静态页的新闻系统,但基于asp.net的系统极少,闲下时间来自己写了一个,发出来,大家一起研究,代码没做什么优化,只是实现了功能

using system;using system.collections;using system.componentmodel;using system.data;using system.data.oledb;using system.drawing;using system.web;using system.web.sessionstate;using system.web.ui;using system.web.ui.webcontrols;using system.web.ui.htmlcontrols;using system.configuration; 【程序编程相关:Asp.net 2.0:Compile

【推荐阅读:vb.net中类的使用方法

  private void page_load(object sender, system.eventargs e)  {      initialpages();// 在此处放置用户代码以初始化页面  } 【扩展信息:.Net数据库访问问题:已有打开的与此连

namespace makehtmlfile{ /// <summary> /// makeallfiles 的摘要说明. /// </summary> public class makeallfiles : system.web.ui.page {  public string strcon;  public oledbconnection conn;  public string strsql;


...   下一页
 ·使用aop微型框架的例子     »显示摘要«
    摘要:在基于前两篇文章给出的aop微型框架的实现的基础上,我们可以写个例子来测试一下了:) public class aopcontrolproxyfactory : iaopproxyfactory { #region iaopproxyfactory 成员 public aopproxybase createaopproxyinstance(marshalbyrefobject obj, type ......
» 本期热门文章:

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