01.
Dotnet总结(3)--打印eg:private DataGridPrinter m_oDataGridPrinter;protected System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;private System.Windows.Forms.PrintDialog printDialog1;public System.Drawing.Printing...查看完整版>>
Dotnet总结(3)--打印
02.
Dotnet总结(3)--打印eg: private DataGridPrinter m_oDataGridPrinter; protected System.Windows.Forms.PrintPreviewDialog printPreviewDialog1; private System.Windows.Forms.PrintDialog printDialog1; public System.Drawing.Prin...查看完整版>>
Dotnet总结(3)--打印
03.
Dotnet总结(1)1、 全球化设置强行指定浏览网站的页面的编码中文:<globalization requestEncoding="gb2312" responseEncoding="gb2312" culture="zh-CN" ...查看完整版>>
Dotnet总结(1)
04.
总结:十招解决打印无法打印故障-新手学堂引起打印机不打印的故障原因有很多种,有打印机方面的,也有计算机方面的。以下分别进行介绍:1.检查打印机是否处于联机状态。在大多数打印机上“OnLine”按钮旁边都有一个指示联机状态的灯,正常情况下...查看完整版>>
总结:十招解决打印无法打印故障-新手学堂
05.
DotNet中用到的加密算法总结1public class CryptUtil 2 { 3 public static string DecryptString(string input) 4 { 5 if (input.Equals(string.Empty)) 6 { 7 return input; 8 ...查看完整版>>
DotNet中用到的加密算法总结
06.
Dotnet总结(2)--访问ms sql server 数据库基类--2// 测试数据库链接 public static bool TestDBConnect(string strDSN) { bool bReturn = true; SqlConnection oSqlConnection = new SqlConnection(strDSN); int iT...查看完整版>>
Dotnet总结(2)--访问ms sql server 数据库基类--2
07.
Dotnet总结(4)--xml读写读xml, public static string ReadXMLConfig(string strFileName, string sKey) {// string strFileName = 'Brand.exe.config'; XmlDocument oXmlDocument = new ...查看完整版>>
Dotnet总结(4)--xml读写
08.
Dotnet总结(2)--访问ms sql server 数据库基类--2// 测试数据库链接 public static bool TestDBConnect(string strDSN) { bool bReturn = true; SqlConnection oSqlConnection = new SqlConnection(strDSN); int iT...查看完整版>>
Dotnet总结(2)--访问ms sql server 数据库基类--2
09.
Dotnet总结(4)--xml读写读xml, public static string ReadXMLConfig(string strFileName, string sKey) {// string strFileName = "Brand.exe.config"; XmlDocument oXmlDocum...查看完整版>>
Dotnet总结(4)--xml读写
10.
Dotnet总结(2)--访问ms sql server 数据库基类using System;using System.Data;using System.Configuration;using System.Data.SqlClient;using System.Xml;using System.Xml.Serialization;using System.IO;using System.Text;using System.Collections;namespa...查看完整版>>
Dotnet总结(2)--访问ms sql server 数据库基类
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。