当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: using System;using System.Window
 

 

 ·在c#中使用xml指南之读取xml     »显示摘要«
    摘要:  对于xml,想必各位都比较了解,我也就不用费笔墨来描述它是什么了,我想在未来的web开发中xml一定会大放异彩,xml是可扩展标记语言,使用它企业可以制定一套自己的数据格式,数据按照这种格式在网络中传输然后再通过xslt将数据转换成用户期望的样子表示出来,这样便轻易的解决了数据格式不兼容的问题。用于internet的数据传输,我想,这是xml对于我们这些程序员最诱人的地方!   我们今天的主题......
    摘要:我是个delphi fans,自从试了一下delphi8,第二天就删掉了,bug太多,没法用,只好不太情愿地使用着c#,delphi2005出来了,就又装了一个试用版用了一下,感觉不错,有点欣喜若狂,就准备使用起来,但是随着程序规模的不断扩大,越来越多地发现了至少是令人不爽的地方:1、占用内存太多,一般来讲写一会程序就要用掉400m,更可怕的是每调试一次,内存就会增加好多,调试完了还不给我释放2、......


一个自定义LABEL组件的C#源代码

using system;using system.windows.forms;using system.drawing;using system.drawing.drawing2d;using system.componentmodel;

  #region gradientcolorone properties  [  defaultvalue(typeof(color),"white"),  description("the first gradient color."),  category("appearance"),  ] 【程序编程相关:如何做好一个项目(一)

namespace wzsbmain{ /// <summary> /// summary description for labelgradient. /// </summary>   public class wzsbmainlabel : system.windows.forms.label {     #region implementtation member fields  protected color gradientcolorone = color.white;  protected color gradientcolortwo = color.blue;  protected lineargradientmode lgm = lineargradientmode.forwarddiagonal;  protected border3dstyle b3dstyle = border3dstyle.bump;  #endregion 【推荐阅读:C#技术内幕 学习笔记


...   下一页
 ·vb.net 调用带参数存储过程     »显示摘要«
    摘要:--1:存储过程返回dataset 的例子:c# 代码 :通用类 public static int singlestcd(datetime starttime,datetime endtime,int smtp,string jl,string stdcd,string stcdstr, out dataset ds ) { int ret=0; ds=null; oledbconnection......
» 本期热门文章:

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