摘要: /// <summary> /// 通过域名获得域名解析的IP地址 /// </summary> /// <param name="url">网址</param> /// <returns>返回域名解析的IP地址</returns> private string GetYuMingIP(string 阅读全文
posted @ 2021-04-08 16:02 安度 阅读(1097) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Draw 阅读全文
posted @ 2021-04-08 16:00 安度 阅读(230) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2021-04-08 15:31 安度 阅读(160) 评论(0) 推荐(0) 编辑
摘要: using StackExchange.Redis; using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Configuration; using Syst 阅读全文
posted @ 2021-04-08 15:29 安度 阅读(249) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Newtonsoft.Json; using StackExchange.Redis; nam 阅读全文
posted @ 2021-04-08 15:22 安度 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 由于工作需要,最近需要用到Socket,在学习的过程中,深感痛苦。在网上翻过来翻过去, 也没太大的帮助,缺少一个完整的知识体系,网上的例程和文章都是东一点西一点,零零散散, 而大家的方法各不相同,非但不具备太高的价值,更让人觉得一头雾水,迷失方向。 遇到许多问题,没少在CSDN上求助发贴,分散了不少 阅读全文
posted @ 2021-02-23 16:56 安度 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blog.csdn.net/rcfalcon/article/details/5583095 为了搞懂LUA在我们的GDEX中到底怎么用,我决定研究一下如何比较好的在WPF里封装一个基于lua的APP framework。 今天先对Lua for C#进行了一次简单的封装。 在C 阅读全文
posted @ 2017-01-04 11:33 安度 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 1 1.前言 2 3 4 C#打印小票可以与普通打印机一样,调用PrintDocument实现。也可以发送标注你的ESC指令实现。由于 调用PrintDocument类时,无法操作使用串口或TCP/IP接口连接的pos打印机,并且无法发送控制指令实现pos打印机的切纸、走纸等动作。因此个人建议使用ESC指令进行打印会更通用。 5 6 本类需要调用 Im... 阅读全文
posted @ 2017-01-04 11:31 安度 阅读(11324) 评论(0) 推荐(0) 编辑
摘要: .net PDF 类库 PDFsharp PDFsharp是一款可以让.NET框架支持的任何语言很容易的创建PDF文件的类库。 ASP.NET FO PDF FO PDF 是一款C#编写类似于ASP.NET服务器控件的控件。它接受DataTable 和一些其它参数来创建XSL FO,并使用NFOP 阅读全文
posted @ 2016-08-10 17:08 安度 阅读(4849) 评论(0) 推荐(1) 编辑
摘要: public class MyForm : Form{ protected override CreateParams CreateParams { get { const int WS_EX_APPWINDOW = 0x40000; ... 阅读全文
posted @ 2014-09-16 16:44 安度 阅读(497) 评论(0) 推荐(0) 编辑