码迷,mamicode.com
首页 >  
搜索关键字:software defined    ( 9513个结果
LeetCode——Balanced Binary Tree
Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node never diffe...
分类:其他好文   时间:2014-06-19 11:23:05    阅读次数:204
pig使用入门3-UDF的使用
1、Working with UDF(user defined function) pig能够支持两种类型的UDFs:eval和load/store, 其中load/store的自定义函数主要是用来加载和保存特定的数据格式; eval自定义函数主要用来进行常规的数据转换。1.1 eval 如...
分类:其他好文   时间:2014-06-18 23:43:45    阅读次数:495
oracle 直接客户端使用
到oracle网站下载直接客户端,http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft.html包含oci.dll,orannzsbb10.dll,oraocci10.dll,oraociei1...
分类:数据库   时间:2014-06-15 22:22:46    阅读次数:303
Eclipse反编译插件
使用Eclipse进行调试时,如果没有想查看源码,据需要合适的反编译插件。 Help--Install New Software,打开后的界面输入网址:http://feeling.sourceforge.net/update 调试的过程中需要将反编译后的行号对齐,步骤如下:
分类:系统相关   时间:2014-06-15 20:27:51    阅读次数:272
连载:面向对象葵花宝典:思想、技巧与实践(34) - DIP原则
DIP,dependency inversion principle,中文翻译为“依赖倒置原则”。 DIP是大名鼎鼎的Martin大师提出来的,他在1996 5月的C++ Reporter发表“ The Dependency Inversion Principle”的文章详细阐述了DIP原则,并且在他的经典著作《 Agile Software Development, Principles, Pa...
分类:其他好文   时间:2014-06-15 15:33:53    阅读次数:277
Error creating bean with name 'memcachedClient'...java.lang.OutOfMemoryError
1,Tomcat启动报错如下:Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'memcachedClient' defined in file [/usr/local/apache-tomcat-6.0.37_6500/webapps/trade...
分类:编程语言   时间:2014-06-15 14:12:10    阅读次数:283
Message: u'$ is not defined' ; Stacktrace
status.html status status ...
分类:其他好文   时间:2014-06-15 08:41:16    阅读次数:188
Windows Server 取消关机事件跟踪
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\PolicIEs\Microsoft\Windows NT\Reliability] "ShutdownReasonOn"=dword:00000000"Shutdown...
分类:Windows程序   时间:2014-06-15 06:58:31    阅读次数:228
Ubuntu 12.04, 14.04 安装 oracle java
第一步:如果系统中已安装了open java,需要清理, 反之 略过此过程 sudo apt-get purge openjdk*第二步: 安装 sudo apt-get install software-properties-common第三步: 添加信任的软件源: sudo add-apt...
分类:数据库   时间:2014-06-14 16:48:38    阅读次数:216
C#操作SQLite数据库
SQLite介绍SQLite is a software library that implements aself-contained,serverless,zero-configuration,transactionalSQL database engine.SQLite是一个开源、免费的小型R...
分类:数据库   时间:2014-06-13 15:42:19    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!