数据访问DAL和实体类 UserInfo.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ...
API代码using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Cors; using Microsoft ...
分类:
数据库 时间:
2020-06-07 19:52:11
阅读次数:
129
using System;using System.Collections.Generic;using System.Linq;using System.Threading.Tasks;using Microsoft.AspNetCore.Mvc; namespace LayUICore.Areas ...
分类:
其他好文 时间:
2020-06-07 10:50:33
阅读次数:
62
https://loj.ac/problem/2823 http://www.boi2014.lmio.lt/tasks/friends-en.pdf http://www.lydsy.com/JudgeOnline/problem.php?id=3916 考虑分类讨论添加的字母出现的位置。 具体的 ...
分类:
其他好文 时间:
2020-06-06 18:55:26
阅读次数:
62
using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApp ...
分类:
其他好文 时间:
2020-06-05 01:04:19
阅读次数:
110
using System;//using 引入的意思 System命名空间 using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ...
分类:
其他好文 时间:
2020-06-03 23:21:32
阅读次数:
74
BackWork代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Utils { publ ...
Introduction celery beat is a scheduler; It kicks off tasks at regular intervals, that are then executed by available worker nodes in the cluster. By ...
分类:
其他好文 时间:
2020-06-01 22:16:16
阅读次数:
117
gradle gradle tasks :查看所有的taske命令 bootJar:打包,讲项目的所有依赖和主工程代码打包,一个可直接执行的一个包,不需要tomcat运行 gradle使用bootjar打包后后,解压出来的三个目录 BOOT-INF: ? classes:存放java文件编译后的cl ...
分类:
其他好文 时间:
2020-05-30 01:29:57
阅读次数:
98
1、先展示下角色结构:[root@admin1roles]#treentpd/ntpd/├──files│└──ntp-4.2.8p14.tar.gz├──handlers├──tasks│└──main.yml├──templates└──vars5directories,2files2、task任务(1)main.yml[root@admin1tasks]#catmain.ymlinclude
分类:
其他好文 时间:
2020-05-28 13:16:18
阅读次数:
76