场景 从接口返回的数据是集合,却是 object 类型的.这个时候需要遍历这个集合.现提供两种方法. 方法一: 因为集合是可枚举的,所以可以尝试转为 IEnumerable 类型,然后遍历即可. static void Main(string[] args) { var list = new List<Foo> { new Foo{ Id = 1, Name = "aaa" }, new Foo{ Id = 2, Name = "bbb" }, new
博客搬至blog.csgrandeur.com,cnblogs不再更新. 新的题解会更新在新博客:http://blog.csgrandeur.com/2014/01/15/LeetCode-OJ-Solution/ ———————————————————————————————————————— ———————————————————————————————————————— LeetCode OJ 题解 LeetCode OJ is a platform for preparing tech
1.Linux命令: ls >查看列表(蓝色为文件夹,白色为文件) ls -a >显示包括隐藏文件的所有文件 ls -l >以列表的形式显示 ls -lh >类似于ls -l ls -i >显示编号 sl.LS >跑火车 la >查看所有目录及文件 ls > a.text >重定向 cmatrix (-Red) >数码雨 tree >当前路径以树形结构展示 tree / >遍历所有文件 htop或者top >进程(q退出) |