码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
u3d读取xml txt
u3d读取xml文件和u3d 读取txt外部文件using UnityEngine;using System.Collections;using System.Xml;using System.Xml.Serialization;using System.IO;using System.Text; ...
分类:其他好文   时间:2014-05-31 16:47:54    阅读次数:229
C#自动给文章关键字加链接实现代码
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;using System.Web;using S...
分类:其他好文   时间:2014-05-31 12:45:40    阅读次数:199
WPF: 旋转Thumb后,DragDelta移动距离出错的解决
当Thumb跟随Grid旋转90度后,拖拽控件时会飞掉。 private void Thumb_DragDelta(object sender, System.Windows.Controls.Primitives.DragD...
分类:移动开发   时间:2014-05-31 12:36:30    阅读次数:337
Unity3d:编辑器中运行正常,发布后的exe提示找不到文件
解决方案1:查看文件路径拼写方式,如果是用“+”拼接的,请改用System.IO.Path.Combine()方式拼接。经过测试,两种拼接方式打印出来的路径是一样的,但为什么 加号 的方式拼接unity不识别,原因未知。希望知道 原因的大神回帖。
分类:其他好文   时间:2014-05-31 11:56:10    阅读次数:472
we are experimenting with a new init system and it is fun
http://0pointer.de/blog/projects/systemd.htmlRethinking PID 1If you are well connected or good at reading between the lines you might already know wha...
分类:其他好文   时间:2014-05-31 11:29:28    阅读次数:286
Unity3d:The requested item has been unloaded
问题描述:System.Xml类库下实例化的对象所有枚举类的值都显示如标题错误解决方案1:查看所在类是否:MonoBehaviour,如果没继承,添加即可。
分类:其他好文   时间:2014-05-31 07:53:41    阅读次数:387
C# 多线程操作队列
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Net;using System.Runtime.Interop...
分类:编程语言   时间:2014-05-31 05:59:18    阅读次数:260
ASP.NET MVC 中使用用户控件——转
讲讲怎么在 ASP.NET MVC2中使用用户控件。首先我们新建一个用户控件,我们命名为SelectGroup.ascx,代码如下招生批次 学历层次 专业名称 我们再编写其对应的控制器如下using System; using System.Collections.Generic; using Sy...
分类:Web程序   时间:2014-05-31 04:36:10    阅读次数:345
Assembly类
System.Reflection.Assembly类是一个比较常用到的类,在反射中就经常用到。 由于这个类实在有太多的字段、属性与方法。实在不想将一个个属性方法从MSDN复制出来然后逐个属性、方法敲一次,我想改变一下学习方法,从实际运用学习。一、加载程序集并执行方法 使用反射加载程序集并执...
分类:其他好文   时间:2014-05-31 04:33:29    阅读次数:291
"最大工作进程数"导致的WCF调用失败
WCF服务寄宿在IIS中,当设置其“最大工作进程数”为2时,经常会出现服务无法被成功调用,具体异常信息如下: Type:System.ServiceModel.Security.MessageSecurityException Message:从另一方收到未进行安全处理或安全处理...
分类:其他好文   时间:2014-05-31 00:05:26    阅读次数:586
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!