- 博客(6)
- 资源 (1)
- 问答 (1)
- 收藏
- 关注
原创 ASP.NET ColumnSpan 属性
定义和用法ColumnSpan 属性用于设置或返回在 Table 控件中 TableCell 横跨的列数。语法ColumnSpan="num" runat="server">Some content属性描述num规定 TableCell 横跨的列数。实例下面的例子把 ColumnSpan 设
2015-04-23 15:14:24
657
原创 GridView控件绑定到一个DataView对象
using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlCont
2015-04-21 17:25:49
633
原创 人物跟随鼠标移动
//人物跟随鼠标移动private var moveSpeed:int=50;//相机移动速度var player:Transform;//定义一个人物的Transformvar playerPlane:Plane;//定义一个Planefunction Start(){ playerPlane=Plane(player.up,player.position);//在人物所在位置
2015-04-21 16:02:29
735
原创 鼠标放在物体上,就弹出属性框
1、NGUIusing UnityEngine;using System.Collections;public class xinCK : MonoBehaviour { public GameObject cube; public GameObject sphere; public GameObject capsule; // Use this for initializati
2015-04-21 14:51:40
962
原创 int or double 怎样为空学习
正常下 int? a=null; double ? b=null;json解析下public string MEASUREPEOPLE { get; set; }
2015-04-21 12:16:02
367
原创 unity 靠很近的两个面发生闪烁的解决方案
edit--projectsetting-----quality----anti alissing(把这个值跳到4X)Unity中模型发生闪烁原因通常情况下是因为其中两个面距离太近了。 这里有两个解决方法 1.增加导致闪烁的两个面的距离 2.增加摄像机最近裁切面的值(个人习惯用1的倍数) 为什么两个面靠的近,有时候会闪烁,有时候又不会乃? 模型闪烁根本原因是Unit
2015-04-15 11:20:46
18043
网上书店(毕业设计)
2014-07-27
C# json解析时,得到JObject后怎么判断它的某一键值是否存在?
2015-04-20
TA创建的收藏夹 TA关注的收藏夹
TA关注的人