摘要: 需要转换官方目录到C# businesscertliblogs using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using 阅读全文
posted @ 2017-09-13 15:45 qizhuocai 阅读(983) 评论(0) 推荐(0) 编辑
摘要: C# POS客户显示器通信代码 ★源代码 using System; using System.Collections.Generic; using System.Text; using System.IO.Ports; namespace CommFunc { /* *拍档客户显示器CD7110 阅读全文
posted @ 2017-09-13 15:43 qizhuocai 阅读(427) 评论(0) 推荐(0) 编辑
摘要: #p#分页标题#e#class Program { static void Main(string[] args) { //监听地址 string baseAddress = string.Format("http://{0}:{1}/", System.Configuration.Configur 阅读全文
posted @ 2017-09-13 15:42 qizhuocai 阅读(524) 评论(0) 推荐(0) 编辑
摘要: sp_addextendedproperty [ @name = ] { 'property_name' } [ , [ @value = ] { 'value' } [ , [ @level0type = ] { 'level0_object_type' } , [ @level0name = ] 阅读全文
posted @ 2017-05-12 19:11 qizhuocai 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 引言:使用c++进行编程,内存的处理绝对是让每个程序设计者最头疼的一块了。但是对于.net平台下使用c#语言开发系统,内存管理可以说已经不算是问题了。在.net平台下CLR负责管理内存,CLR中的垃圾收集器GC:Garbage Collection,负责执行内存的清理工作,但是GC也只是负责清理托管 阅读全文
posted @ 2017-05-12 10:59 qizhuocai 阅读(176) 评论(0) 推荐(0) 编辑
摘要: Xenocode反编译及代码整理记录1、Xenocode中设置输出数字为十进制2、输出后中文文本为\uXXXX,可采用编码工具转成中文3、new ()改成null;4、反编译后代码中嵌套数组new int[101][grayPixel[w, h]]++;改成 int[] Totaldark = ne 阅读全文
posted @ 2017-03-06 13:22 qizhuocai 阅读(1302) 评论(0) 推荐(0) 编辑
摘要: using Newtonsoft.Json;using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Li 阅读全文
posted @ 2016-11-30 17:00 qizhuocai 阅读(264) 评论(0) 推荐(0) 编辑
摘要: PeatPoco 阅读全文
posted @ 2016-11-30 14:36 qizhuocai 阅读(144) 评论(0) 推荐(1) 编辑