摘要:
Per Cisco: Microsoft has released afix-it patchproviding a workaround forthis issue.See KB#3023607When you visit the KB page, it appears you have to s... 阅读全文
摘要:
关于MySQL Entity Framework 6 执行like查询问题解决方案 阅读全文
摘要:
VMware Workstation 11序列号:1F04Z-6D111-7Z029-AV0Q4-3AEH8 阅读全文
摘要:
如何设置MySQL Workbench EER Diagram 尺寸? 阅读全文
摘要:
mysql workbench 建表时 PK,NN,UQ,BIN,UN,ZF,AI解释 阅读全文
摘要:
Word 中标题的编号变成黑框 阅读全文
摘要:
简介本文主要介绍通过XELemet去读取含有namespaces(xmlns)的XML,这也是偶然间发现这个问题的,一个群里的小伙伴突然问起这个,以此记录一下。背景一个XML文档可能包括来自多个XML词汇表的元素或属性,如果每一个词汇表指派一个命名空间,那么相同名字的元素或属性之间的名称冲突就可以解... 阅读全文
摘要:
将Object转换为XDocment对象代码如下:C# – Object to XDocument 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 usin... 阅读全文
摘要:
一、需求:知道某段范围0x0020~0x007F0x00A0~0x017F0x01A0~0x01CF0x01F0~0x01FF0x0210~0x021F0x1EA0~0x1EFF给定一个值,快速判断给定值是否在以上编码范围内二、解决方案用面向对象的方案解决1、每个段都有一个最小值,一个最大值,定义一... 阅读全文
摘要:
可以利用 Win32 API 来控制 Console 窗口的 最大化 或 最小化。废话不多说见以下代码: [DllImport("user32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] private static extern bool SetWindowPos( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, ... 阅读全文