相关分类: Java技术 C/C++ VB delphi
  • 利用COM组件实现对WORD书签处写入值

    using System;using System.Collections.Generic;using System.Text;using Microsoft.Office.Interop.Word;using System.Windows.Forms;using System.IO;using System.Reflection;namespace HustCAD.IntePLM.Win.BatchEnterWinUI{ public class SignWord { //Word应用...

    2018-06-18 01:10:54

  • UML类图学习

    ...

    2018-06-18 01:10:36

  • SqlHelper.cs

    using System; using System.Data; using System.Xml; using System.Data.SqlClient; using System.Collections; using System.Configuration; using FPAD.ADModel; namespace FPAD.DBUtility { /// summary /// The SqlHelper class is intended to encapsulate high...

    2018-06-18 01:10:36

  • 软件系统的分层开发

    1.首先要知道什么是分层? 答:将数据处理。业务逻辑界面展示放置到不同的多个项目中,多个项目相互之间需要协调,调度,共同完成一个功能模块的开发,这就是分层开发的核心 2.分层实现: ①DAL:数据访问层 和数据交互,处理数据(不能单独执行的) ②BLL ③UI:表示...

    2018-06-18 01:10:22

  • Ubuntu离线安装VSCode(附带前期准备工作)

    跨平台系列汇总:http://www.cnblogs.com/dunitian/p/4822808.html#linux 补充一个小知识点: Ubuntu的root默认是没有密码的,你切换到root也是需要密码的,这时候不要慌 sudo passwd root 设置一下密码即可 或者: sudo -s 就切换到root了 在说正式步骤前先把准备工作...

    2018-06-18 01:10:30

  • Ubuntu常用软件安装(附带地址和卸载自带软件)

    跨平台系列汇总:http://www.cnblogs.com/dunitian/p/4822808.html#linux Linux包系列的知识:https://www.cnblogs.com/dunitian/p/9095641.html 上次说了安装VSCode(http://www.cnblogs.com/dunitian/p/6661644.html)和sogou(http://www.cnblogs.com/dunitian/p/666...

    2018-06-18 01:10:23 linux版本

  • System.Web.Caching

    System.Web.Caching简单封装类: 1 using System; 2 using System.Collections.Generic; 3 using System.Web.Caching; 4 using System.Web; 5 using System.Collections; 6 7 namespace APP.HttpCache 8 { 9 public class CacheHelper 10 { 11 private static Cache ca...

    2018-06-18 01:09:37

  • .Net开发之旅(一个年少轻狂的程序员的感慨)

    高端大气上档次。这次当时一个身为懵懂初中生的我对程序员这一职位的描述。那时虽不是随处都能看到黑客大军的波及,但至少是知道所谓的黑客爸爸的厉害,一言不合说被黑就被黑。对于懵懂的我那是一种向往。自己也曾想着会不会有一日自己也变得人人畏惧。于是开始踏上这...

    2018-06-18 01:10:10

  • 使用InstallShield打包VS程序

    使用InstallShield打包VS程序 InstallShield是微软自己的一个打包工具,这个打包工具,有其优势也有其弊端。其优势,可以很好且方便地将.NET平台的控件以及程序所需要的dll打包成功;其劣势,在安装时,预安装(主程序安装之前提前安装)以及基于特征(主程序安装进行...

    2018-06-18 01:10:21

  • HttpWebRequest HttpClient

    HttpWebRequest HttpClient 简单封装使用,支持https HttpWebRequest 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.IO.Compression; 5 using System.Linq; 6 using System.Net; 7 using System.Net.Security; 8 using Syst...

    2018-06-18 01:10:07 https请求

2