Jar是在发布Java应用程序时用到的一种文件格式。
JAR是 Java Archive File的缩写,是 Java 的一种文档格式,可将多个文件合并为单个JAR归档文件,jar是个多用途的存档及压缩工具,它基于ZIP和ZLIB压缩格式。JAR 文件非常类似 ZIP 文件,准确的说,它就是 ZIP 文件。JAR 文件与 ZIP 文件唯一的区别就是在 JAR 文件的内容中,包含了一个 MET...
分类:
编程语言 时间:
2015-03-29 13:45:12
阅读次数:
278
练习3-77原文Exercise 3.77. The integral procedure used above was analogous to the “implicit” definition of the infinite stream of integers in section 3.5.2. Alternatively, we can give a definition of inte...
分类:
其他好文 时间:
2015-03-29 13:45:57
阅读次数:
101
1.加载gradle依赖:compile 'com.github.liuguangqiang.swipeback:library:0.3.0@aar'
2.在布局上加入布局标签<com.liuguangqiang.swipeback.SwipeBackLayout xmlns:android="http://schemas.android.com/apk/res/android"
and...
分类:
其他好文 时间:
2015-03-29 13:45:51
阅读次数:
166
用SeekBar控制CardView的边角和景深
CardView继承FrameLayout,FrameLayout用于在屏幕部分区域去显示一个控件。CardView的elevation特性需要在API21以上才能使用。
1、新建activity_card_view.xml
activity_card_view.xml,CardViewActivity的布局文件
框架布局是最简单的布局形...
分类:
其他好文 时间:
2015-03-29 13:45:47
阅读次数:
224
整合SSH框架(1)
Spring4+hibernate4+Struts2的整合,整合完成后我会把这个项目上传上去,但是我的建议是最好还是自己在自己的电脑上自己整合一下,我不保证一定没问题
1、首先建立一个web项目
然后我们建立一个spring的配置xml文件
<beans xmlns="http://www.springframework.org/schema/beans...
分类:
编程语言 时间:
2015-03-29 13:45:58
阅读次数:
247
1305. Who’s Winner?
Constraints
Time Limit: 1 secs, Memory Limit: 32 MB
Description
Nic and Susan play the game of multiplication by multiplying an integer p by one of the numbers 2 ...
1345. 能量项链
Constraints
Time Limit: 1 secs, Memory Limit: 32 MB
Description
在Mars星球上,每个Mars人都随身佩带着一串能量项链。在项链上有N颗能量珠。能量珠是一颗有头标记与尾标记的珠子,这些标记对应着某个正整数。并且,对于相邻的两颗珠子,前一颗珠子的尾标记一定等于后一颗珠子的头标记。...
分类:
其他好文 时间:
2015-03-29 13:46:04
阅读次数:
136
1321. Robot
Constraints
Time Limit: 1 secs, Memory Limit: 32 MB
Description
Karell Incorporated has designed a new exploration robot that has the ability to explore new terrains, thi...
分类:
其他好文 时间:
2015-03-29 13:44:15
阅读次数:
243
1389. Linear Pachinko
Constraints
Time Limit: 1 secs, Memory Limit: 32 MB
Description
This problem is inspired by Pachinko, a popular game in Japan. A traditional Pachinko machine is...
分类:
其他好文 时间:
2015-03-29 13:44:32
阅读次数:
124
A=[1 2 3;4 5 6;7 8 9],每行之间用分号隔开
也可以用循环控制输入
n=input('请输入矩阵阶数:')
for i=1:n
for j=1:n
a(i,j)=input('请输入矩阵元素:');
end
end
a...
分类:
其他好文 时间:
2015-03-29 13:44:54
阅读次数:
142
/*
*Copyright (c)2014,烟台大学计算机与控制工程学院
*All rights reserved.
*文件名称: .cpp
*作 者: 冷基栋
*完成日期:2014年3月29日
*版 本 号:v1.0
*/
问题
设计一个学生类Student,数据成员包括学号(num)和成绩(score),成员函数根据需要自行设计(建议配备需要的set、get函数,以及...
分类:
其他好文 时间:
2015-03-29 13:43:54
阅读次数:
136
系统:ubuntu 14.04
HADOOP VERSION: 2.6.0 32bits在装好hadoop并且开启dfs和yarn以后,用JPS检查能看到一下六个进程:14779 DataNode
15322 NodeManager
14657 NameNode
15194 ResourceManager
17656 Jps
14979 SecondaryNameNode接下来我们需要运行Word...
分类:
编程语言 时间:
2015-03-29 13:42:54
阅读次数:
217
一种加载动画效果的实现...
分类:
其他好文 时间:
2015-03-29 13:41:54
阅读次数:
120
Compare Version Numbers
Compare two version numbers version1 and version2.
If version1 > version2 return 1, if version1 version2 return -1, otherwise return 0.
You may assume that the version...
分类:
其他好文 时间:
2015-03-29 13:42:43
阅读次数:
130
接触Java多线程这么久了,synchronized静态代码块以及其中的wait和notify方法一直没搞懂,网上关于此,不是旁敲侧击,就是晦涩难懂(我理解能力有限),实在无语了。今天把Java的源码导入到了eclipse,从源码中看到了我想要的答案。即本文专注于讲解透彻地讲解synchronized代码块,wait以及notify的使用方法,绝对一针见血,绝不旁敲侧击,没意思。注:本文不会讲什么是...
分类:
其他好文 时间:
2015-03-29 13:42:13
阅读次数:
142
Say you have an array for which the ith element is the price of a given stock on day i.If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock), des...
分类:
其他好文 时间:
2015-03-29 13:41:22
阅读次数:
186
下标用 _(下划线)
希腊字母等特殊字符用 \加拼音 如
α \alpha
β \beta
γ \gamma
θ \theta
Θ \Theta
Г \Gamma
δ \delta
Δ \Delta
ξ \xi
Ξ \Xi
η \elta
ε \epsilong
ζ \zeta
μ \miu
υ \nu
τ \tau
λ \l...
分类:
其他好文 时间:
2015-03-29 13:41:11
阅读次数:
117