using UnityEngine; using System.Collections;using System.Diagnostics;using UnityEngine.SceneManagement;using System.Collections.Generic;using System.L ...
Layout Renderers NLog package ${activityid} - Puts into log a System.Diagnostics trace correlation id. ${all-event-properties} - Log all event context ...
分类:
其他好文 时间:
2016-11-22 11:34:17
阅读次数:
264
今天做了个小工具,算是把快捷方式集成到一起,界面大致如下: 网站 文件夹 运行命令 cnblog C# ASP.NET WPF 运行:_____________ google 其中cnblog这样的button,点击后会打开网站,是如何实现的呢? 答案是 System.Diagnostics.Pro ...
1 using System; 2 using System.Collections.Generic; 3 using System.Data; 4 using System.Diagnostics; 5 using System.IO; 6 using System.Linq; 7 using S ...
分类:
其他好文 时间:
2016-11-17 13:39:30
阅读次数:
209
1 using log4net; 2 using System; 3 using System.Collections.Generic; 4 using System.Diagnostics; 5 using System.Linq; 6 using System.Web; 7 8 namespac ...
分类:
Web程序 时间:
2016-10-28 02:06:43
阅读次数:
394
最近新做一项目,需要winForm框架嵌入u3d,并且实现交互。从网上搜了各种资料,总结了三种方法: 1、直接打开exe程序 System.Diagnostics.Process.Start(@"D:\Demo\Demo1020.exe"); 缺点:u3d不嵌入到窗体 而是单独的打开。 优点:算是优 ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Diagnostics; namespace Mana ...
分类:
其他好文 时间:
2016-10-24 23:31:10
阅读次数:
267
Xcode7真加了两个重要的debug功能:1:Address Sanitizer: 再也不用担心 EXC_BAD_ACCESS 在项目的Scheme中Diagnostics下,选中enable address sanitizer(注意选中后Xcode会重新编译整个项目)。这样设置后,如果再出现类似 ...
分类:
其他好文 时间:
2016-10-19 07:46:51
阅读次数:
216
分类: C#+WINFORM 2009-04-05 21:09 459人阅读 评论(0) 收藏 举报 我们经常会遇到在Winform或是WPF中点击链接或按钮打开某个指定的网址, 或者是需要打开电脑中某个指定的硬盘分区及文件夹, 甚至是"控制面板"相关的东西, 那么如何做呢? 答案是使用System ...
分类:
其他好文 时间:
2016-10-17 23:29:42
阅读次数:
338
一个共公类 Data.cs ,用于存放游戏的 信息,如人物属性, 写一个共公方法 OperateMemory.cs ,减少窗体内的的代码 1 using System; 2 using System.Collections.Generic; 3 using System.Diagnostics; 4 ...
分类:
其他好文 时间:
2016-10-16 16:51:06
阅读次数:
309