这几天学校实训项目需要开始学习安卓编程,其中有一部分是涉及网络知识, 1 private class SendThread extends Thread 2 { 3 public SendThread(String s) 4 { 5 ...
分类:
移动开发 时间:
2014-08-05 10:41:59
阅读次数:
454
GridView跟ListView的区别:GridView只有一列的话就是一个ListViewsimple:cell.xml: mail.xml: MainActivity.java:public class MainActivity extends Activity { ...
分类:
其他好文 时间:
2014-08-05 00:27:48
阅读次数:
353
13.10 使用对象 13.10.1 面向对象的概念 JavaScript并不是面向对象的程序设计语言,面向对象设计的基本特征:继承、 多态等没有得到很好的实现。比如Java中的类,所有的类都可以通过extends显示 继承父类,或者默认继承系统的Object类。...
分类:
其他好文 时间:
2014-08-05 00:23:18
阅读次数:
302
UITableView.01:section:组别row:行号【1】拖入一个UITableView【2】将TableView的dataSource与控制器连接【3】首先得遵循UITableView的数据源协议代码1.加入显示数据内容- (void)viewDidLoad{ [super vie...
分类:
其他好文 时间:
2014-08-05 00:20:28
阅读次数:
412
index.html{% extends "base.html" %}{% block content %}Hi, {{user.nickname}}!{% for post in posts %}{{post.author.nickname}} says: {{post.body}}{% endf...
分类:
其他好文 时间:
2014-08-05 00:07:28
阅读次数:
224
SecurityInterceptor实现spring mvc 框架的结构在访问控制@Controller之前的权限拦截,具体实现方法,增加总权限控制器public class SecurityInterceptor extends HandlerInterceptorAdapter{ pri...
分类:
编程语言 时间:
2014-08-04 20:57:47
阅读次数:
276
Problem Description
Nowadays, a kind of chess game called “Super Jumping! Jumping! Jumping!” is very popular in HDU. Maybe you are a good boy, and know little about this game, so I introduce it to yo...
分类:
其他好文 时间:
2014-08-04 17:50:47
阅读次数:
158
fromdecimalimport*fromPyQt4.QtGuiimport*fromPyQt4.Qtimport*fromPyQt4.QtCoreimport*importsysclassExample(QWidget):def__init__(self,args=None):super(Exa...
分类:
其他好文 时间:
2014-08-04 10:32:47
阅读次数:
245
java.util.Properties extends Hashtable方便读取 键值对 格式的文本资源工具常用方法一览初始化对象newProperties();加载文件load(Reader/InputStream);loadFromXML(InputStream);获取键值getProper...
分类:
编程语言 时间:
2014-08-03 17:53:05
阅读次数:
210
工作原理:使用如下map和reduce:(特别注意输入输出类型, 其中IntPair为自定义类型)public static class Map extends Mapperpublic static class Reduce extends Reducer 在map阶段,使用job.setInpu...
分类:
其他好文 时间:
2014-08-03 12:36:55
阅读次数:
240