using System;using System.Collections.Generic;using System.IO;using System.Text; namespace Manjinba.Communication.Common.Utils{ /// <summary> /// 文件辅助 ...
分类:
其他好文 时间:
2019-03-16 09:48:01
阅读次数:
205
using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;using S ...
分类:
其他好文 时间:
2019-03-16 09:46:04
阅读次数:
91
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Sunlib; using System.Net; using System.IO; using System.We ...
分类:
Web程序 时间:
2019-03-15 19:10:12
阅读次数:
354
/********************************************************************* * Author : Samson * Date : 04/19/2014 * Test platform: * 3.11.0-12-generic #19- ...
分类:
系统相关 时间:
2019-03-15 13:11:02
阅读次数:
230
-------------------------------------------------------------------------------------------sudo apt install libfreetype6-devsudo apt install libfribid... ...
分类:
其他好文 时间:
2019-03-15 00:57:05
阅读次数:
275
using System;using System.Collections.Generic;using System.Text;using WeChatApi.Model;using System.Linq;namespace Help{ public static class TreeGridHe ...
分类:
Web程序 时间:
2019-03-14 16:50:18
阅读次数:
192
这篇文章旨在于清楚地讲解URL、URI和URN之间的区别,帮助你快速理解这些必备知识。你是不是对这个话题也感到困惑?那么我们开始吧! 起源 这三个缩略词是Tim Berners-Lee在一篇名为RFC 3986: Uniform Resource Identifier (URI): Generic ...
分类:
Web程序 时间:
2019-03-13 00:15:56
阅读次数:
238
. NET Framework 3 5中序列化成JSON数据及JSON数据的反序列化,以及jQuery的调用JSON ...
分类:
Web程序 时间:
2019-03-10 20:59:14
阅读次数:
251
前面写串口通讯是有界面的,后面的项目感觉串口通讯只是辅助的作用,应该专门写一个不可视的类来做,这样的好处是通讯模块是独立的,要用的时候直接引用就行了。usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingSystem.IO;us
分类:
其他好文 时间:
2019-03-09 23:24:14
阅读次数:
207
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LinkedListTest { class P... ...