object对象中的 public boolean equals(Object
obj),对于任何非空引用值 x 和 y,当且仅当 x 和 y 引用同一个对象时,此方法才返回 true;注意:当此方法被重写时,通常有必要重写
hashCode 方法,以维护 hashCode 方法的常规协定,该协定声...
分类:
编程语言 时间:
2014-05-27 00:18:44
阅读次数:
376
table内 获取同一行 其他列的valuefunction move(obj,ud){
var code = document.getElementById("reportName"); var year =
document.getElementById("repo...
分类:
其他好文 时间:
2014-05-26 20:36:01
阅读次数:
198
一 、查看已安装的nginx是否包含stub_status模块
/usr/local/nginx/sbin/nginx -V nginx version: Nginx/1.2.0 configure arguments:
--with-http_stub_status_module 确定支持stub...
分类:
其他好文 时间:
2014-05-26 16:34:01
阅读次数:
233
PHP 提示 Creating default object from empty value
的问题,一般是由于PHP版升级的原因,PHP 5.4 以上的版本一般会报这个错误;我的解决方法:找到报错的地方,初始化对象$_obj = new
stdClass();同理,数组也需要初始化$_arr =...
分类:
Web程序 时间:
2014-05-26 16:12:37
阅读次数:
336
不能再简化了#include#include#includeint
meng_read_proc(char*page,char**start,off_t offset,int count,int*eof,void*data){
char*s="Hello. This is meng p...
分类:
系统相关 时间:
2014-05-26 15:52:49
阅读次数:
463
使用方式:cat [-AbeEnstTuv] [--help] [--version]
fileName说明:把档案串连接后传到基本输出(萤幕或加 > fileName 到另一个档案)参数:-n 或 --number 由 1
开始对所有输出的行数编号-b 或 --number-nonblank 和 ...
分类:
系统相关 时间:
2014-05-26 15:24:06
阅读次数:
440
当textbox为多行时,获取它的行数:int count =
this.txtMsgInfo.Lines.GetUpperBound(0);
分类:
其他好文 时间:
2014-05-26 14:50:35
阅读次数:
292
Guava Maven Dependency com.google.guava guava
{guava.version}Guava 常用方法示例Lists实例化 ListList list = Lists.newArrayList();Maps实例化
MapMap>> map =...
分类:
其他好文 时间:
2014-05-26 10:53:50
阅读次数:
233
今天也遇到这个问题,界面显示无法访问,Baidu吧,结果有些含糊其词,有的说加网络权限,我看了下我的,
有个我以为是这个呢,结果问题依旧。后来知道是要加,然后问题解决了。开始还有提示uses-permission 要放在
application之前,否则可能出现莫名其妙的问题,还以为这就是莫名其妙的...
分类:
移动开发 时间:
2014-05-26 10:18:24
阅读次数:
2705
介绍一个多选list
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with th...
分类:
其他好文 时间:
2014-05-23 00:52:57
阅读次数:
455