Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
Lottery
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shirmy
Lottery
Commits
cb67e02d
Commit
cb67e02d
authored
Oct 22, 2019
by
十年打工还是工,梭哈一夜往皇宫
🤡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'更新README'
parent
9c159e64
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
README.md
README.md
+16
-1
No files found.
README.md
View file @
cb67e02d
# Lottery
# 1024抽奖程序
该程序使用了www.random.org提供的随机数API,它提供了真正的随机数序列,它通过大气噪音这种大自然的随机现象来产生随机数
# 调试运行
## 使用Visual Studio
下载安装Visual Studio后打开项目文件Lottery.sln即可F5调试运行,若无法加载项目,则项目右键安装缺少的.NET Core依赖
## 使用VS Code或其他文本编辑器
以VS Code为例,该编辑器打开项目文件夹后(
*
.cs文件所在的文件夹),会自动安装C#的语法提示及调试器等插件,随后:
1.
下载并安装
[
.NET Core SDK
](
https://dotnet.microsoft.com/download
)
2.
修改代码后,可以在VS Code中按F5运行或打开CMD或PowerShell定位到
*
.cs文件所在的文件夹,输入dotnet run即可运行
# 修改
计分规则位于Program.cs文件中并已注释可修改的部分,其他
*
.cs文件均为更新屏幕显示、Model、帮助类等
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment