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
geeks
Minor GC、Major GC和Full GC之间的区别
本文由 ImportNew - 光光头去打酱油 翻译自 javacode
geeks
。欢迎加入翻译小组。转载请见文末要求。
zhushuai1221
·
2016-05-18 16:00
java垃圾回收算法
java8新特性(终极版)
在JavaCode
Geeks
上已经有很多介绍Java8新特性的文章,例如PlayingwithJava8–LambdasandConcurrency、Java8DateTimeAPITutorial:LocalDateTime
u014756517
·
2016-05-13 15:00
python re.compile(?P)
geeks
quiz网站提供代码题,可用于自测一门语言的掌握情况,今天做python的题有了有趣的发现——原来正则还可以这样写>>>sentence='catsarefast'regex=re.compile
Sugeei
·
2016-05-08 10:03
python
python re.compile(?P
)
geeks
quiz网站提供代码题,可用于自测一门语言的掌握情况,今天做python的题有了有趣的发现——原来正则还可以这样写>>>sentence='catsarefast' regex=re.compile
huxian370
·
2016-05-08 10:00
背包问题
原文链接:javacode
geeks
翻译:ImportNew.com-hejiani译文链接:http://www.importnew.com/13072.html背包问题问题假定背包的最大容量为W,N
u012150590
·
2016-05-05 15:00
Java中的静态类以及嵌套类
原文地址: http://www.
geeks
for
geeks
.org/static-class-in-java/Java中的静态类 http://tutorials.jenkov.com
Revivedsun
·
2016-05-03 00:00
java
静态内部类
嵌套类
在有向无环图中求最长路径
原文地址:http://www.
geeks
for
geeks
.org/find-longest-path-directed-acyclic-graph/给定一个带权有向无环图及源点S,在图中找出从S出发到图中其它所有顶点的最长距离
FserSuN
·
2016-04-30 16:10
算法学习
在有向无环图中求最长路径
原文地址:http://www.
geeks
for
geeks
.org/find-longest-path-directed-acyclic-graph/给定一个带权有向无环图及源点S,在图中找出从S出发到图中其它所有顶点的最长距离
Revivedsun
·
2016-04-30 16:00
使用后台进程和Shutdown Hook友好地关闭Tomcat
链接:http://www.importnew.com/6255.html 本文由ImportNew-唐尤华翻译自javacode
geeks
。欢迎加入翻译小组。转载请见文末要求。
usench
·
2016-04-29 12:00
tomcat
钩子
六种微服务架构的设计模式
前不久,JavaCode
Geeks
发表了一篇文章,分析单体应用与微服务的优缺点。近日,该网站又发表了一篇文章,提供了六种微服务架构的设计模式。
李景枫
·
2016-04-28 15:00
java基础学习(2)
原文链接:javacode
geeks
翻译:ImportNew.com-miracle1919译文链接:http://www.importnew.com/10980.html本文我们将要讨论Java面试中的各种不同类型的面试题
yywan1314520
·
2016-04-20 22:00
java
SUSE Linux设置时区
发现服务器date命令后出来的时间总是PDT,参考http://www.the
geeks
tuff.com/2010/09/change-timezone-in-linux/设置了/etc/localtime
coder_xia
·
2016-04-19 23:02
Linux
微服务架构的设计模式
前不久,JavaCode
Geeks
发表了一篇文章,分析单体应用与微服务的优缺点。近日,该网站又发表了一篇文章,提供了六种微服务架构的设计模式。
李景枫
·
2016-04-17 20:00
设计模式
微服务
微服务架构的设计模式与使用到的基础框架
微服务架构的设计模式前不久,JavaCode
Geeks
发表了一篇文章,分析单体应用与微服务的优缺点。近日,该网站又发表了一篇文章,提供了六种微服务架构的设计模式。
he90227
·
2016-04-14 19:00
【转】细数JDK里的设计模式
程老师原文:http://flychao88.iteye.com/blog/2030776原文出处: javacode
geeks
译文出处: deepinmind结构型模式:适配器模式:用来把一个接口转化成另一个接口
bohu83
·
2016-04-11 18:00
C和C++中void*的区别
C和C++中void*的区别 本文翻译自:http://www.
geeks
for
geeks
.org/g-fact-12-2/ translatedByqianghaohao
qianghaohao
·
2016-04-11 14:00
C++
C语言
void指针
C和C++中void指针的区别
C++中如何在main函数体为空的情况打印出字符串"
Geeks
for
Geeks
"
C++中在main函数体为空的情况打印出字符串"
Geeks
for
Geeks
" 本文翻译自:http://www.
geeks
for
geeks
.org/print-
geeks
for
geeks
-empty-main-c
qianghaohao
·
2016-04-11 12:00
C++
函数体为空的main函数
空的main函数打印字符串
[置顶] 最长递增子序列
(1)动态规划O(N^2)复杂度(2)O(NLogN)优化算法参见文章:http://www.
geeks
for
geeks
.org/longest-monotonically-increasing-subsequence-size-n-log-n
ouyangjinbin
·
2016-04-06 15:00
算法
Codeforces Round #251(Div. 2) 439D. Devu and his Brother 枚举
D.DevuandhisBrothertimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputDevuandhisbrotherloveeachotheralot.Astheyaresuper
geeks
u013068502
·
2016-04-05 19:00
codeforces
【译】Java 8的新特性—终极版
在JavaCode
Geeks
上已经有很多介绍Java8新特性的文章,例如P
tanggao1314
·
2016-03-30 18:00
Java 8 新特性终极版
在JavaCode
Geeks
上已经有很多介绍Java8新特性的文章,例如PlayingwithJava8–LambdasandConcurrency、Java8DateTimeAPITutorial:LocalDateTime
sinat_27615265
·
2016-03-30 10:00
六种微服务架构的设计模式
原文地址:http://my.oschina.net/sourcecoding/blog/496068前不久,JavaCode
Geeks
发表了一篇文章,分析单体应用与微服务的优缺点。
u013510614
·
2016-03-30 10:00
Java 8的新特性—终极版
在JavaCode
Geeks
上已经有很多介绍Java8新特性的文章,例如P
u012992171
·
2016-03-25 13:00
个人博客
个人博客(本站点链接均来自网络,如有疑问,请留言)暗月博客尼古拉斯复仇博客seaynote小凯情吾爱漏洞LcyDc3lostwolfVER007维基博客
Geeks
ecer花刺水木苍狼飞鹰/a>Darkleesec
enjoy5512
·
2016-03-17 23:00
博客
Java 8 新特性终极版指南详解
在JavaCode
Geeks
上已经有很多介绍Java8新特性的文章,例如PlayingwithJava8�CLambdasandConcurrency、Java8DateTimeAPITutorial:
杜琪
·
2016-03-17 11:42
Linux sed Examples
原文地址:https://www.systemcode
geeks
.com/shell-scripting/bash/linux-sed-examples/?
一天不进步,就是退步
·
2016-03-15 16:00
【译】Java 8的新特性—终极版
在JavaCode
Geeks
上已经有很多介绍Java8新特性的文章,例如P
javaadu
·
2016-03-14 13:37
[geekfor
geeks
] Check if a binary tree is BST or not
题目链接:http://www.
geeks
for
geeks
.org/a-program-to-check-if-a-binary-tree-is-bst-or-not/Abinarysearchtree
qq508618087
·
2016-03-08 08:00
tree
binary
geeksforgeeks
Search and Sort
HeaderfileBinarysearchSelectionSearchBubblesortHeapsortInsertionsortSummaryIstudyDataStructureandAlgorithmin
Geeks
for
Geeks
andplaywiththealgorithmsinC.Inthispart
klaas
·
2016-03-07 22:00
算法
结构
这里可以买到 | 情趣啪啪表
(严肃脸)所以,哥哥,你得用这个,一款能记录并分享你逆天性爱数据的智能设备——是的,我说的就是“情趣啪啪表”:西班牙
geeks
!
爱稀奇
·
2016-03-07 00:00
[置顶] 网站保存
www.sunsetlakesoftware.com/2011/05/08/enhancing-molecules-using-opengl-es-20 http://www.objccn.io/issue-21-7/http://www.
geeks
3d.co
jaccen
·
2016-02-26 17:00
RecyclerView CardView的基本使用
参考:http://www.javacode
geeks
.com
田瞩
·
2016-02-22 11:07
Android
java8新特性全面解析
在JavaCode
Geeks
上有大量的关于Java8的教程了,像玩转Java8——lambda与并发,Java8DateTimeAPI教程:LocalDateTime和在Java8中抽象类与接口的比较。
目马
·
2016-02-22 11:00
Java Secret: Using an enum to build a State machine(Java秘术:用枚举构建一个状态机)
原文链接:http://www.javacode
geeks
.com/2011/07/java-secret-using-enum-to-build-state.html作者:PeterLawrey 译者
gcczhongduan
·
2016-02-20 11:00
ACM/ICPC 之 一道不太简单的DP面试题(
Geeks
for
geeks
)
题面来源:
geeks
for
geeks
/1993题解:
geeks
for
geeks
题目简述:给一个m*n的矩阵,计算从(1,1)到(m,n)的所有不回退路径中,经过k次转向后的路径有多少条输入T个样例,每个样例三个数据
文字失效
·
2016-02-13 19:00
Geeks
for
Geeks
统计一个数组中的相反的数的对数
原帖在这里使用mergesort的方法naive的方法是O(n2)可以利用mergesort提升到O(nlogn)http://www.
geeks
for
geeks
.org/counting-inversions
伊萨卡钢琴家
·
2016-02-08 07:34
GeeksforGeeks
EGO2015盘点
EGO(Extra
Geeks
'Oganization),是极客邦科技旗下高端技术人聚集和交流的组织,由I
EGO
·
2016-02-03 00:00
linux之grep
http://www.the
geeks
tuff.com/2009/03/15-practical-unix-grep-command-examples/首先创建我们练习grep命令时需要用到的demo文件
头痛不头痛
·
2016-02-01 10:00
程序员练级网站
www.hackerrank.com/纯粹的做题、比赛升级很多大公司招聘的做题环节也在这里一个比较公平竞争(至少理论上如此)的网站https://leetcode.com/似乎与hackerrank类似http://www.
geeks
for
geeks
.org
bxprog
·
2016-01-28 16:55
职业生涯
自我修炼
Java EE7和Maven工程入门(1)
本文由ImportNew-miracle1919翻译自javacode
geeks
。欢迎加入翻译小组。转载请见文末要求。目录一个简单Maven工程的结构为什么?
听说你在这里
·
2016-01-26 14:37
Maven
构建Maven工程
maven
LeetCode264. Ugly Number II
http://www.
geeks
for
geeks
.org/ugly-numbers/可以参考这个很详细哒。根据动态规划的思想,当前的丑数肯定是由之前某个丑数乘2或乘3或乘4得
codeTZ
·
2016-01-24 14:00
LeetCode
动态规划
双指针
Zend Studio 插件 OpenExplorer
http://www.
geeks
o.com/OpenExplorerPlugin/1/1/插件介绍OpenExplorer是一款打开导进来的项目文件或文件夹所在磁盘的位置的插件。
hbiao68
·
2016-01-13 09:00
Shell脚本-良好的习惯
原文:http://www.javacode
geeks
.com/2013/10/shell-scripting-best-practices.html#BP11翻译:aven大多数编程语言都有一系列使用该语言编码需要遵循良好的编程习惯
Oo熊小猫oO
·
2016-01-08 10:00
linux下curl指令常见使用
转自:http://www.the
geeks
tuff.com/2012/04/curl-examples/下载单个文件,默认将输出打印到标准输出中(STDOUT)中curl http://www.centos.org
stalena
·
2016-01-07 12:57
linux
curl
反反爬虫的招数
Thereisnomagicsolutiontoavoidautomaticcrawling.Everytingahumancando,arobotcandoittoo.Thereareonlysolutionstomakethejobharder,sohardthatonlystrongskilled
geeks
maytr
Sinsa_SI
·
2015-12-31 15:57
工作经验记录
反欺诈概念库
反反爬虫的招数
Thereisnomagicsolutiontoavoidautomaticcrawling.Everytingahumancando,arobotcandoittoo.Thereareonlysolutionstomakethejobharder,sohardthatonlystrongskilled
geeks
maytr
·
2015-12-31 15:00
爬虫
反爬虫
反反爬虫
Redis学习
UsingRediswithSpring很不错的文章http://www.javacode
geeks
.com/2012/06/using-redis-with-spring.html
fengxinziyangyang
·
2015-12-25 10:00
leetcode -- The Skyline Problem -- 难理解,关于heap
https://leetcode.com/problems/the-skyline-problem/基本没理解,再看看思路1divideandconquerhttp://www.
geeks
for
geeks
.org
xyqzki
·
2015-12-24 23:00
LeetCode
贪心算法(4)-最小生成树Prim算法
原文地址 http://www.acmerblog.com/prims-minimum-spanning-tree-mst-5786.html参考地址 http://www.
geeks
for
geeks
.org
a2459956664
·
2015-12-20 09:00
贪心算法(3)-霍夫曼编码
原文地址 http://www.acmerblog.com/greedy-huffman-coding-5388.html参考地址 http://www.
geeks
for
geeks
.org/greedy-algorithms-set
·
2015-12-20 09:00
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
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
其他