上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 36 下一页
摘要: ac自动机 题目链接 https://hihocoder.com/contest/hiho4/problem/1 参考:https://blog.csdn.net/baidu_30541191/article/details/47447175# 阅读全文
posted @ 2018-11-06 21:27 Draymonder 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 废弃 待更新 阅读全文
posted @ 2018-11-06 18:22 Draymonder 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 题目链接 https://hihocoder.com/contest/hiho2/problems 字典树 阅读全文
posted @ 2018-11-06 15:19 Draymonder 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 题目链接 https://hihocoder.com/contest/hiho1/problem/1 做法 Manacher 阅读全文
posted @ 2018-11-06 14:49 Draymonder 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 题目链接 https://hihocoder.com/contest/hiho227/problem/1 题目详解 https://hihocoder.com/discuss/question/5587 阅读全文
posted @ 2018-11-06 10:59 Draymonder 阅读(158) 评论(0) 推荐(0) 编辑
摘要: emmm ,青岛站没能做出来的题目 很遗憾,也很对不起 队友 阅读全文
posted @ 2018-11-04 20:07 Draymonder 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/6/C来源:牛客网题目输入两个字符串A和B,合并成一个串C,属于A和B的字符在C中顺序保持不变。如"abc"和"xyz"可以被组合成"axbycz"或"abxcyz"等。 我们定义字符串的价值为其最长回文子串的长度(回文 阅读全文
posted @ 2018-10-30 21:12 Draymonder 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 数据存储方式 文件存储 提供openFileInput() 和 openFileOutput() SharedPreferences 存储应用程序的各种配置信息 SQLite ContentProvider 安卓四大组件之一,用于应用程序之间的数据交换 网络存储 将数据存储到服务器上,通过网络提供的 阅读全文
posted @ 2018-10-24 13:05 Draymonder 阅读(249) 评论(0) 推荐(1) 编辑
摘要: 生命周期 Activity包含5种状态,涉及7种方法 1. 启动状态 2. 运行状态 *** 即使内存不足,Android先销毁栈底的Activity,来确保当前Activity正常运行 3. 暂停状态 (可见,无法获取焦点 4. 停止状态 (完全不可见 5. 销毁状态 OnCreat 创建时调用, 阅读全文
posted @ 2018-10-24 11:29 Draymonder 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 布局的类型 线性布局 LinearLayout *** 垂直显示 vertical 水平显示 horizontal 文本适应 wrap_content 填充父窗体 match_parent 权重 layout_weight = "1" 相对布局 RelativelLayout *** layout_ 阅读全文
posted @ 2018-10-23 22:03 Draymonder 阅读(359) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 36 下一页