码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
Monitor and diagnose performance in Java SE 6--转载
Java SE 6 provides an in-depth focus on performance, offering expanded tools for managing and monitoring applications and for diagnosing common proble...
分类:编程语言   时间:2014-11-10 21:07:56    阅读次数:358
python的random模块
As an example of subclassing, the random module provides the WichmannHill class that implements an alternative generator in pure Python. The class pro...
分类:编程语言   时间:2014-11-06 00:31:00    阅读次数:396
Jquery Types 小结
JavaScript provides several built-in(内置的) datatypes. In addition to those, this page documents virtual types(虚类) like Selectors, enhanced pseudo-types...
分类:Web程序   时间:2014-11-04 17:05:48    阅读次数:270
Android中的Adapter总结
一、Adapter的介绍An Adapter object acts as a bridge between anAdapterViewand the underlying data for that view. The Adapter provides access to the data ite...
分类:移动开发   时间:2014-11-04 00:11:28    阅读次数:202
Hadoop2.x介绍与源码编译
1、Hadoop 项目的四大模块 Hadoop Common: The common utilities that support the other Hadoop modules.Hadoop Distributed File System (HDFS?): A distributed file system that provides high-throughput access to...
分类:其他好文   时间:2014-11-02 22:38:57    阅读次数:396
APPCORE Routine APIs
Introduction to APPCORE Routine APIs This chapter provides you with specifications for calling many Oracle E-Business Suite APIs from your PL/SQL procedures. Most routines in the APPCORE library ar...
分类:移动开发   时间:2014-10-30 22:40:40    阅读次数:450
Windows开发的几个下载地址
Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO) The Windows SDK provides tools, compilers, headers, libraries, code samples, and a new help system that developers can use to create a...
分类:Windows程序   时间:2014-10-30 17:25:27    阅读次数:360
Linux设备驱动:kobject原理与实例分析
1、Sysfs文件系统 "sysfsis a ram-based filesystem initially based on ramfs. It provides ameans to export kernel data structures, their attributes, and thelinkages between them to userspace.” Linux2.6内...
分类:系统相关   时间:2014-10-30 11:50:14    阅读次数:351
23种设计模式用英语如何表达?
本人最近收集了一下23钟设计模式的英文解释,分享如下。 --- Abstract Factory Provides one level of interface higher than the factory pattern. It is used to return one of several factories. --- Builder Construct a comple...
分类:其他好文   时间:2014-10-29 00:23:22    阅读次数:165
Hibernate,一对一外键单向 记录。Timestamp 的一个坑。
首先是2张表表A:表B:其中表B中的FormBaseId对应表A中的SubjectID. 数据库中没有设置外键关系。下面是2个对应的实体package questionnaire.model;/** * AbstractAdsubject entity provides the base persi...
分类:Web程序   时间:2014-10-28 17:25:53    阅读次数:276
1060条   上一页 1 ... 93 94 95 96 97 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!