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
Understand
Scientific Toolworks
Understand
for linux 的下载
版本:
Understand
-3.0.62932位系统:LINUX下载路径:part1:http://download.csdn.net/detail/look85/4575712pa
xinjie1224
·
2015-07-25 08:00
Understand
JSBinding + SharpKit / Supporting Coroutine
First, I suggest you read this page to
understand
coroutine scheduling: http://wiki.unity3d.com
·
2015-07-23 17:00
coroutine
Nasm Intro -
Understand
nasm by OpenH264 WelsCPUId
;****************************************************************************************************; voidWelsCPUId(int32_tuiIndex,int32_t*pFeatureA,int32_t*pFeatureB,int32_t*pFeatureC,int32_t*pFeat
fanbird2008
·
2015-07-20 16:00
assembly
Secure REST API and Mobile(1)Document Read and
Understand
OAUTH2
Secure REST API and Mobile(1)Document Read and
Understand
OAUTH2 I used to use OAuth1 before, but
sillycat
·
2015-07-14 00:00
document
[LeetCode] Median of Two Sorted Arrays
Spend some time reading it and make sure you
understand
it. It is very helpful.
·
2015-07-03 23:00
LeetCode
[LeetCode] Kth Smallest Element in a BST
The original code may be hard to
understand
at first and I have rewritten the code below.
·
2015-07-02 11:00
LeetCode
[Algorithms] KMP
KMP is a classic and yet notoriously hard-to-
understand
algorithm.
·
2015-06-19 15:00
algorithms
Spark JDBC(1)MySQL Database RDD
Spark JDBC(1)MySQL Database RDD Try to
understand
how the JDBCRDD work on Spark.
sillycat
·
2015-06-13 14:00
database
Understand
Lambda Expressions in 3 minutes(翻译)
本文翻译自CodeProject上的一篇简单解释Lambda表达式的文章,适合新手理解。译文后面我补充了一点对Lambda表达式的说明。1.什么是Lambda表达式?Lambda表达式是一种匿名方法,多数情况下用来在LINQ中快速创建委托。简单地说,它代表一个没有被定义过的方法,比如没有访问修饰符、没有返回值声明也没有方法名称。2.我们为什么需要Lambda表达式?(为什么我们需要定义一个没有方法
IT周见智
·
2015-06-05 17:00
Java Web 服务: WSDL 1.1 理解与建模
http://www.ibm.com/developerworks/cn/java/j-jws20/index.html#
understand
企业应用程序的Web服务很大程度上依赖于服务定义的使用。
gjb724332682
·
2015-06-01 14:00
tslib移植-selected device is not a touchscreen I
understand
错误解决
这篇文章必须要写,因为昨天移植了触摸屏的驱动后又移植了tslib,拷到开发板上运行后出现了这个错误,更恐怖的是花了一个晚上的时间,早上来实验室才弄好,网上找了好多这个错误的解决方法,很多都不是蛮详细的,都比较不适合我们新手去看。 不过千辛万苦的是找到了这个博客,最后帮助我解决了,大家可以参考一下 http://blog.csdn.net/zhaocj/article/details/3752211
liuzijiang1123
·
2015-05-17 12:00
.net SemaphoreSlim multi Thread controller
http://stackoverflow.com/questions/20056727/need-to-
understand
-the-usage-of-semaphoreslimasyncTaskWorkerMainAsync
lglgsy456
·
2015-04-14 13:00
Understand
wave format, and implement a wave reader
Ifoundthereisnodetaildiscussionforextradataofwaveformat.HereIpostaexplicit(formyself)waveheaderinbelow:Dataineachcolumnareallinlittleendian.SampleValuesizeinbyteDescriptionoffsetChunkID4Marksthefileas
u013606170
·
2015-04-02 12:00
audio
Counting Sort
Let us
understand
it with the help of an example.
yuanhsh
·
2015-03-29 13:00
count
Counting Sort
Let us
understand
it with the help of an example.
yuanhsh
·
2015-03-29 13:00
count
git入门教程
今天找到一篇见过最好的git入门教程http://lostechies.com/joshuaflanagan/2010/09/03/use-gitk-to-
understand
-git/ 粘帖一些命令1
DavidBao
·
2015-03-26 12:00
Scientific Toolworks
Understand
Scientific Toolworks
Understand
是一款定位于代码阅读的软件。界面用Qt开发的。
·
2015-03-20 10:00
tool
计算机科学及编程导论 【第一课】数据类型,运算,变量
麻省理工学院:计算机科学及编程导论【第一课】数据类型,运算,变量Skills:Computationalthinking 计算思维
Understand
code
kira2will
·
2015-03-17 13:00
计算机科学及编程导论 【第一课】数据类型,运算,变量
麻省理工学院:计算机科学及编程导论【第一课】数据类型,运算,变量Skills:Computationalthinking 计算思维
Understand
code
kira2will
·
2015-03-17 13:00
Understanding the WPF Layout System
Many people don't
understand
how the WPF layout system works, or how that knowledge can help them in
·
2015-03-13 19:00
System
理解Upstart
理解Upstart转自http://www.mike.org.cn/articles/
understand
-upstart/Ubuntu从6.10开始逐步用Upstart()代替原来的SysVinit进行服务进程的管理
skykingf
·
2015-02-26 17:00
tcp/ip协议listen函数中backlog参数的含义与php-fpm的502 Bad Gateway
To
understand
the backlog argument, we must realize that for a given listening socket, the kernel maintains
·
2015-02-11 13:00
backlog
JavaScript Variable Scope and Closure(闭包)
javascript.info/tutorial/initializationhttp://javascript.info/tutorial/closureshttp://javascriptissexy.com/
understand
-javascript-closures-with-ease
darrenzhu
·
2015-02-11 09:00
闭包
closure
javascript
variable
scope
JavaScript Variable Scope and Closure(闭包)
javascript.info/tutorial/initializationhttp://javascript.info/tutorial/closureshttp://javascriptissexy.com/
understand
-javascript-closures-with-ease
darrenzhu
·
2015-02-11 09:00
JavaScript
闭包
closure
variable
scope
JavaScript Variable Scope and Closure(闭包)
javascript.info/tutorial/initializationhttp://javascript.info/tutorial/closureshttp://javascriptissexy.com/
understand
-javascript-closures-with-ease
darrenzhu
·
2015-02-11 09:00
JavaScript
闭包
closure
variable
scope
Use gitk to
understand
git
Postedby JoshuaFlanagan on September3,2010Movingfromsubversiontogitcanbeastruggle,tryingtounderstandwhattermslikecheckout,commit,branch,remote,rebaseallmeaninthegitworld.Ilearnedbyexperimentinginademo
qinyushuang
·
2015-02-06 09:00
git
Contrary to the answers here, you DON'T need to worry about encoding!
For those goals, I honestly do not
understand
why people keep telling you that you need the
·
2015-01-28 11:00
encoding
Understanding the Endeca CAS & EAC APIs
Introduction I’ve always felt that the best way to
understand
something is to take it apart and try
nicky19870612
·
2015-01-26 18:00
android activity
Understand
the Lifecycle Callback
Duringthelifeofanactivity,thesystemcallsacoresetoflifecyclemethodsinasequencesimilartoasteppyramid.Thatis,eachstageoftheactivitylifecycleisaseparatesteponthepyramid.Asthesystemcreatesanewactivityinsta
executor
·
2014-12-08 22:00
Dreamweaver 扩展开发: Calling a C++ function from JavaScript
After you
understand
how C-level extensibility works in Dreamweaver and its dependency on certain data
·
2014-11-07 23:00
Dreamweaver
Use gitk to
understand
git – merge and rebase
http://blog.csdn.net/jfkidear/article/details/14106725Thisisthesecondpartofmy Usegitktounderstandgit post.Inmyinitialoverview,Idemonstratedcreatingabranch,makingacouplecommitstothatbranch,andthenmergi
wangkaiblog
·
2014-11-06 10:00
Understand
for linux
download/index.php下载Linux版本2、解压到安装目录下:32位:gzip-cdUnderstand-3.1.677-Linux-32bit.tgz |tarxvf-64位:gzip-cd
Understand
parker1234
·
2014-10-30 10:00
代码阅读工具Scientific Toolworks
Understand
下载了代码阅读工具ScientificToolworksUnderstand,迫不及待用了一下,特别棒。尤其是能生成各种图表。对于全面掌控自己代码的结构很有帮助,并可据此编写更漂亮的调用关系。
unsv29
·
2014-10-25 21:00
图表
Understand
代码阅读
Understand
源代码分析工具
下载地址:http://www.verycd.com/topics/2882667/#theConUnderstand软件的功能主要定位于代码的阅读理解。界面用Qt开发的。具备如下特性:1、支持多语言:Ada,C,C++,C#,Java,FORTRAN,Delphi,Jovial,andPL/M,混合语言的project也支持2、多平台:Windows/Linux/Solaris/HP-UX/IR
0-1
·
2014-10-21 15:00
Understand
椭圆曲线加密的一些英文文章链接
relativelyeasytounderstand)primeronellipticcurvecryptographyhttp://arstechnica.com/security/2013/10/a-relatively-easy-to-
understand
-primer-on-elliptic-curve-cryptography
NealFeng
·
2014-10-19 17:00
Guidlines and rules About Overwriting hashCode()
It’s important when writing code to
understand
what are vague "guidelines&quo
·
2014-10-18 16:00
hashCode()
MULTICAST -
UNDERSTAND
HOW IP MULTICAST WORKS
MULTICAST-UNDERSTANDHOWIPMULTICASTWORKSWRITTENBYADMINISTRATOR.POSTEDIN NETWORKFUNDAMENTALS4.738095238111111 Rating4.74(42Votes)inShareTweetTounderstandwhatwearegoingtotalkabout,youmustbefamiliarwithho
zungyiu
·
2014-10-15 14:00
N-Armed Bandit Problem
Anicelink:http://blogs.adobe.com/digitalmarketing/personalization/
understand
-the-math-behind-it-all-the-n-armed-bandit-problem
g2s
·
2014-10-03 15:00
learning
learning
machine
Bandit
N-Armed
reinforcement
Oracle block and session
phone call from an annoyed user whose transaction just won't go through, or from a developer who can't
understand
FJJJ8
·
2014-09-19 18:00
oracle
DirectX 9.0c游戏开发手记之RPG编程自学日志之4: Preparing for the Book (准备工作)(下)
为了方便,我把本章的各小节标题再次列在下面:1、DirectX2、SettingUptheCompiler(设置编译器)3、GeneralWindowsProgramming(一般的Windows编程)4、
Understand
u011873969
·
2014-09-09 17:00
C++
RPG
游戏开发
DirectX
游戏编程
Understand
where we stand
互联网之于普通人你在何处,你都在网上;你孤身一人,你依然在世界之中兴趣与创造兴趣是创造的母亲,互联网的出现让普通人的兴趣与卓越和辉煌之间再没有沟壑与围墙。在互联网最初的发展中,爱好者的灵机一动修筑了互联网通往世界的万千路径。作为一个爱好者或者黑客,他们真正想做的事一件很酷的事情,他们只是想创造出一些独一无二的失去,在这过程中,爱好者群体里的相互竞争和比较让创新不断涌现。互联网企业与独立个性2004
JasonDing1354
·
2014-09-09 13:00
互联网
创新
lock free的理解
转自:http://www.isnowfy.com/
understand
-to-lock-free/以前一直不明白lockfree是什么,后来发现原来是完全理解错了概念,lockfree看到大家有的翻译为无锁
mysileng
·
2014-09-03 21:00
DogeOS/SmartOS的系统服务体系
Originallink: http://liyu1981.github.io/
understand
-dogeos-smf-svcs/ 作者:李宇博士为什么要理解一个服务器OS的系统服务体系?
babyfacer
·
2014-08-20 03:00
smartos
Joyent
SMF
DogeOS
appstore申诉范文
To whom it may concernWe fully
understand
the App Store Review Guidelines and
stephen830
·
2014-08-01 12:00
store
appstore申诉范文
To whom it may concernWe fully
understand
the App Store Review Guidelines and
stephen830
·
2014-08-01 12:00
store
java二叉树字典查询(qq 928900200)
This assignment will help you practice and
understand
better the Binary Tree and Binary Search Tree data
·
2014-07-31 20:00
java
分享google的技能的11个级别,大家看看自己到哪个级别了?
you can read /
understand
the most fundamental aspects of the subject area.
·
2014-07-30 15:00
Google
The CBO CPU Costing Model: Indexes vs. Full Table Scans
goes about costing a Full Table Scan (FTS) with system statistics and the CPU costing model, so we can
understand
czmmiao
·
2014-06-28 09:00
table
ubuntu下查看源代码工具:ctags+taglist,另加
understand
1.ctags直接apt-get就行,安装完后在需要的目录下执行:ctags-R*目的是建立个源代码文件的索引。然后就可以实现各函数间的跳转了。2.taglist需要自己下载,下载完了正常安装,它是联合vim使用的,因此可以在vimrc下配置一些选项。若不是打开vim自动就自动启动taglist,在vim下键入:Tlist就可打开和关闭taglist。使用taglist可以查看文件有哪些函数和变量
u012905667
·
2014-06-05 10:00
ubuntu
ctags
taglist
Understand
AWS s3 python sdk code examples
Yetanothereasy-to-
understand
,easy-to-useawss3pythonsdkcodeexamples.github地址:https://github.com/garyelephant
gaoyingju
·
2014-05-09 14:00
api
Examples
AWS
S3
boto
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他