using UnityEngine;using System.Collections;public
class stopSpeed : MonoBehaviour { public bool canStop = false; public float
scrollSpeed = 5.0f...
分类:
其他好文 时间:
2014-05-27 00:15:25
阅读次数:
323
添加重要的命名空间:using
System.Runtime.InteropServices;先建立结构相同(char长度相同)的Struct类型用于转换:[StructLayout(LayoutKind.Sequential,
Pack = 1)] public struct Employe...
分类:
其他好文 时间:
2014-05-26 23:25:14
阅读次数:
302
总共有四种网络模式,默认采用的是system模式 SYSTEM Mode
最简单的网络配置。Eucalyptus分配mac地址,使用 Xen Bridge,配合已有的 DHCP DHCP 來分配 IP,适合小环境测试使用 STATIC
Mode此模式可让 Eucalyptus 管理员管理 VM 的 ...
分类:
其他好文 时间:
2014-05-26 23:14:22
阅读次数:
387
Autodesk.Revit.v2013-ISO 1DVDAdina System
v8.8.1 Win32 1CDAdina System v8.8.1 Win64 1CDAutodesk.Revit.Structure.v2013-ISO
1DVDBentley FlowMaster 08.11...
分类:
其他好文 时间:
2014-05-26 23:14:02
阅读次数:
333
呵呵呵呵```csharpusing System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using ...
分类:
其他好文 时间:
2014-05-26 22:58:46
阅读次数:
352
1.使用CMD命令行 copy C:WINDOWS\Microsoft.NET
\Framework\v2.0.50727\System.EnterpriseServices.Wrapper.dll
C:WINDOWS\Assebmly\GAC_32\System.Enter...
分类:
移动开发 时间:
2014-05-26 22:54:23
阅读次数:
444
1 unit Unit001; 2 3 interface 4 5 uses 6
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, 7 Vcl...
分类:
其他好文 时间:
2014-05-26 22:46:15
阅读次数:
221
using UnityEngine;using System.Collections;public
class addSpeed : MonoBehaviour { public float scrollSpeed; float defaultScroll =
0.01f; flo...
分类:
其他好文 时间:
2014-05-26 22:17:04
阅读次数:
239
为Python加入默认模块搜索路径方法一:函数加入1) import sys2)
查看sys.path3)
加入sys.path.append("c:\\")方法二:改动环境变量windows用户能够改动系统环境变量PYTHONPATH方法三:添加.pth文件,推荐!在site-packages加入...
分类:
编程语言 时间:
2014-05-26 21:30:47
阅读次数:
333
使用 HTTP
Web 使用超文本传输协议(Hypertext Transfer Protocol,HTTP)通信,通常用 web 浏览器,但是,出于某些原因,也可能想用脚本或程序中发出 web 请求,例如,通过 RSS 或 Atom feeds 收集站点内容。
生成 HTTP 请求,需要用 System.Net.WebRequest 类的静态方法 Create。它创建 WebRequ...
分类:
其他好文 时间:
2014-05-22 23:02:45
阅读次数:
307