梦海飞翔
百度空间 | 百度首页 
 
文章列表
 
2007-05-13 18:50

双色球缩水大将军软件,采用聪明组合技术,以最少注数覆盖最多的范围……,下载地址如下:

http://www.cpdjj.com

 
2006-11-26 12:01

///参数方向

public enum ParameterDirection
 {
  Insert,
  Update,
  Equal,
  NotEqual,
  Little,
  Great
 }
  

///参数
 public sealed class XmlParamter
 {
  public XmlParamter(){}

  private string name;
  public string Name
  {
   get { return this.name; }
   set { this.name = value; }
  }

  private string value;
  public string Value
  {
   get { return this.value; }
   set { this.value = value; }
  }

  private ParameterDirection direction;
  public ParameterDirection Direction
  {
   get { return this.direct

 
2006-11-17 15:15

///添加word引用

using Word = Microsoft.Office.Interop.Word;
using System.Reflection;

namespace SQLServerToWord.Include
{
 public class OperateWord
 {
  private void CreateWordTable(int index,string tableName,DataView dv,
   Word._Document oDoc,object oMissing,object oEndOfDoc,
   Word._Application oWord)
  {
   ///创建表标题
   Word.Paragraph oPara3;
   object oRng = oDoc.Bookmarks.get_Item(ref oEndOfDoc).Range;
   oPara3 = oDoc.Content.Paragraphs.Add(ref oRng);
   oPara3.Range.Text = index.ToString() + ".  " + tableName + "表";
   oPara3.Range.Font.Bold = 0;
   oPara3.Format.SpaceAfter = 6;
   oPara3.Range.InsertParagraphAfter();

   ///创建表

 
     
 
 
个人档案
 
zydchina

上次登录:
2008年10月
加为好友
 
   
 
最新照片
 
   
 
最近访客
 
 
     


©2009 Baidu