码迷,mamicode.com
首页 > 其他好文
maven项目
maven安装以及eclipse配置maven:http://jingyan.baidu.com/article/295430f136e8e00c7e0050b9.html教程:http://www.cnblogs.com/zhaoyang/archive/2012/01/07/2315455.ht...
分类:其他好文   时间:2015-07-28 22:40:19    阅读次数:109
手风琴导航效果实现
代码 1 2 3 4 5 6 16 36 37 原生javascript手风琴导航38 39 40 41 42 甲甲甲甲甲甲甲甲甲甲43 44 ...
分类:其他好文   时间:2015-07-28 22:37:50    阅读次数:103
Maven本地仓库配置
本地仓库是远程仓库的一个缓冲和子集,当你构建Maven项目的时候,首先会从本地仓库查找资源,如果没有,那么Maven会从远程仓库下载到你本地仓库。这样在你下次使用的时候就不需要从远程下载了。如果你所需要的jar包版本在本地仓库没有,而且也不存在于远程仓库,Maven在构建的时候会报错,这种情况可能是...
分类:其他好文   时间:2015-07-28 22:39:53    阅读次数:137
流程控制之if、多重if、嵌套
1、if-else 选择结构语法:if(条件){}else{}if是java的关键字。表达式是布尔类型的表达式,其结果为true或者false例如:输入一个成绩,如果成绩大于90.奖励import java.util.*;public class if_01 {public static void ...
分类:其他好文   时间:2015-07-28 22:39:47    阅读次数:132
Equivalent Strings
Submit StatusDescriptionToday on a lecture about strings Gerald learned a new definition of string equivalency. Two strings a and b of equal length ar...
分类:其他好文   时间:2015-07-28 22:39:25    阅读次数:121
atcoder它A Mountaineer
Time limit: 2sec /Stack limit: 256MB /Memory limit: 256MBProblemDave is a mountaineer. He is now climbing a range of mountains.On this mountains, ther...
分类:其他好文   时间:2015-07-28 22:37:25    阅读次数:88
LeetCode#11 Container With Most Water
Problem Definition:Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai).n vertical lines are drawn such ...
分类:其他好文   时间:2015-07-28 22:35:53    阅读次数:111
可执行程序地址分段情况
#include /*1.代码区(text segment):存放CPU执行的机器指令,该区域只读,通常代码区共享.如果代码被频繁的执行,只需要在内存中有一份代码区.2.数据区(data segment),明确初始化的全局变量,静态变a量(全局静态变量和局部静态变量)和常量数据(字符常量)3.BSS...
分类:其他好文   时间:2015-07-28 22:35:21    阅读次数:93
ionic安装
ionic安装安装之前,首先确保你安装了nodejs!!!在Windows平台,还需要确保安装了Ant、Java、Android!!!并设置环境变量1、安装Cordovanpm install -g cordova //全局安装npminstall-gcordova//全局安装2、安装Ionicnp...
分类:其他好文   时间:2015-07-28 22:37:28    阅读次数:138
NSUserDefaults
NSUserDefaults是一个单例,在整个程序中只有一个实例化对象NSUserDefaults可以存储的有:NSNumber(NSInteger、float、double),NSString,NSDate,NSArray,NSDictionary,BOOL.注意:NSUserfaults存储对象...
分类:其他好文   时间:2015-07-28 22:36:39    阅读次数:112
Andy's First Dictionary
DescriptionAndy, 8, has a dream - he wants to produce his very own dictionary. This is not an easy task for him, as the number of words that he knows ...
分类:其他好文   时间:2015-07-28 22:35:22    阅读次数:117
Tcl之Read files for synthesis
The following file is to read all design files into syntehsis tool automatically, like Cadence RTL Compiler. 1 set srcbasic ${HDLPATH}/01_V...
分类:其他好文   时间:2015-07-28 22:36:07    阅读次数:179
bc 一周年 1001 Souvenir (hdu 5310)
SouvenirAccepts: 901Submissions: 2743Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 262144/262144 K (Java/Others)问题描述今天是BestCoder一周年纪念日. 比赛管理员Sod...
分类:其他好文   时间:2015-07-28 22:36:35    阅读次数:99
7.28多校1004——模拟——Painter
Problem DescriptionMr. Hdu is an painter, as we all know, painters need ideas to innovate , one day, he got stuck in rut and the ideas dry up, he took...
分类:其他好文   时间:2015-07-28 22:35:03    阅读次数:115
Objective-C知识总结(4)
ARC(automatic reference counting)机制判断是否是ARC机制ARC机制中不能使用retain release autorelease retainCount在dealloc方法中不能使用 [super dealloc];在ARC下对象释放的判断依据:对象没有强指针指向指...
分类:其他好文   时间:2015-07-28 22:34:03    阅读次数:190
【leetcode】Pow(x,n)
马上各种校招要开始了,怎么也得准备一下,之前一直在看看机器学习,NLP方面的东西,收获很多。最近换换脑子,回过头来做做leetcode,感觉还是蛮有意思的。今天刷了个水题,AC不高,然而难度也不高。。不知道为啥。第一次提交用了最最锉的方法,找虐的,很明显超时。于是开始想,第一个想到的就是二分,本.....
分类:其他好文   时间:2015-07-28 22:35:43    阅读次数:109
UIScrollView控件及其三个常用属性:contentSize、contentInset和contentOffset
如果您对UIScrollView控件感到难以理解,下面是本人自己对UIScrollView控件的理解方式,按照我的思路,理解UIScrollView控件非常容易!我对UIScrollView的构成理解: UIScollView由上下两个层构成:UIScrollView控件 = 上层(空心四边形线框)...
分类:其他好文   时间:2015-07-28 22:34:49    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!