
c#
huaweitman
这个作者很懒,什么都没留下…
展开
-
传值
原创 2013-08-17 20:53:26 · 586 阅读 · 1 评论 -
c#
using UnityEngine; using System.Collections; using System.Collections.Generic; public class EndClearPanel : MonoBehaviour { public MainUI mainUI; public GameObject inventoryParent; publ原创 2013-09-06 10:50:18 · 925 阅读 · 0 评论 -
tostring()
(1) int i=12345; this.textBox1.Text=i.ToString(); //结果 12345(this指当前对象,或叫当前类的实例) this.textBox2.Text=i.ToString("d8"); //结果 00012345 (2) int i=123; double j=123.45; string s1=strin原创 2013-09-04 10:29:00 · 818 阅读 · 0 评论 -
今天的教训
以后去参加笔试面试要坐地铁,这样才能保持体力。去南大一定要坐地铁。原创 2013-10-12 21:55:30 · 677 阅读 · 1 评论