码迷,mamicode.com
首页 >  
搜索关键字:at 0x00002820 code1    ( 138个结果
Hash code
1) 对象相等则hashCode一定相等;2) hashCode相等对象未必相等。== 对象的值equals 对象hashCode是jdk根据对象的地址或者字符串或者数字算出来的int类型的数值 详细了解请 参考 [1] public int hashCode()返回该对象的哈希码值。
分类:其他好文   时间:2014-08-17 19:54:32    阅读次数:237
hdu 4925 Apple Tree
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4925 思路:直接计算坐标和,如果为奇数就种树,但要注意行或列为1的情况。 写啦两种代码:一种直接判断计算的,另一种优化计算的 code1: #include #include #include #include using namespace std; int main() { i...
分类:移动开发   时间:2014-08-07 23:07:25    阅读次数:306
【黑马程序员】————预处理指令2-文件编译
条件编译的概念在很多情况下,我们希望程序的其中一部分代码只有在满足一定条件时才进行编译,否则不参与编译(只有参与编译的代码最终才能被执行),这就是条件编译。一、基本用法1 #if 条件12 ...code1...3 #elif 条件24 ...code2...5 #else6 ...code3...
分类:其他好文   时间:2014-08-07 12:49:49    阅读次数:219
http://acm.hnu.cn/online/?action=problem&type=show&id=12817&courseid=267 7.19hnu/数据结构/数学 xxs.code
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 typedef long long INT; 9 const INT MOD = 1000000007; 10 co....
分类:其他好文   时间:2014-07-22 22:48:35    阅读次数:247
Django开发运维后台(二):建立模型与更新数据
上一篇文章我已经新建了一个SaAdmin的APP,现在开始在这APP下面来code1、修改setting.py的数据库连接:DATABASES={ ‘default‘:{ ‘ENGINE‘:‘django.db.backends.mysql‘, ‘NAME‘:‘QjshAdmin‘, ‘USER‘:‘root‘, ‘PASSWORD‘:‘lihuipeng‘, ‘HOST‘:‘localhost‘, ‘PORT‘:‘3306‘, } }新..
分类:其他好文   时间:2014-07-09 09:02:47    阅读次数:276
HTMLPARSER JAVA CODE
1 /*** 2 * Licensed to the Apache Software Foundation (ASF) under one or more 3 * contributor license agreements. See the NOTICE file distribut...
分类:编程语言   时间:2014-06-16 10:37:31    阅读次数:287
The incident LOST_EVENTS occured on the master. Message: error writing to the binary log, Error_code
1 mysq error日志报错如下:2014-05-12 11:29:54 22977 [ERROR] Slave SQL: The incident LOST_EVENTS occured on the master. Message: error writing to the binary log, Error_code: 15902014-05-12 11:29:54 22977 [ERR...
分类:其他好文   时间:2014-05-15 04:07:27    阅读次数:318
138条   上一页 1 ... 12 13 14
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!