上一页 1 ··· 223 224 225 226 227 228 229 230 231 ··· 235 下一页
摘要: Backward Digit Sums Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 4487 Accepted: 2575 Description FJ and his cows enjoy playing a mental 阅读全文
posted @ 2017-04-24 15:30 llguanli 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 资源(resource)转换为String本文地址: http://blog.csdn.net/caroline_wendyAndroid建议资源的动态绑定, 即把string写入资源内, 然后运行动态绑定.有时须要把资源(resource)ID转换为对应的字符串String.使用:String m 阅读全文
posted @ 2017-04-24 14:57 llguanli 阅读(557) 评论(0) 推荐(0) 编辑
摘要: public static boolean postInfo(String info1, String info2, String info3, ....) { final HttpParams httpParams = new BasicHttpParams(); HttpConnectionPa 阅读全文
posted @ 2017-04-24 14:26 llguanli 阅读(178) 评论(0) 推荐(0) 编辑
摘要: MySQL Study之--MySQL下图形工具的使用(MySQL Administrator) 系统环境: 操作系统: Windows 7(64) 下载地址:http://www.softpedia.com/get/Internet/Servers/Database-Utils/MySQL-Adm 阅读全文
posted @ 2017-04-24 12:15 llguanli 阅读(261) 评论(0) 推荐(0) 编辑
摘要: Check the difficulty of problems Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 5009 Accepted: 2206 Description Organizing a programming c 阅读全文
posted @ 2017-04-24 11:32 llguanli 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 应对的情况:当一个可观察者的状态发生改变时,观察者的数据也要实时更新。 你可能第一时间会想到的是,直接在可观察者类上调用观察者的方法即可了。是的,这是一种最直接。也是最简单的方法。但这样做就使得可观察者和观察者的耦合性非常高,且不能动态更改观察者的数量。 我们也许能够这样做,写一个可观察者的接口: 阅读全文
posted @ 2017-04-24 10:51 llguanli 阅读(170) 评论(0) 推荐(0) 编辑
摘要: eclipse出错: JAX-RS(REST Web Services)2.0 can not be installed: One or more constraints have not been satisfied eclipse出错: JAX-RS(REST Web Services)2.0 阅读全文
posted @ 2017-04-24 10:08 llguanli 阅读(239) 评论(0) 推荐(0) 编辑
摘要: /** * 採用httpclientGet请求的方式 * * @param username * @param password * @return null表示求得的路径有问题,text返回请求得到的数据 */ public static String httpclientGet(String u 阅读全文
posted @ 2017-04-24 08:32 llguanli 阅读(304) 评论(0) 推荐(0) 编辑
摘要: /* *成员函数的重载,覆盖,隐藏 *重载: *1.同样的范围(在同一个类中) *2.函数名同样 *3.參数不同 *4.virtualkeyword可有可无 *覆盖是指派生类覆盖基类的函数,特征是: *1.不同的范围(分别位于基类与派生类中) *2.函数名同样 *3.參数同样 *4.基类函数必须有v 阅读全文
posted @ 2017-04-23 21:10 llguanli 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 假设你从事过Androidclient开发,相信你对ActionBar这套框架并不陌生,或者说你并不了解它,可是你应该时不时的要跟它打交道。抛开ActionBar的实现不说,ActionBar实际上是对Android的TitleBar行为的抽象,这样的框架能够适用于这样的模式的应用,是对须要的行为视 阅读全文
posted @ 2017-04-23 20:40 llguanli 阅读(288) 评论(0) 推荐(0) 编辑
上一页 1 ··· 223 224 225 226 227 228 229 230 231 ··· 235 下一页