1001 A+B Format aa 1 #include<iostream> 2 #include<stdio.h> 3 #include<string> 4 #include<string.h> 5 #include<algorithm> 6 #include<list> 7 #include ...
分类:
其他好文 时间:
2019-09-19 23:35:02
阅读次数:
109
测试类加载的全过程publicclassHave{static{System.out.println("加载Have");//先加载Have再调用main方法}publicstaticvoidmain(String[]args)throwsException{System.out.println("main方法");//先调main方法Aa=newA();//先初始化父类,再初始化子类System
分类:
编程语言 时间:
2019-09-17 22:57:05
阅读次数:
177
CF1215A. Yellow Cards简单的模拟,给定了黄票张数,判断最少和最多有多少人被罚下场。 #include <bits/stdc++.h> using namespace std; int main() { int a,b,aa,bb,n,nnn; cin>>a>>b>>aa>>bb> ...
分类:
其他好文 时间:
2019-09-16 23:33:00
阅读次数:
98
操作:执行 alter table aa_table drop column hehe; 删除 aa_table 表中 hehe 字段。导致 ERROR 1114 (HY000): The table 'sy_transaction_info' is full。 删除字段操作,磁盘可以空间需要大于表 ...
分类:
数据库 时间:
2019-09-16 14:23:02
阅读次数:
511
题目:C盘下面有一个aa.txt的文件,文件里存放了年级每一个学生的成绩看,格式为:姓名 分数 班级如: 张三80 1班 李四90 2班 设计一个方法,读取文件里的信息,最后输出学生的信息,输出格式为:姓名:张三 分数:80 班级:1班 要求:使用类存储每一行学生信息,使用list存储所有的学生信息 ...
分类:
编程语言 时间:
2019-09-16 09:31:11
阅读次数:
196
基本使用 语法规则: 开头表示精确匹配 开头表示uri以某个常规字符串开头,理解为匹配 url路径即可。nginx不对url做编码,因此请求为/static/20%/aa,可以被规则^~ /static/ /aa匹配到(注意是空格)。 开头表示区分大小写的正则匹配 开头表示不区分大小写的正则匹配 和 ...
分类:
其他好文 时间:
2019-09-14 18:47:51
阅读次数:
88
这是 我发在 反相吧 里的 一个 帖子 《》 “就科学而言,相对论一直在洼地。” 帖 是 aa 老师 发的 一个 帖, 题目 是 “无题”, 然后 自己 在 里面 自言自语, 又 不让 回复, 不过 这次 aa 老师 说的 还 有点 靠谱, aa 老师 是 aa954011705 。 ...
分类:
其他好文 时间:
2019-09-14 16:00:51
阅读次数:
101
The only difference between easy and hard versions is the number of elements in the array. You are given an array aa consisting of nn integers. In one ...
分类:
其他好文 时间:
2019-09-13 10:22:36
阅读次数:
101
You are given an array aa consisting of nn integers, and qq queries to it. ii th query is denoted by two integers lili and riri. For each query, you h ...
分类:
其他好文 时间:
2019-09-12 15:06:55
阅读次数:
85
The only difference between easy and hard versions is the number of elements in the array. You are given an array aa consisting of nn integers. In one ...
分类:
其他好文 时间:
2019-09-08 19:51:37
阅读次数:
76