资源简介
未完成
代码片段和文件信息
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Keep100sec
{
class Control
{
//hp=enemynum=movespeed=rate=
public int Hp { get; set; }
public int Enemynum { get; set; }
public int Movespeed { get; set; }
public int Rate { get; set; }
public Control()
{
}
public Control(int hp int enemy int movespeed int rete)
{
Hp = hp;
Enemynum = enemy;
Movespeed = movespeed;
Rate = rete;
}
public void _saveConfig()
{
try
{
string stmp = JsonConvert.Serializeobject(this Newtonsoft.Json.Formatting.Indented);
_StringToFile(stmp
System.Windows.Forms.Application.StartupPath + “\\GameSetting“
System.IO.FileMode.Create);
}
catch
{
}
}
private void _StringToFile(string stmp string v FileMode create)
{
FileStream fs = null;
try
{
fs = new FileStream(v create);
byte[] buff = System.Text.Encoding.Default.GetBytes(stmp);
fs.Write(buff 0 buff.Length);
}
catch
{
}
finally
{
if (fs != null)
fs.Close();
}
}
public Control _loadConfig()
{
Control ct = null;
try
{
string config = _stringFormFile(System.Windows.Forms.Application.StartupPath + “\\GameSetting“);
ct= JsonConvert.Deserializeobject(config);
}
catch
{
}
return ct;
}
private string _stringFormFile(string v)
{
StringBuilder sb = new StringBuilder();
StreamReader sr = new StreamReader(v Encoding.Default);
try
{
string line;
while ((line = sr.ReadLine()) != null)
{
sb.Append(line);
}
sr.Close();
}
catch (Exception)
{
sr.Close();
}
return sb.ToString();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 60416 2020-07-29 10:14 Keep100sec\.vs\Keep100sec\v16\.suo
文件 1069 2020-07-28 15:38 Keep100sec\Keep100sec\App.config
文件 69 2020-07-29 10:15 Keep100sec\Keep100sec\bin\Debug\GameSetting
文件 19456 2020-07-29 10:14 Keep100sec\Keep100sec\bin\Debug\Keep100sec.exe
文件 1069 2020-07-28 15:38 Keep100sec\Keep100sec\bin\Debug\Keep100sec.exe.config
文件 62976 2020-07-29 10:14 Keep100sec\Keep100sec\bin\Debug\Keep100sec.pdb
文件 700336 2019-11-09 00:56 Keep100sec\Keep100sec\bin\Debug\Newtonsoft.Json.dll
文件 707721 2019-11-09 00:51 Keep100sec\Keep100sec\bin\Debug\Newtonsoft.Json.xm
文件 2622 2020-07-28 13:50 Keep100sec\Keep100sec\Control.cs
文件 5139 2020-07-29 10:14 Keep100sec\Keep100sec\Form1.cs
文件 9398 2020-07-28 17:38 Keep100sec\Keep100sec\Form1.Designer.cs
文件 6206 2020-07-28 17:38 Keep100sec\Keep100sec\Form1.resx
文件 1021 2020-07-28 15:11 Keep100sec\Keep100sec\Img\Enemy.jpg
文件 950 2020-07-28 15:10 Keep100sec\Keep100sec\Img\Play.jpg
文件 4508 2020-07-28 15:38 Keep100sec\Keep100sec\Keep100sec.csproj
文件 2838 2020-07-28 13:14 Keep100sec\Keep100sec\MainView.cs
文件 7206 2020-07-28 11:16 Keep100sec\Keep100sec\MainView.Designer.cs
文件 5817 2020-07-28 11:16 Keep100sec\Keep100sec\MainView.resx
文件 214 2020-07-28 10:31 Keep100sec\Keep100sec\obj\Debug\.NETfr
文件 985 2020-07-28 15:37 Keep100sec\Keep100sec\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 7545 2020-07-28 15:11 Keep100sec\Keep100sec\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 0 2020-07-29 10:14 Keep100sec\Keep100sec\obj\Debug\Keep100sec.csproj.CopyComplete
文件 42 2020-07-28 16:27 Keep100sec\Keep100sec\obj\Debug\Keep100sec.csproj.CoreCompileInputs.cache
文件 1090 2020-07-28 17:00 Keep100sec\Keep100sec\obj\Debug\Keep100sec.csproj.FileListAbsolute.txt
文件 1073 2020-07-28 17:39 Keep100sec\Keep100sec\obj\Debug\Keep100sec.csproj.GenerateResource.cache
文件 424 2020-07-29 10:14 Keep100sec\Keep100sec\obj\Debug\Keep100sec.csprojAssemblyReference.cache
文件 19456 2020-07-29 10:14 Keep100sec\Keep100sec\obj\Debug\Keep100sec.exe
文件 180 2020-07-28 17:39 Keep100sec\Keep100sec\obj\Debug\Keep100sec.Form1.resources
文件 180 2020-07-28 16:27 Keep100sec\Keep100sec\obj\Debug\Keep100sec.MainView.resources
文件 62976 2020-07-29 10:14 Keep100sec\Keep100sec\obj\Debug\Keep100sec.pdb
............此处省略61个文件信息
- 上一篇:C# 植物大战僵尸中文版
- 下一篇:Modbus调试工具源码
相关资源
- C# 植物大战僵尸中文版
- 别踩白块wpf 源码
- C# 万能滑块效果
- 祖玛修改器(C# 源码)
- C# 华容道 winform源码
- C# 读写excel word(不用安装office)
- C#打开电脑摄像头
-
C# 压缩、解压缩ba
se64 - C# 通过TXT文本修改登录密码
- C#递归实现资源管理器
- C#直接使用log4net进行日志管理
- 《精通C#数据库开发》源码
- C#简单三层架构,免去写增删改查
- C# 记账小软件源码(附数据库)
- 数据表转实体源码(实体类生成器)
- C#链接数据库基础
- C#跑马灯代码
- C# 调用LabVIEW DLL
- C# 条码、二维码生成器
- VSTO对Word的开发教程
- Microsoft® Visual C#® 2010 Step by
- C#开发调用百度地图
- C#最新阿里云短信验证sdk代码
-
C#读取xm
l文件数据。显示在datagrid - C# 画梅花(基于System.Drawing)
- C# RS232串口通信
- C# Mail-发送邮箱
- C# 进度条控件使用
- C# 获取本地的IP地址
- C# 快速打开文件夹(桌面快捷操作工
评论
共有 条评论