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
Data Structure Array: Maximum sum such that no two elements are adjacent
http://www.
geeks
for
geeks
.org/maximum-sum-such-that-no-two-elements-are-adjacent/ 1 #include <iostream
·
2015-11-13 10:47
element
Data Structure Array: Find the Missing Number
http://www.
geeks
for
geeks
.org/find-the-missing-number/ 1. use sum formula, O(n), O(1) 2. use XOR, O(
·
2015-11-13 10:46
number
Data Structure Array: Program for array rotation
http://www.
geeks
for
geeks
.org/array-rotation/ O(n), O(1) 1 #include <iostream> 2 #include
·
2015-11-13 10:46
struct
Data Structure Binary Search Tree: Find k-th smallest element in BST (Order Statistics in BST)
http://www.
geeks
for
geeks
.org/find-k-th-smallest-element-in-bst-order-statistics-in-bst/ 1 #include
·
2015-11-13 10:45
Binary search
Data Structure Binary Tree: Lowest Common Ancestor in a Binary Tree
http://www.
geeks
for
geeks
.org/lowest-common-ancestor-binary-tree-set-1/ 1 #include <iostream>
·
2015-11-13 10:44
binary
Data Structure Binary Tree: Print ancestors of a given binary tree node without recursion
http://www.
geeks
for
geeks
.org/print-ancestors-of-a-given-binary-tree-node-without-recursion/ 1 #include
·
2015-11-13 10:43
binary
Data Structure Binary Tree: Convert a given Binary Tree to Doubly Linked List
http://www.
geeks
for
geeks
.org/in-place-convert-a-given-binary-tree-to-doubly-linked-list/ 1 #include
·
2015-11-13 10:43
convert
Data Structure Binary Tree: Iterative Postorder Traversal
http://www.
geeks
for
geeks
.org/iterative-postorder-traversal-using-stack/ 1 #include <iostream>
·
2015-11-13 10:42
binary
Data Structure Binary Tree: Morris traversal for Preorder
http://www.
geeks
for
geeks
.org/morris-traversal-for-preorder/ 1 #include <iostream> 2 #include
·
2015-11-13 10:41
binary
Data Structure Binary Tree: Largest Independent Set Problem
http://www.
geeks
for
geeks
.org/largest-independent-set-problem/ 1 #include <iostream> 2 #include
·
2015-11-13 10:41
binary
Data Structure Binary Tree: Construct Full Binary Tree from given preorder and postorder traversals
http://www.
geeks
for
geeks
.org/full-and-complete-binary-tree-from-given-preorder-and-postorder-traversals
·
2015-11-13 10:40
binary
Data Structure Binary Tree: Boundary Traversal of binary tree
http://www.
geeks
for
geeks
.org/boundary-traversal-of-binary-tree/ 1 #include <iostream> 2 #include
·
2015-11-13 10:39
binary
Data Structure Graph: cycle in a directed graph
geeks
上的解答复杂了些,用回溯就行了 1 #include <iostream> 2 #include <vector> 3 #include <algorithm
·
2015-11-13 09:14
struct
Data Structure Trie: suffix problem
http://www.
geeks
for
geeks
.org/suffix-array-set-1-introduction/ http://www.
geeks
for
geeks
.org/pattern-searching-set
·
2015-11-13 09:13
struct
Learn how to write a Regular Expression:
write a Regular Expression: --------------------------------------------------------------- http://
geeks
withblogs.net
·
2015-11-13 08:26
WPF Radio button的解决方案
WPF Radio button的解决方案WPF中的Radio button有bug,不能进行data binding.http://
geeks
withblogs.net/claraoscura
·
2015-11-13 08:46
button
Android 多线程注意事项
参考:http://blog.csdn.net/x86android/article/details/14161981 http://
geeks
un.iteye.com/blog/1447708
·
2015-11-13 04:02
android
15条SQLite3语句
转自:http://www.the
geeks
tuff.com/2012/09/sqlite-command-examples/ SQLite3 is very lightweight
·
2015-11-13 01:39
sqlite3
15条SQLite3语句
15条SQLite3语句 转自:http://www.the
geeks
tuff.com/2012/09/sqlite-command-examples/ SQLite3
·
2015-11-13 00:17
sqlite3
java 注解
我们已经在Java Code
Geeks
提供了丰富的教程, 如CreatingYourOwnJavaAnnotations, JavaA
·
2015-11-12 21:00
PostgreSQL安装的问题
http://www.
geeks
cribes.net/blog/2009/04/22/postgresql-database-cluster-initialisation-failed-solution
ivolianer
·
2015-11-12 20:00
Google的Guava工具类splitter和apache stringutil对比 编辑
guava中居然也有字符串的分隔类splitter的,在 http://code.google.com/p/guava-libraries/中可以下载,其中在老外的 http://www.javacode
geeks
.com
·
2015-11-12 18:19
apache
Guava 15新特性介绍
原文:http://www.javacode
geeks
.com/2013/10/guava-15-new-features.html Guava 是众所周知的google出品的开源工具包,十分好用,本月退出了
·
2015-11-12 18:18
guava
6个Linux chkconfig命令实例 - 增加,删除,查看和修改services的自动启动选项
翻译自:http://www.the
geeks
tuff.com/2011/06/chkconfig-examples/ 注意:service的安装目录在/etc/rc.d/init.d
·
2015-11-12 16:20
chkconfig
进程内存空间
http://www.perf
geeks
.com/?p=723 http://www.perf
geeks
.com/?
·
2015-11-12 14:34
内存
android audio
package com.javacode
geeks
.android.audiocapturetest; import java.io.IOException; import android.media.MediaPlayer
·
2015-11-12 13:22
android
android组件
/archive/2012/09/16/2687929.html autocompletetextview //不好懂 http://examples.javacode
geeks
.com
·
2015-11-12 13:21
android
很好的资源 for android
//texttospeach http://examples.javacode
geeks
.com/android/core/text-to-speech/android-text-to-speech-application
·
2015-11-12 13:19
android
android程序连接网络出现android.os.NetworkOnMainThreadExceptionat
原因:是涉及到url操作的时候,访问网络不能在主程序中运行 解决:参考【http://
geeks
un.iteye.com/blo
·
2015-11-12 13:28
exception
15个Rsync命令实例
翻译自: http://www.the
geeks
tuff.com/2010/09/rsync-command-examples/ rsync stands
·
2015-11-12 12:16
rsync
Linux启动的6个阶段
转自: http://www.the
geeks
tuff.com/2011/02/linux-boot-process/ Press the power button
·
2015-11-12 12:14
linux
百度缓存
参看: http://www.
geeks
o.com/Cache-control/ cach-control为返回给浏览器的头信息。
·
2015-11-11 17:03
百度
分布式缓存系统 Memcached 入门
本文转载自 http://www.
geeks
o.com 维基百科上对 Memcached 的介绍是一个分布式的缓存系统, 但是 Memcachd 到底是什么意思,有什么作用呢?
·
2015-11-11 17:29
memcached
zend
转发请标明转自http://www.
geeks
o.com/ZendStudio100/以下方法仅供技术交流学习,请勿非法使用,如长期使用请支持购买正版。
·
2015-11-11 10:30
Zend
zend studio常见问题解答
1.如何实现zend studio成为注册版请点击查看此链接http://www.
geeks
o.com/ZendStudio100/ 2.如何将zend studio的默认GBK编码设置为其它编码,例如
·
2015-11-11 08:53
Zend
关于PhpDE zend ide破解方式
1.文件和汉化文件 ZendStudio官方下载地址:http://www.
geeks
o.com/component/zendstudio-downloads/ 百度云地址: 10.0.0.msi文件:
·
2015-11-11 08:52
Zend
How to add controls in asp.net dynamically
Reference: http://
geeks
withblogs.net/QuandaryPhase/archive/2008/10/23/asp.net-alternatives-to-dynamic-controls
·
2015-11-11 07:54
asp.net
Geeks
Interview Question: Ugly Numbers
Ugly numbers are numbers whose only prime factors are 2, 3 or 5. The sequence1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, …shows the first 11 ugly numbers. By convention, 1 is included.Write a program to find
·
2015-11-11 03:11
interview
String.Replace() in XSLT
from:http://
geeks
withblogs.net/Erik/archive/2008/04/01/120915.aspx Here's a sample template that lets
·
2015-11-11 02:10
replace
How to Create Multilingual Webpart in SharePoint 2010? Use Localization in Globalization.
[转] http://
geeks
withblogs.net/venkatx5/archive/2010/12/14/how-to-create-multilingual-webpart-in-sharepoint
·
2015-11-11 01:02
SharePoint
Install Apache 2 from Source on Linux
From http://www.the
geeks
tuff.com/2008/07/install-apache-2-from-source-on-linux/ All Linux distributions
·
2015-11-10 21:40
Install
Facebook 的 PHP 性能与扩展性
近期这个
geekS
essions 站点上看到 Facebook 的 Lucas Nealan 分享的文档比较有参考价值。
·
2015-11-09 13:26
Facebook
Geeks
- Detect Cycle in a Directed Graph 推断图是否有环
Detect Cycle in a Directed Graph 推断一个图是否有环,有环图例如以下: 这里唯一注意的就是,这是个有向图, 边组成一个环,不一定成环,由于方向能够不一致。 这里就是添加一个数组保存当前已经訪问过的路径信息 recStack[]; 而visited[]数组是訪问过的点的信息,两者作用是不一样的。 知道这个知识点,这道题就非常easy了。
·
2015-11-09 13:14
Graph
zendstudio 10下载汉化
1.文件和汉化文件 ZendStudio官方下载地址:http://www.
geeks
o.com/component/zendstudio-downloads/ 百度云地址
·
2015-11-09 12:12
Zend
[LintCode] Continuous Subarray Sum II
Hereisagreatexplanation:http://www.
geeks
for
geeks
.org/maximum-contiguous-circular-sum/Sotherearetwopossibleanswerstot
u012175043
·
2015-11-09 11:00
lintcode
mybatis+spring配置
可参考:http://www.javacode
geeks
.com/2014/02/building-java-web-application-using-mybatis-with-spring.html
sunada
·
2015-11-08 21:00
首发Zend Studio 10.6正式版注册破解(2014-02-06更新)
转发请标明转自http://www.
geeks
o.com/ZendStudio100/以下方法仅供技术交流学习,请勿非法使用,如长期使用请支持购买正版。
·
2015-11-08 16:38
Zend
Keeping up with Technology
文章转自:http://
geeks
withblogs.net/kennedysteve/archive/2011/03/06/keeping-up-with-technology.aspx 如果你也像我一样
·
2015-11-08 09:56
ping
Minimum Window Substring @LeetCode
参考了许多资料: http://leetcode.com/2010/11/finding-minimum-window-in-s-which.html http://www.
geeks
for
geeks
.org
·
2015-11-07 12:56
substring
print all permutations of a given string
http://www.
geeks
for
geeks
.org/write-a-c-program-to-print-all-permutations-of-a-given-string/ A permutation
·
2015-11-07 10:22
String
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他