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
explained
Sql_Handle and Plan_Handle
Explained
Forbatches,theSQLhandlesarehashvaluesbasedontheSQLtext.Fordatabaseobjectssuchasstoredprocedures,triggersorfunctions,theSQLhandlesarederivedfromthedatabaseID,objectID,andobjectnumber.plan_handleisahash
liuwangie
·
2014-06-04 15:00
How the web works: HTTP and CGI
explained
IntroductionAboutthistutorialThisisanattempttogiveabasicunderstandingofhowthewebworksandwaswrittenbecauseIsawsomanyarticlesonvariousnewsgroupsthatplainlyshowedthatpeopleneededtolearnthis.Notknowingofa
小小鸟你妈
·
2014-05-26 11:51
protocol
article
because
receive
explained
[转] Java bridge methods
explained
原文: http://stas-blogspot.blogspot.com/2010/03/java-bridge-methods-
explained
.html Bridge methods in
莫唐莫
·
2014-05-19 09:00
java
jvm
Perl单行命令 四 - Numbering
注:该文写作来自于perl-one-liners-
explained
这本书,感兴趣的童鞋可以搜索,然后去购买,大概9美元还是多少来着。该作者还有awk和sed系列的单行命令书。
yexiaobai
·
2014-05-13 00:00
perl
perl-命令行
RAID 0, RAID 1, RAID 5, RAID 10
Explained
with Diagrams
RAIDstandsforRedundantArrayofInexpensive(Independent)Disks.OnmostsituationsyouwillbeusingoneofthefollowingfourlevelsofRAIDs.RAID0RAID1RAID5RAID10(alsoknownasRAID1+0)Thisarticleexplainsthemaindifferenc
小小鸟你妈
·
2014-04-28 19:15
Difference
Understand
remember
following
represents
Item 61: Throw exceptions appropriate to the abstraction
Higher layers should catch lower-level exceptions and, in their place, throw exceptions that can be
explained
leonzhx
·
2014-04-23 17:00
利用集群因子优化
createindexEND_DT_IDX1onF_AGT_BUSINESS_CONTRACT_H(end_dt); SQL>explainplanforselect*fromF_AGT_BUSINESS_CONTRACT_Htwheret.end_dt=date'2999-12-31';
Explained
zhaoyangjian724
·
2014-03-31 10:00
Single Sign-On
Explained
/SSO释义
什么是SSO?SSO是一个缩写为“单点登录”。有各种形式的单点登录与最常见的是企业单点登录(ESSO)和Web单点登录(WSSO)。每个方法都采用不同的技术,以减少用户必须输入自己的用户名/密码,以获得对受保护资源的访问次数。注:有不同的分支从WSSO实现的-最显着的是利用代理或门户服务器作为身份验证和授权的中心点。 whatisSSO? SSOisanacronymfor“SingleSign-
CsethCRM
·
2014-03-07 08:00
理解 Objective-C 的 ARC
objc-automatic-reference-counting-in-xcode-explainedhttp://longweekendmobile.com/2011/09/07/objc-automatic-reference-counting-in-xcode-
explained
gaoguoxin2
·
2014-03-05 12:00
Oracle查看SQL语句的执行计划
一、explainplanfor方法SQL>explainplanforselect*fromdept;
Explained
.
ceclar123
·
2014-02-20 14:00
A CAMERA’S SENSITIVITY TO LIGHT
EXPLAINED
, AND HOW TO USE IT
WHATISISO?ACAMERA’SSENSITIVITYTOLIGHTEXPLAINED,ANDHOWTOUSEITBy DrewPrindle — August31,201311598675Ifyou’rerelativelynewtodigital photography,makingsenseofallthelingoandacronymscanbearatherdauntingt
killmice
·
2014-02-12 10:00
比特币新手教程
原文链接:http://mylinuxbook.com/
explained
-bitcoins-for-beginners/ 比特币是一种无中心的数字货币,它使用p2p(对等网络)技术来实现其经营,
cidplp
·
2014-01-07 22:14
ORACLE中查看SQL执行计划的几种方法
方法1:explainfor; select*fromtable(dbms_xplan.display); 例如:SQL>explainplanforselect*fromt2;
Explained
.SQL
bfc99
·
2013-12-21 21:24
oracle
执行计划
EXPLAIN
Netty源码学习-Java-NIO-Reactor
Pattern 了解这个模式对学习Netty非常有帮助 参考以下两篇文章: http://jeewanthad.blogspot.com/2013/02/reactor-pattern-
explained
-part
bylijinnan
·
2013-12-19 18:00
java
多线程
netty
ORACLE学习笔记系列(2)解决 SQLPLUS分析SQL语句出现 'PLAN_TABLE' is old version
' is old version 解决方法: 删除plan_table重建 SQL>explain plan for select * from users;
Explained
weishaoxiang
·
2013-12-15 14:00
oracle学习
ORACLE学习笔记系列(2)解决 SQLPLUS分析SQL语句出现 'PLAN_TABLE' is old version
' is old version 解决方法: 删除plan_table重建 SQL>explain plan for select * from users;
Explained
weishaoxiang
·
2013-12-15 14:00
oracle学习
31 种选择器用法
其他 CSS3 选择器用法请查看 CSS3 selectors
explained
这篇文章,此外,W3C CSS3 选择器官方
zhanghh315
·
2013-11-23 21:00
css
[Effective WX] wx的UI UnitTest
explained
在wx2.9.4中,wx支持了UIUnitTest。我们来看下这个framework是如何实现的UIUnitTest1.wxUIActionSimulator类wxUIActionSimulator类利用不同平台的API(windows:win32api,linux:X11)实现了基本事件发送机制。1).鼠标相关事件,2).键盘按键相关事件boolMouseMove(longx,longy); b
zero_lee
·
2013-11-05 16:00
Bash One-Liners
Explained
(一):文件处理
原文出处: PeterisKrumins 译文出处: 团子的小窝BashOne-LinersExplained 是一系列介绍Bash命令技巧的文章,由国外牛人 PeterisKrumins撰写。凭借扎实的功底和丰富的经验,作者总结了许多快速解决问题的技巧,并且每一条都只要用简洁的一行Bash命令就可以完成,同时每一行命令文中都给出了非常详尽的解释。PeterisKrumins是一位高产的博主,
jb19900111
·
2013-10-29 14:00
Bash One-Liners
Explained
(二):操作字符串
1.生成从a到z的字母表$echo{a..z}这一行命令用到了括号展开(Braceexpansion)功能,它可以用于生成任意的字符串。{x..y}是一个序列表达式,其中x和y都是单个字符,这个表达式展开后包含x与y之间的所有字符。运行上面的命令会生成从a到z的所有字母:echo{a..z} abcdefghijklmnopqrstuvwxyz2.生成从a到z的字母表,字母之间不包含空格$prin
jb19900111
·
2013-10-29 14:00
5.7 小结
Then the various message store implementations were
explained
and discussed,
jackyin5918
·
2013-10-24 11:00
小结
理解Linux系统负荷
http://www.ruanyifeng.com/blog/2011/07/linux_load_average_
explained
.html
爱国者
·
2013-10-20 15:00
linux
top
负载
Java8集合中的Lambda表达式
本文翻译自《Java 8
Explained
: Applying Lambdas to Java Collections》。
RayChase
·
2013-10-18 22:00
java
集合
lambda
Java8集合中的Lambda表达式
阅读更多本文翻译自《Java8
Explained
:ApplyingLambdastoJavaCollections》。Lambdas表达式是Java8的主题,在Java平台上我们期待了很久。
RayChase
·
2013-10-18 22:00
lambda
java
集合
Java8集合中的Lambda表达式
本文翻译自《Java 8
Explained
: Applying Lambdas to Java Collections》。
RayChase
·
2013-10-18 22:00
java
集合
lambda
Java8集合中的Lambda表达式
文章系本人原创,转载请保持完整性并注明出自《四火的唠叨》本文翻译自《Java8
Explained
:ApplyingLambdastoJavaCollections》。
四火
·
2013-10-18 12:00
java
集合
programming
lambda
Paradigms
1015_sql优化(delete)
setlinesize200 SQL>setpagesize0 SQL>explainplanforDELETEFROM"xxx".tb1_6500WHEREidvNOTIN(SELECTidvFROMbak.idv);
Explained
rgb_rgb
·
2013-10-15 16:00
Chapter 6 -- Caches
explained
Updated Jun 4, 2013 by lowas...
·
2013-10-10 21:00
cache
Android CPU governors
explained
AndroidCPUgovernorsexplained1:OnDemand2:OndemandX3:Performance 4:Powersave 5:Conservative 6:Userspace 7:MinMax8:Interactive9:InteractiveX 10:Smartass11:SmartassV212:Scary 13:Lagfree14:Smoothass15:Braz
bulreed
·
2013-09-25 18:00
Chapter 3 -- Ordering
Guava's fluent comparator class, Ordering,
explained
.
·
2013-09-23 16:00
order
Chapter 2 -- Preconditions
Using Guava's precondition checking utilities,
explained
.
·
2013-09-23 15:00
Condition
Oracle 利用10053处理不走索引语句一则
dd2a760b704e3936';执行计划:SQL>explainplanforselectcount(1)fromDW_PAGE_VIEW_FACTawherea.cookie_id='dd2a760b704e3936';
Explained
lihm0_1
·
2013-09-22 20:00
理解Linux系统负荷
系统也有2年多了,对Linux系统负载还是有点陌生,这里参考阮一峰的博客记录学习一下:http://www.ruanyifeng.com/blog/2011/07/linux_load_average_
explained
.html
zinss26914
·
2013-09-20 17:00
MVVM小记
这篇小记源自于codeproject上的一篇文章 http://www.codeproject.com/Articles/100175/Model-View-ViewModel-MVVM-
Explained
一文钱
·
2013-09-16 13:00
Top Ten One-Liners from CommandLineFu
Explained
Iloveworkingintheshell.Masteryofshellletsyougetthingsdoneinseconds,ratherthanminutesorhours,ifyouchosetowriteaprograminstead.InthisarticleI'dliketoexplainthe topone-liners fromthe commandlinefu.com.It
c__ilikeyouma
·
2013-09-11 10:00
linux
shell
How I
Explained
REST to My Wife
How I
Explained
REST to My Wife Ryan Tomayko How I
Explained
REST to My Wife Sunday, December 12,
gyc567
·
2013-07-25 22:00
EXPLAIN
Explained
: The Discrete Fourier Transform
转载自:http://web.mit.edu/newsoffice/2009/
explained
-fourier.html,讲解傅里叶变换及其应用的科普性文章。
godenlove007
·
2013-07-23 10:00
傅里叶变换
Dynamic Lotusscript
The basics are
explained
through some simple examples, after which two sugges
·
2013-07-04 22:00
dynamic
How to Prevent SQL Injection Attack (
Explained
with an Example)
http://www.thegeekstuff.com/2012/02/sql-injection-attacks/ThisarticleexplainsbasicsofSQLInjectionwithanexamplethatshowsSQLInjection,andprovidesmethodstopreventfromtheseattacks.Asthenamesuggests,thisat
feier7501
·
2013-06-22 22:00
Android Development: JavaScript Bridge Example – Fully
Explained
!
Inthissmartphonegeneration,weexpectedhaveafullbrowserfunctionalityinAPI;iOSSDKiscomingwithUIWebViewandAndroidhasWebView.Thismeans,developerisabletotakeadvantagethecoreengine,suchasJavaScriptparser.Thi
RationalGo
·
2013-06-10 00:00
C++ auto and decltype
Explained
ContentsIntroductionThe auto Keyword:TheBasicsThe auto Keyword:TheRestoftheStoryWhen auto IsNotaLuxuryThe decltype keyword:TheBasicsHow decltype DeducestheTypeofanExpression:Case1How decltype Deducest
CPP_CHEN
·
2013-05-31 22:00
C++ Rvalue References
Explained
Lastupdated:March2013ContentsIntroductionMoveSemanticsRvalueReferencesForcingMoveSemanticsIsanRvalueReferenceanRvalue?MoveSemanticsandCompilerOptimizationsPerfectForwarding:TheProblemPerfectForwardin
CPP_CHEN
·
2013-05-31 21:00
What do GC_FOR_MALLOC, GC_EXPLICIT, and other GC_* mean in Android Logcat?
what-do-gc-for-malloc-gc-explicit-and-other-gc-mean-in-android-logcat Another place where the Dalvik garbage collector messages are
explained
gybin
·
2013-05-21 11:00
android
WCF endpoint binding address contract
brilliantarticlehttp://www.c-sharpcorner.com/uploadfile/pjthesedays/wcf-service-binding-
explained
/
lein_wang
·
2013-05-09 14:54
WCF
AMQP 0-9-1 Model
Explained
High-levelOverviewofAMQP0-9-1andtheAMQPModelWhatisAMQP?AMQP(AdvancedMessageQueuingProtocol)isanetworkingprotocolthatenablesconformingclientapplicationstocommunicatewithconformingmessagingmiddlewarebro
Scape1989
·
2013-05-08 23:00
【道森试听】执行计划+光标移动大法——落落
createtabletestasselect*fromdba_objects;Tablecreated.查看执行计划SQL>explainplanforselectcount(*)fromtest;
Explained
.SQL
sharqueen
·
2013-04-18 09:00
oracle
执行计划
光标移动大法
DPI and PPI
Explained
Thereseemstobeagreatdealofconfusionamongmanypeopleregardingtheuseofsometermsindigitalimaging.OneofthemorecommonsourcesofconfusionisthedifferencebetweenDPIandPPI.ThemainproblemwiththisisthatDPI(dotsper
红猎人
·
2013-04-12 11:00
跟媳妇解释面向对象设计
(译)跟媳妇解释面向对象设计Thisarticleisfromhttp://www.codeproject.com/Articles/93369/How-I-
explained
-OOD-to-my-wife
天下事有难易乎
·
2013-03-11 18:00
Oracle Database Undo space
explained
OracleDatabaseUndospaceexplainedIanHoogeboom29Aug2010inOracle14CommentsInthisblogpostIwilltalkaboutthebasicworkingsofAutomaticUndoManagement,whichcancauseORA-01555andORA-30036issues.ThescopeisAutomati
yexianyi
·
2013-03-11 16:00
查看 linux系统 负荷
查看linux系统负荷一、工具uptime二、参考资料http://www.ruanyifeng.com/blog/2011/07/linux_load_average_
explained
.html
勇燕文房
·
2013-03-02 11:00
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他