<table border="1" width="50%" id="table"> <tr> <th>学号</th> <th>姓名</th> <th>操作</th> </tr> <tr> <td>xh001</td> <td>阮雌</td> <td><a href="javascript:;" on ...
分类:
其他好文 时间:
2020-03-16 14:45:41
阅读次数:
84
ylbtech-常见动物-动物-鸟:白头鹎、白头翁 白头鹎(学名:Pycnonotus sinensis,英名:Light-vented Bulbul 或 Chinese bulbul),又名白头翁 、白头壳仔(台语),是雀形目鹎科小型鸟类,为鸣禽,冬季北方鸟南迁为候鸟,台湾亚种于台湾为留鸟,平均寿 ...
分类:
其他好文 时间:
2020-03-16 14:27:47
阅读次数:
160
下载部分的代码 前台: <a th:href="'/FileDownload?fileDirType=meeting_minute_docx&fileName='+${meetingMsg.meetingId}+'.docx&fileId='+${meetingMsg.meetingId}+'.do ...
分类:
编程语言 时间:
2020-03-15 11:48:49
阅读次数:
124
Stack 这个是Flutter中布局用到的组件,跟Android中FrameLayout很像,都是可以叠加的现实View。 Stack({ Key key, this.alignment = AlignmentDirectional.topStart, this.textDirection, th ...
分类:
其他好文 时间:
2020-03-15 00:09:58
阅读次数:
82
The next lecture in a high school requires two topics to be discussed. The ii-th topic is interesting by aiaiunits for the teacher and by bibi units f ...
分类:
其他好文 时间:
2020-03-14 23:59:09
阅读次数:
158
You are given some Tetris field consisting of nn columns. The initial height of the ii-th column of the field is aiai blocks. On top of these columns ...
分类:
其他好文 时间:
2020-03-14 23:53:35
阅读次数:
75
Poll 时间限制: 1 Sec 内存限制: 128 MB 题目描述 We have N voting papers. The i-th vote (1≤i≤N) has the string Si written on it.Print all strings that are written o ...
分类:
其他好文 时间:
2020-03-14 19:48:11
阅读次数:
60
线程死锁简单示例 package second.study; public class Test { public static void main(String[] args) { Thread thread1 = new Thread(new DeadLock(true)); Thread th ...
分类:
编程语言 时间:
2020-03-14 15:10:18
阅读次数:
71
三大编程范式 1、面向过程编程 2、函数式编程 3、面向对象编程 编程进化论 1、编程最初是无组织无结构的,由简单控制流中按步写指令 2、从上述的指令中提取重复的代码块或逻辑,组织到一起(比如定义了一个函数),便实现了代码重用,且代码由无结构走向结构化,创建程序的过程变得更加具有逻辑性。 3、我们定 ...
分类:
编程语言 时间:
2020-03-12 21:42:53
阅读次数:
58
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6638 There are nn pirate chests buried in Byteland, labeled by 1,2,…,n1,2,…,n. The ii-th chest's locati ...
分类:
其他好文 时间:
2020-03-12 11:25:40
阅读次数:
49