摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2018-03-19 12:49 bingxingc 阅读(210) 评论(0) 推荐(0) 编辑
摘要: //读取文本文件并返回内容不同的那一行 public static String different(String sOldFile, String sNewFile) { StreamReader srOld = new StreamReader(sOldFile); StreamReader s 阅读全文
posted @ 2018-03-19 02:57 bingxingc 阅读(2162) 评论(0) 推荐(0) 编辑
摘要: //自定义特效等级 [ScalabilityGroups] sg.ResolutionQuality=100.000000 //视野距离 sg.ViewDistanceQuality=1 sg.AntiAliasingQuality=0 sg.ShadowQuality=0 sg.PostProce 阅读全文
posted @ 2018-03-19 02:20 bingxingc 阅读(3476) 评论(0) 推荐(0) 编辑