First year of new millenium is gone away. In commemoration of it write a program that finds the name of the day of the week for any date in 2001. Inpu ...
分类:
其他好文 时间:
2017-08-09 15:41:20
阅读次数:
136
POJ 3624 Charm Bracelet 题目链接:http://poj.org/problem?id=3624 Description Bessie has gone to the mall's jewelry store and spies a charm bracelet. Of cou ...
分类:
其他好文 时间:
2017-08-08 12:43:57
阅读次数:
189
今天在写采集时碰到两个问题1、MySQL server has gone away2、Maximum execution time of 120 seconds exceeded采集程序写好运行大概一分钟后出现MySQL server has gone away,发现mysql里面的max_allo ...
分类:
数据库 时间:
2017-08-07 16:49:23
阅读次数:
181
/** 下载pdf文件 */ private String updateContentName;//文件名 private Call call; private boolean isSuccess = true;//是否下载成功 File target = null; protected void ...
分类:
其他好文 时间:
2017-08-02 11:07:58
阅读次数:
337
Observable: 事件源 subscriber: 观察者 public void smartConfig(final String password){ Observable esptouch = Observable.create(new Observable.OnSubscribe() {... ...
分类:
编程语言 时间:
2017-07-24 14:49:28
阅读次数:
190
题目描述 题目描述 题目描述 Bessie has gone to the mall's jewelry store and spies a charm bracelet. Of course, she'd like to fill it with the best charms possible ...
分类:
其他好文 时间:
2017-07-19 19:36:18
阅读次数:
142
题目描述 题目描述 题目描述 Bessie has gone to the mall's jewelry store and spies a charm bracelet. Of course, she'd like to fill it with the best charms possible ...
分类:
其他好文 时间:
2017-07-19 19:34:22
阅读次数:
152
在开发应用程序的时候,经常会遇到这样的情况,会在运行时动态根据条件来决定显示哪个View或某个布局。那么最通常的想法就是把可能用到的View都写在上面,先把它们的可见性都设为View.GONE,然后在代码中动态的更改它的可见性。这样的做法的优点是逻辑简单而且控制起来比较灵活..
分类:
移动开发 时间:
2017-07-17 18:45:38
阅读次数:
204
The problem is about Mr.BG who is a great hunter. Today he has gone to a dense forest for hunting and killing animals. Sadly, he has only one bullet i ...
分类:
其他好文 时间:
2017-07-15 13:46:28
阅读次数:
148