• winfrom 托盘程序,Socket监听

    winfrom做的托盘小程序,做Socket监听使用,主要用于接收命令,当前设备关机,重启,或者设备上程序更新等操作

    5
    142
    154KB
    2016-06-13
    10
  • winfrom Microsoft.Office.Interop.Word.dll 打印

    //引用Microsoft.Office.Interop.Word.dll //打印WORD文档 Microsoft.Office.Interop.Word.Application wordApp = new Microsoft.Office.Interop.Word.Application(); object fileName = Application.StartupPath + "\\demo.doc"; object confirmConversions = Type.Missing; object readOnly = true; object addToRecentFiles = Type.Missing; object passwordDoc = Type.Missing; object passwordTemplate = Type.Missing; object revert = Type.Missing; object writepwdoc = Type.Missing; object writepwTemplate = Type.Missing; object format = Type.Missing; object encoding = Type.Missing; object visible = Type.Missing; object openRepair = Type.Missing; object docDirection = Type.Missing; object notEncoding = Type.Missing; object xmlTransform = Type.Missing; object missing = System.Reflection.Missing.Value; ............................. ............................. 压缩包里word打印的代码,支持连续打印,还有需要引用的dll文件,有版本11和12,亲测,我用的版本是11,word2003

    5
    472
    500KB
    2016-06-13
    13
  • winfrom 本地时间同步为北京标准时间

    项目中的一个小功能,与大家分享下 1、显示本地电脑时间 2、显示北京标准时间(获取的百度时间) 3、同步时间 代码可直接运行,开发环境VS2012,net4.0,其实主要是代码块就可以 调用的函数如下 [DllImport("Kernel32.dll")] public static extern bool SetSystemTime(ref SYSTEMTIME time); [DllImport("Kernel32.dll")] public static extern bool SetLocalTime(ref SYSTEMTIME time); [DllImport("Kernel32.dll")] public static extern void GetSystemTime(ref SYSTEMTIME time); [DllImport("Kernel32.dll")] public static extern void GetLocalTime(ref SYSTEMTIME time);

    0
    244
    501KB
    2016-04-05
    13
  • C#网络核心编程

    C#网络核心编程

    0
    38
    7.84MB
    2014-04-17
    0
  • asp.net+ajax 写的无刷新登录技术(没有使用C#的控件)

    asp.net+ajax 写的无刷新登录技术的例子,没有使用C#的控件,代码很完整,可以直接使用,//声明XMLHttpRequest对象 var xmlHttp;//创建XMLHttpRequest对象 function createXMLHTTP()

    4
    460
    7KB
    2014-03-23
    13
  • PanGu4 Lucene.Net2.3.1

    PanGu4 Lucene.Net2.3.1,源码提供,里面有使用的Demo,可以方便的学习使用Lucene.Net开发自己的搜索引擎,引用Lucene.Net类库找到Lucene.Net的源代码,在“C#\src\Lucene.Net”目录......

    4
    55
    5.56MB
    2014-03-20
    4
  • c#+多年积累的类库(非常全)

    c#+多年积累的类库(非常全),分享给大家,XML操作,文件操作,图形操作,数据库操作

    5
    3254
    3.42MB
    2014-03-19
    45
  • C#网络高级编程

    C#网络高级编程

    2
    48
    6.14MB
    2014-03-19
    3
  • Windows_PowerShell脚本编程

    Windows PowerShell™ 是专为系统管理员设计的新 Windows 命令行外壳程序。该外壳程序包括交互式提示和脚本环境,两者既可以独立使用也可以组合使用。 本文档介绍了 Windows PowerShell 的基本概念和功能,并提供了一些使用 Windows PowerShell 进行系统管理的建议方法。

    0
    929
    174KB
    2014-03-19
    34
  • ASP.NET程序设计实用教程

    《ASP.NET程序设计实用教程》 配套光盘使用指南,一、本光盘包括内容 本光盘包括本书所有的源代码。

    0
    29
    7.83MB
    2014-03-19
    2
  • 笔耕不辍

    累计1年每年原创文章数量>=20篇
  • 分享宗师

    成功上传21个资源即可获取
关注 私信
上传资源赚积分or赚钱