<! flowchart 箭头图标 勿删 解决Eclipse中的卡死现象 取消验证 windows–>perferences–>validation 把 除了manual 下面的全部点掉,build下只留 classpath dependency Validator 关闭拼写检查 win ...
分类:
系统相关 时间:
2018-12-19 12:55:33
阅读次数:
222
一 <input type="password" name="txtPassword" > <input type="password" name="txtPassword" placeholder="请输入密码" autocomplete="off" /> 添加一个隐藏的input,然后设置填充密 ...
分类:
其他好文 时间:
2018-12-14 17:16:28
阅读次数:
190
如果没有做要求,用实现接口的方法写进程; 至少有继承的机会; 实际上,更多的情况下是多线程计算; 两个线程,t1/t2,同时启动; 创建了一只猪,创建了一只鸟; 第一个线程承载猪,第二个线程承载鸟; 很可能是交替进行,但也未必;和休眠时间相关; 同时去争夺一种资源,线程同步的问题; Thread类本... ...
分类:
编程语言 时间:
2018-11-30 20:05:12
阅读次数:
292
分数只有20分,所以题目是很简单的。难点就是如何处理整形转化字符,以及字符转化整形的问题。 / 题目:1005 / / 作者:ChanWunsam / / 时间:2017.12.21 / include include include include include include include ...
分类:
其他好文 时间:
2018-11-26 02:27:18
阅读次数:
146
Sum of Digits Having watched the last Harry Potter film, little Gerald also decided to practice magic. He found in his father's magical book a spell t ...
分类:
其他好文 时间:
2018-11-17 14:40:23
阅读次数:
253
Hometask codeforces 155C Sergey attends lessons of the N-ish language. Each lesson he receives a hometask. This time the task is to translate some sen ...
分类:
Web程序 时间:
2018-10-05 14:01:37
阅读次数:
200
A Concerts 思路:dp[i][j]表示前i天看了j场演唱会。转移方程:dp[i][j]=dp[i 1][j]+dp[由h数组决定的前一场的最晚日期][j 1]。 D Harry Potter and The Vector Spell 思路:并查集 cpp include using nam ...
分类:
其他好文 时间:
2018-10-04 09:23:40
阅读次数:
253
We are given N different types of stickers. Each sticker has a lowercase English word on it. You would like to spell out the given target string by cu ...
分类:
其他好文 时间:
2018-10-02 13:50:03
阅读次数:
152
课程编号: 课程性质: 数据结构课程设计报告 学院: 合肥工业大学 班级: 物联网工程17-2班 姓名: 刁肥宅 学号: 201721800X 教师: 周波 2018年 8月 10日 至 2018年 8 月 18日 第一章 理论基础 1.1 课题背景 在学习和工作中,时常需要使用到文本编辑器进行文档 ...
分类:
其他好文 时间:
2018-09-26 22:41:59
阅读次数:
279
属性光环 为玩家增加光环或降低属性 `aura`光环ID `auraType1` 配置属性('空','生命值','全属性','近战攻击强度','远程攻击强度','法术强度','治疗效果','施法速度','近战攻击速度','远程攻击速度','造成奥术伤害','造成火焰伤害','造成冰霜伤害','造成神 ...
分类:
其他好文 时间:
2018-09-04 17:53:05
阅读次数:
188