using System; using System.Collections.Generic; using System.Linq; namespace ConsoleApp1 { class Program { static void Main(string[] args) { /* 贪心算法(集 ...
分类:
编程语言 时间:
2021-02-20 12:42:12
阅读次数:
0
网页请求报错: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. ...
分类:
数据库 时间:
2021-02-20 12:31:09
阅读次数:
0
一 RibbonAutoConfiguration @Configuration @Conditional(RibbonAutoConfiguration.RibbonClassesConditions.class) @RibbonClients @AutoConfigureAfter( name ...
分类:
编程语言 时间:
2021-02-20 12:02:23
阅读次数:
0
2.13 不要和zz打架 https://weibo.com/5725419131/K1MwXqnXs2.13 晚上好 https://weibo.com/5725419131/K1LA8syS22.13 库存走 https://weibo.com/5725419131/K1JY4CfHs2.13 ...
分类:
其他好文 时间:
2021-02-20 12:00:45
阅读次数:
0
Hello,World!!! 1 .随便新建一个文件夹,存放代码 2 .新建一个java文件 文件后缀名为.java Hello.java 【注意点】系统可能没有显示文件后缀名,我们需要手动打开 3 .编写代码 public class Hello{ public static void main( ...
分类:
其他好文 时间:
2021-02-20 11:51:49
阅读次数:
0
package com.dai.sort; import java.util.Arrays; public class MergeSort { public static void main(String[] args) { // TODO Auto-generated method stub in ...
分类:
编程语言 时间:
2021-02-20 11:48:05
阅读次数:
0
# 浮点数中的常见问题 ```javapublic class FloatAndDouble { public static void main(String[] args) { float num1 = 0.1F; double num2 = 1.0/10; System.out.println( ...
分类:
其他好文 时间:
2021-02-19 13:49:06
阅读次数:
0
1. 治标不治本的办法: 加上一句 path C:\Windows\\System32。 ...
分类:
其他好文 时间:
2021-02-19 13:28:37
阅读次数:
0
AES: package com.example.wuji.jiami; import com.sun.org.apache.xml.internal.security.utils.Base64; import javax.crypto.Cipher; import javax.crypto.spe ...
分类:
其他好文 时间:
2021-02-19 13:13:37
阅读次数:
0
兄弟题1084 Broken Keyboard (20 分),一样的水~。 ps:`当按键都没坏的时候,输入可能为空,要用getline而不能用cin。 bool vis[200]; string a,b; int main() { getline(cin,a); getline(cin,b); f ...
分类:
其他好文 时间:
2021-02-19 13:11:20
阅读次数:
0