E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
#566
ext的相关
1.ext.grid详解参考地址:http://blog.sina.com.cn/s/blog_
566
c8d180100tnk1.html2.Ext.onReady详解http://blog.163.com
jack__ming
·
2015-08-04 14:00
【CF
566
F】 Clique in the Divisibility Graph
【CF
566
F】CliqueintheDivisibilityGraph最大团模型的dp数做点能约分的一对数间有路问最大团(最大完全子图)用最长公共子序列做法dp出最长路由于一个数约数的约数也是这个数的约数所以只要能连起来就是个完全子图代码如下
ChallengerRumble
·
2015-08-02 19:00
dp
codeforces
566
F F. Clique in the Divisibility Graph(dp)
题目链接:codeforces
566
F题目大意:给出一个排好序的序列,其中能够整除的两个数之间存在边,问当前序列最大的集合,这个集合满足任意两点间都存在边。
qq_24451605
·
2015-08-02 13:00
dp
codeforces
hdoj 2603 Wiskey's Power 【物理题。。。】
Wiskey'sPowerTimeLimit:2000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):
566
chenzhenyu123456
·
2015-06-16 16:00
Spring 结合 KindEditor 上传文件问题的解决
阅读更多在网上找了半天还是没有找到解决之道看到这个文章:http://blog.sina.com.cn/s/blog_
566
fd08d0102v13e.html由于SpringMVC已经配置了允许文件上传
scbzly_4223
·
2015-04-14 21:00
spring
KindEditor
Spring 结合 KindEditor 上传文件问题的解决
在网上找了半天还是没有找到解决之道看到这个文章: http://blog.sina.com.cn/s/blog_
566
fd08d0102v13e.html
scbzly_4223
·
2015-04-14 21:00
spring
kindeditor
Spring 结合 KindEditor 上传文件问题的解决
阅读更多在网上找了半天还是没有找到解决之道看到这个文章:http://blog.sina.com.cn/s/blog_
566
fd08d0102v13e.html由于SpringMVC已经配置了允许文件上传
scbzly_4223
·
2015-04-14 21:00
spring
KindEditor
图解SQL的Join
图解SQL的Join2011年1月11日陈皓发表评论阅读评论34,
566
人阅读 对于SQL的Join,在学习起来可能是比较乱的。
网页采集
·
2015-03-27 17:35
sql
Guava库学习:Guava的由来与Joiner类的学习使用
链接地址:http://www.xx
566
.com/detail/121.html Guava是什么?
可怜的猫
·
2015-03-17 11:00
guava
Joiner
基于JFinal + Jquery Mobile开发的日志记录workapp 1.0版本发布
建议通过手机访问:http://honzh.xx
566
.com,PC访问也可(效果不佳)。线上运行效果参见:http://www
Realfighter
·
2015-03-16 13:00
jFinal
webapp
jquerymobile
日志记录
android-volley 图片缓存分析与比较
android-volley图片缓存分析与比较时间:2014-11-18 来源:www.wl
566
.com 作者:网络
566
关于android图片缓存开源框架,被程序猿们津津乐道的应该是,Volley
findsafety
·
2015-01-27 16:00
Guava库学习:学习Guava EventBus(一)EventBus
原文地址:http://www.xx
566
.com/detail/184.html 在软件开发过程中,对象信息的分享以及相互直接的协作是必须的,困难在于确保对象之间的沟通是有效完成的,而不是拥有成本高度耦合的组件
Realfighter
·
2014-12-29 10:00
guava
EventBus
事件编程
xenserver6.2 内存leak故障处理
36474919.505097] lowmem_reserve[]: 0 0 0 0Oct 30 14:22:35 xenserver-21622 kernel: [36474919.505104] DMA:
566
倔强的风
·
2014-12-16 16:04
memory
leak
xenserver6.2
XS62E004
xenserver6.2 内存leak故障处理
21622kernel:[36474919.505097]lowmem_reserve[]:0000Oct3014:22:35xenserver-21622kernel:[36474919.505104]DMA:
566
倔强的风
·
2014-12-16 16:04
leak
memory
xenserver6.2
虚拟化
【BZOJ 1621】 [Usaco2008 Open]Roads Around The Farm分岔路口
1621:[Usaco2008Open]RoadsAroundTheFarm分岔路口TimeLimit: 5Sec MemoryLimit: 64MBSubmit:
566
Solved: 411[
Regina8023
·
2014-12-07 17:00
递归
模拟
OI
bzoj
Guava库学习:学习Guava Cache(五)CacheLoader
原文地址:http://www.xx
566
.com/detail/176.html 上一篇,Guava库学习:学习GuavaCache(四)CacheBuilderSpec 中,我们简单的学习了使用
Realfighter
·
2014-12-06 11:00
guava
cache
CacheLoader
Guava库学习:学习Guava Cache(四)CacheBuilderSpec
原文地址:http://www.xx
566
.com/detail/175.html 上一篇,Guava库学习:学习GuavaCache(三)CacheBuilder中,我们学习并了解了使用CacheBuilder
Realfighter
·
2014-12-06 09:00
cache
guava
foreach循环二维数组
int[][]arr={{12,44,22},{12,
566
,33,22,11}}; for(int[]i:arr){ for(intj:i){ System.out.println(j); } }
kinglearnjava
·
2014-12-05 18:00
Guava库学习:学习Guava Cache(三)CacheBuilder
原文地址:http://www.xx
566
.com/detail/174.html 在之前Guava库学习:学习GuavaCache(二)Guavacaches(1)_Cache以及Guava
Realfighter
·
2014-12-03 16:00
cache
guava
LoadingCache
CacheBuilder
Spring Security 3.0 登录表单自定义验证
原文地址:http://www.xx
566
.com/detail/173.html 之前的两篇关于SpringSecurity多登陆入口的实现与配置:SpringSecurity2.0 多登录入口的实现与配置与
Realfighter
·
2014-12-03 13:00
spring
登录
自定义
验证
security3
Spring Security 3.0 多登录入口的实现与配置
原文地址:http://www.xx
566
.com/detail/172.html 之前SpringSecurity2.0 多登录入口的实现与配置中,我们简单的介绍了通过SpringSecurity2.0
Realfighter
·
2014-12-03 13:00
spring
Security
3
多登陆入口
Guava库学习:学习Guava Cache(二)Guava caches(2)
链接地址:http://www.xx
566
.com/detail/168.html 上一篇,Guava库学习:学习GuavaCache(二)Guavacaches(1)_Cache中我们简单的介绍了
Realfighter
·
2014-11-28 14:00
guava
LoadingCache
caches
Guava库学习:学习Guava Cache(二)Guava caches(1)_Cache
链接地址:http://www.xx
566
.com/detail/167.html 上一篇,Guava库学习:学习GuavaCache(一)MapMaker中我们简单的学习了GuavaCache
Realfighter
·
2014-11-28 14:00
cache
guava
caches
Guava库学习:学习Guava Cache(一)MapMaker
链接地址:http://www.xx
566
.com/detail/166.html 在软件开发中,Cache缓存技术一直是非常重要的主题,不管我们正在进行任何简单的编程工作,我们总能在编程过程中找到一些缓存机制
Realfighter
·
2014-11-28 14:00
cache
guava
MapMaker
Guava库学习:Guava Concurrency 知识汇总
链接地址:http://www.xx
566
.com/detail/165.html 上一篇,Guava库学习:学习Concurrency(九)RateLimiter中,我们学习了RateLimiter
Realfighter
·
2014-11-28 14:00
guava
concurrency
汇总
Guava库学习:学习Concurrency(九)RateLimiter
链接地址:http://www.xx
566
.com/detail/164.html 上一篇,Guava库学习:学习Concurrency(八)Futures中,我们学习了Futures工具类用于操作
Realfighter
·
2014-11-28 14:00
guava
concurrency
RateLimiter
Guava库学习:学习Concurrency(八)Futures
链接地址:http://www.xx
566
.com/detail/163.html Futures是GuavaConcurrency提供的用于处理Future实例的工具类,其中提供了需要有用方便的方法
Realfighter
·
2014-11-28 14:00
guava
concurrency
Futures
Guava库学习:学习Concurrency(七)FutureFallback
链接地址:http://www.xx
566
.com/detail/162.html 上一篇,Guava库学习:学习Concurrency(六)AsyncFunction中,我们简单觉得介绍了AsyncFuction
Realfighter
·
2014-11-28 14:00
guava
concurrency
FutureFallback
Guava库学习:学习Concurrency(六)AsyncFunction
链接地址:http://www.xx
566
.com/detail/161.html 上一篇,Guava库学习:学习Concurrency(五)SettableFuture中,我们简单觉得介绍了
Realfighter
·
2014-11-28 13:00
guava
concurrency
AsyncFunction
Guava库学习:学习Concurrency(五)SettableFuture
链接地址:http://www.xx
566
.com/detail/160.html 上一篇,Guava库学习:学习Concurrency(四)FutureCallback中,FutureCallback
Realfighter
·
2014-11-28 13:00
guava
concurrency
SettableFuture
Guava库学习:学习Concurrency(四)FutureCallback
链接地址:http://www.xx
566
.com/detail/159.html 上一篇,Guava库学习:学习Concurrency(三)ListenableFuture中,我们最后说到,
Realfighter
·
2014-11-28 13:00
guava
concurrency
FutureCallback
Guava库学习:学习Concurrency(三)ListenableFuture
链接地址:http://www.xx
566
.com/detail/158.html Java5中引入了concurrent包,其中提供了许多重要的并发设计,其中一个便是Future对象,Future
Realfighter
·
2014-11-28 13:00
guava
concurrency
Guava库学习:学习Concurrency(二)Monitor_2
链接地址:http://www.xx
566
.com/detail/154.html 上一篇Guava库学习:学习Concurrency(二)Monitor_1中,我们简单的介绍了一下GuavaConcurrencyMonitor
Realfighter
·
2014-11-28 13:00
guava
Monitor
concurrency
Guava库学习:学习Concurrency(二)Monitor_1
链接地址:http://www.xx
566
.com/detail/153.html 上一篇Guava库学习:学习Concurrency(一)Synchronizingthreads中,我们简单的介绍了一下
Realfighter
·
2014-11-28 13:00
guava
Monitor
concurrency
Guava库学习:学习Concurrency(一)Synchronizing threads
链接地址:http://www.xx
566
.com/detail/152.html 上一篇,Guava库学习:GuavaCollections知识汇总中,我们把整个GuavaCollections
Realfighter
·
2014-11-28 13:00
guava
concurrency
Threads
Synchronizing
Guava库学习:Guava Collections 知识汇总
链接地址:http://www.xx
566
.com/detail/151.html 上一篇,Guava库学习:学习Collections(十)Ordering中,我们学习了Ordering排序比较器
Realfighter
·
2014-11-28 13:00
guava
Collections
汇总
Guava库学习:学习Collections(十)Ordering
链接地址:http://www.xx
566
.com/detail/150.html 上一篇Guava库学习:学习Collections(九)Immutablecollections中,Guava
Realfighter
·
2014-11-28 13:00
Guava库学习:学习Collections(九)Immutable collections
链接地址:http://www.xx
566
.com/detail/149.html 上一篇Guava库学习:学习Collections(八)Range中,我们了解了Guava提供的Range类型
Realfighter
·
2014-11-28 13:00
guava
Collections
immutable
Guava库学习:学习Collections(八)Range
链接地址:http://www.xx
566
.com/detail/148.html 上一篇Guava库学习:学习Collections(七)Table中,我们学习了Guava定义的Table数据结构
Realfighter
·
2014-11-28 13:00
guava
Collections
range
Guava库学习:学习Collections(七)Table
链接地址:http://www.xx
566
.com/detail/147.html 上一篇,我们学习了Collections(六)BiMap与HashBiMap,BiMap是一种特殊的key-value
Realfighter
·
2014-11-28 13:00
guava
table
Collections
Guava库学习:学习Collections(六)BiMap与HashBiMap
链接地址:http://www.xx
566
.com/detail/145.html 首先,自我反思一下,半个月来,一直处于浑浑噩噩的状态,各种琐事缠身,很少有时间静下心来继续学习,还好现在处理的差不多了
Realfighter
·
2014-11-28 13:00
guava
Collections
bimap
HashBiMap
Guava库学习:学习Collections(五)Multimaps
链接地址:http://www.xx
566
.com/detail/141.html 上一篇,学习Collections(四)Maps中,我们简单的学习使用了Maps处理Map实例,在日常工作中
Realfighter
·
2014-11-28 13:00
guava
Collections
HashMultimap
Multimaps
Guava库学习:学习Collections(四)Maps
链接地址:http://www.xx
566
.com/detail/140.html 前面我们依次学习了GuavaCollections中Lists、Sets这两个类,分别用于处理List和Set
Realfighter
·
2014-11-28 13:00
guava
map
Collections
Guava库学习:学习Collections(三)Sets
链接地址:http://www.xx
566
.com/detail/139.html 上一篇,学习Collections(二)Lists中,我们学习了使用Lists处理List实例,内部提供了许多有用的静态工厂方法
Realfighter
·
2014-11-28 13:00
guava
Collections
sets
Guava库学习:学习Collections(二)Lists
链接地址:http://www.xx
566
.com/detail/138.html 上一篇学习Collections(一)FluentIterable中,我们学习和使用了FluentIterable
Realfighter
·
2014-11-28 13:00
guava
Collections
lists
Guava库学习:学习Collections(一)FluentIterable
链接地址:http://www.xx
566
.com/detail/137.html 在Java开发中,java.util.Collections包含的工具方法经常需要用到,在Guava中,com.google.common.collect
Realfighter
·
2014-11-28 13:00
guava
Collections
FluentIterable
Spring Security 2.0 多登录入口的实现与配置
链接地址:http://www.xx
566
.com/detail/170.html SpringSecurity是著名的安全权限框架,之前也粗劣的研究过,不过由于其的强大和复杂,最终舍弃并投入了
Realfighter
·
2014-11-28 13:00
spring
配置
Security
多登陆入口
Java反射将指定的JavaBean转换为Map集合
链接地址:http://www.xx
566
.com/detail/157.html 上一篇,Java反射获取Request请求中的参数并封装到指定的JavaBean中,我们通过EasyMock
Realfighter
·
2014-11-28 13:00
java
反射
map
javabean
Java反射获取Request请求中的参数并封装到指定的JavaBean
链接地址:http://www.xx
566
.com/detail/156.html 上一篇,Java反射解析XML字符串并封装到指定的JavaBean中,我们介绍了在使用第三方接口时经常需要用到的一些
Realfighter
·
2014-11-28 12:00
java
反射
解析
request
Java反射解析XML字符串并封装到指定的JavaBean
链接地址:http://www.xx
566
.com/detail/155.html 在日常的工作中,我们经常需要处理xml格式的字符串,比如:调用第三方接口返回xml信息,需要解析xml获取相应的结果信息
Realfighter
·
2014-11-28 12:00
java
反射
解析xml
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他