![Prettier Banner](https://raw.githubusercontent.com/prettier/prettier-logo/master/images/prettier-banner-light.png)
<h2 align="center">Opinionated Code Formatter</h2>
<p align="center">
<em>
JavaScript
· Flow
· TypeScript
· CSS
· SCSS
· Less
· JSX
· Vue
· GraphQL
· JSON
· Markdown
· <a href="https://prettier.io/docs/en/plugins.html">
Your favorite language?
</a>
</em>
</p>
<p align="center">
<a href="https://gitter.im/jlongster/prettier">
<img alt="Gitter" src="https://img.shields.io/gitter/room/jlongster/prettier.svg?style=flat-square">
</a>
<a href="https://travis-ci.org/prettier/prettier">
<img alt="Travis" src="https://img.shields.io/travis/prettier/prettier/master.svg?style=flat-square">
</a>
<a href="https://codecov.io/gh/prettier/prettier">
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/prettier/prettier.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/prettier">
<img alt="npm version" src="https://img.shields.io/npm/v/prettier.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/prettier">
<img alt="monthly downloads" src="https://img.shields.io/npm/dm/prettier.svg?style=flat-square">
</a>
<a href="#badge">
<img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square">
</a>
<a href="https://twitter.com/PrettierCode">
<img alt="Follow+Prettier+on+Twitter" src="https://img.shields.io/twitter/follow/prettiercode.svg?label=follow+prettier&style=flat-square">
</a>
</p>
## Intro
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
### Input
<!-- prettier-ignore -->
```js
foo(reallyLongArg(), omgSoManyParameters(), IShouldRefactorThis(), isThereSeriouslyAnotherOne());
```
### Output
```js
foo(
reallyLongArg(),
omgSoManyParameters(),
IShouldRefactorThis(),
isThereSeriouslyAnotherOne()
);
```
Prettier can be run [in your editor](http://prettier.io/docs/en/editors.html) on-save, in a [pre-commit hook](https://prettier.io/docs/en/precommit.html), or in [CI environments](https://prettier.io/docs/en/cli.html#list-different) to ensure your codebase has a consistent style without devs ever having to post a nit-picky comment on a code review ever again!
---
**[Documentation](https://prettier.io/docs/en/)**
<!-- prettier-ignore -->
[Install](https://prettier.io/docs/en/install.html) ·
[Options](https://prettier.io/docs/en/options.html) ·
[CLI](https://prettier.io/docs/en/cli.html) ·
[API](https://prettier.io/docs/en/api.html)
**[Playground](https://prettier.io/playground/)**
---
## Badge
Show the world you're using _Prettier_ → [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
```md
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
```
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
没有合适的资源?快使用搜索试试~ 我知道了~
基于.Net的 Furion框架在线考试系统-源码
共758个文件
cs:224个
vue:193个
js:154个
需积分: 0 0 下载量 37 浏览量
2023-05-06
14:14:51
上传
评论
收藏 4.85MB ZIP 举报
温馨提示
Visual Studio 2019 16.8 + .NET 6 SDK + .Net Standard 2.1 + 1. 将 ./docker/mysql/init/examkinig.sql 文件导入数据库 2. 使用 Visual Studio 打开 ./backend/ExamKing.sln 项目 3. 在 ExamKing.Database.Core 中配置的 dbsettings.Development.json 开发环境数据库 4. 在 ./frontend/admin 和 ./frontend/teacher 下分别安装依赖 npm install 5. 在 ./frontend/admin 和 ./frontend/teacher 下分别启动前端项目 npm run dev 6. 将 ./frontend/examking-app 加载至 uniapp 开发工具, 运行到手机端
资源推荐
资源详情
资源评论
收起资源包目录
基于.Net的 Furion框架在线考试系统-源码 (758个子文件)
mysql.cnf 752B
default.conf 2KB
nginx.conf 679B
NuGet.Config 441B
ExamService.cs 30KB
QuestionService.cs 17KB
StuanswerdetailService.cs 16KB
SelectService.cs 11KB
CourseService.cs 10KB
ExamController.cs 10KB
ExamJobService.cs 9KB
StudentService.cs 8KB
ExamController.cs 7KB
JudgeService.cs 7KB
DeptService.cs 6KB
TeacherService.cs 6KB
QuestionController.cs 6KB
TbExam.cs 6KB
TbSelect.cs 6KB
StuscoreService.cs 6KB
ManageController.cs 5KB
ChapterService.cs 5KB
TbStudent.cs 5KB
ClassesService.cs 5KB
WrongController.cs 5KB
ManageService.cs 4KB
TbStuanswerdetail.cs 4KB
IExamService.cs 4KB
TbTeacher.cs 4KB
StudentController.cs 4KB
TbCourse.cs 4KB
TbClass.cs 4KB
TbJudge.cs 4KB
IStuanswerdetailService.cs 4KB
CourseController.cs 4KB
RESTfulResultProvider.cs 4KB
TeacherController.cs 3KB
ErrorCodes.cs 3KB
IndexController.cs 3KB
TbStuscore.cs 3KB
ExamDto.cs 3KB
IQuestionService.cs 3KB
DeptController.cs 3KB
AddExamInput.cs 3KB
ClassesController.cs 3KB
StudentController.cs 3KB
CourseController.cs 3KB
TeacherController.cs 3KB
TbAdmin.cs 2KB
JobController.cs 2KB
JobController.cs 2KB
TbChapter.cs 2KB
ISelectService.cs 2KB
TbExamquestion.cs 2KB
ExamOutput.cs 2KB
ICourseService.cs 2KB
ExamOutput.cs 2KB
TbExamjobs.cs 2KB
ExamQuartzHostedService.cs 2KB
IStudentService.cs 2KB
SelectDto.cs 2KB
IDeptService.cs 2KB
TbDept.cs 2KB
AddAutoExamInput.cs 2KB
TbCourseclass.cs 2KB
TbExamclass.cs 2KB
StudentMapper.cs 2KB
ScoreController.cs 2KB
ITeacherService.cs 2KB
SelectOutput.cs 2KB
JwtHandler.cs 2KB
JwtHandler.cs 2KB
JwtHandler.cs 2KB
AddSelectInput.cs 2KB
IJudgeService.cs 2KB
TimeUtil.cs 2KB
IExamJobService.cs 2KB
AuthorizationManager.cs 2KB
AuthorizationManager.cs 2KB
AuthorizationManager.cs 2KB
IManageService.cs 2KB
ExamquestionDto.cs 2KB
AddStudentInput.cs 1KB
StudentDto.cs 1KB
TeacherDto.cs 1KB
TeacherMapper.cs 1KB
ResgisterInput.cs 1KB
IChapterService.cs 1KB
IClassesService.cs 1KB
WebCoreStartup.cs 1KB
AddTeacherInput.cs 1KB
StudentInfoOutput.cs 1KB
ExamQuestionSelectOutput.cs 1KB
IStuscoreService.cs 1KB
JudgeDto.cs 1KB
FinshExamJob.cs 1KB
StartExamJob.cs 1KB
TeacherInfoOutput.cs 1KB
ExamquestionOutput.cs 1KB
RandomUtil.cs 1KB
共 758 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8
资源评论
陪妳去流浪丶
- 粉丝: 6
- 资源: 24
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功