using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
nohup java -Dserver.port=8087 -Dspring.config.location=application-generic.yml -jar ${APP_HOME}/${APP_NAME} >/dev/null 2>&1 #-Dserver.port为指定端口启动 #-Ds ...
分类:
移动开发 时间:
2020-07-08 15:25:20
阅读次数:
106
方法在Program中,实例成员要实例化对象【对象.方法】之后才能调用 using System; using System.Collections.Generic; using System.Text; namespace Exp04_1 { class Program { //方法在Progra ...
排序规则: 比较相邻的元素。如果第一个比第二个大,就交换它们两个。 对每对相邻元素做同样的工作,从开始第一对到最后一对。这步做完之后,最后的元素会是最大的数。 针对所有的元素重复以上的步骤,除了最后一个。 持续每次对越来越少的元素重复上面的步骤,直到没有任何一对数字需要进行比较。 时间复杂度:O(n ...
分类:
编程语言 时间:
2020-07-07 19:32:35
阅读次数:
60
废话不多说,直接上代码 —— 将下面的代码赋给所需要控制的物体上即可。 using System.Collections; using System.Collections.Generic; using UnityEngine; public class MouseControlModel : Mo ...
分类:
编程语言 时间:
2020-07-07 17:35:12
阅读次数:
67
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. ...
分类:
其他好文 时间:
2020-07-06 18:13:51
阅读次数:
66
springboot登陆拦截器 拦截器一般是用来防止非登陆状态下对一些网页进行操作和访问, 和SSM框架中实现方式类似都是继承HandlerInterceptor, 只是配置方式有所不同 实现步骤 1. 继承HandlerInterceptor接口 这个接口中有三个方法 boolean preHan ...
分类:
编程语言 时间:
2020-07-05 21:12:57
阅读次数:
56
C# HashSet源码分享 自定义HashSet 官网源码地址: https://referencesource.microsoft.com/#System.Core/System/Collections/Generic/HashSet.cs 关键点 实现原理和Dictionary差不多 Dict ...
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; using ServiceStack.Redis; namespace te ...
分类:
其他好文 时间:
2020-07-01 09:36:28
阅读次数:
65
ubuntu sever 20.04 LTS, linux-image-5.4.0-39-generic 七彩虹 C.Q1900M集成主板、SIS P240固态硬盘、航嘉 HK400电源 Question :在重新给主板上电时,发生强电火花闪烁,重新启动系统提示 **内核不同步:致命异常 ** ke ...
分类:
系统相关 时间:
2020-06-28 16:50:43
阅读次数:
62