01.
Dotnet总结(1)1、 全球化设置强行指定浏览网站的页面的编码中文:<globalization requestEncoding="gb2312" responseEncoding="gb2312" culture="zh-CN" ...查看完整版>>
Dotnet总结(1)
02.
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)--打印
03.
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)--打印
04.
FreeHand 技巧总结(1)FreeHand 常见问题总结 就我所接触的网友而言,用FH的实在不多,但作为矢量“三架马车”之一,FH也实在可以称之为重量级的(虽说体积娇小)。随着Flash风行天下,FH做为它的最佳搭档也日益受到重...查看完整版>>
FreeHand 技巧总结(1)
05.
socket编程总结(1)使用socket写代码主要是要看自己的需求是什么。如果通信时,内容很重要就要使TCP方式。如果用户数太多,可能就要使用UDP方式了。在TCP模式下,最简单的方式就是这样的,使阻塞方式:服务端:1.初始化socket环境,创建s...查看完整版>>
socket编程总结(1)
06.
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中用到的加密算法总结
07.
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
08.
Dotnet总结(4)--xml读写读xml, public static string ReadXMLConfig(string strFileName, string sKey) {// string strFileName = 'Brand.exe.config'; XmlDocument oXmlDocument = new ...查看完整版>>
Dotnet总结(4)--xml读写
09.
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
10.
Dotnet总结(4)--xml读写读xml, public static string ReadXMLConfig(string strFileName, string sKey) {// string strFileName = "Brand.exe.config"; XmlDocument oXmlDocum...查看完整版>>
Dotnet总结(4)--xml读写
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。