Oracle官方文档库http://tahiti.oracle.com/http://www.oracle.com/technetwork/documentation/index.html#apps其中EBS较新的为12.1.3和12.2.2版本,主要包含各模块的User Guide、Impleme...
分类:
数据库 时间:
2014-10-19 17:00:45
阅读次数:
282
https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories所有html标签都被分为三种Main content categories最普通的标签Form-related content categories表格...
分类:
其他好文 时间:
2014-10-17 20:16:34
阅读次数:
342
本节由CocoaChina翻译组成员DevTalking (博客)翻译自苹果官方文档App Extension Programming Guide--Handling Common Scenarios一节,敬请勘误。欢迎加入我们的翻译小组,详情请参看:CocoaChina编辑和译者招募! 当编写自定...
分类:
移动开发 时间:
2014-10-16 22:11:43
阅读次数:
361
??
7. actor
http://www.scala-lang.org/docu/files/actors-api/actors_api_guide.html#
Scala中处理并发,有很多选择:
l actor消息模型,类似Erlang,首选,Lift和akka也实现了自己的actor模型。
l Thread、Runnable
l java...
分类:
编程语言 时间:
2014-10-16 16:02:22
阅读次数:
301
2014-09-25 BaoXinjian一、摘要在官方文档《oracle performance tuning guide》中提到Connecting to the database is an expensive operation that is highly unscalable。数据库的连...
分类:
数据库 时间:
2014-10-14 22:50:39
阅读次数:
222
题目链接
题意: 给出一张无向图,找出割点,字典序输出割点的名字。
思路:简单的割点的求解,用map映射,容易输出。
代码:
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
const int MAXN = 1...
分类:
其他好文 时间:
2014-10-13 20:05:47
阅读次数:
200
http://developer.android.com/guide/topics/manifest/uses-sdk-element.htmlPlatform VersionAPI LevelVERSION_CODENotesAndroid 4.419KITKATPlatform Highligh...
分类:
移动开发 时间:
2014-10-13 11:58:39
阅读次数:
187
SDL 1.2 to 2.0 Migration Guide目录SDL 1.2 to 2.0 Migration GuideTranslationsIntroductionOverview of new featuresLooking for more informationMoving from ...
分类:
其他好文 时间:
2014-10-12 13:38:08
阅读次数:
1457
译文地址:https://anturis.com/blog/java-virtual-machine-the-essential-guide/介绍: Java虚拟机(JVM)是Java应用程序的执行环境。在一般的意义上来说,JVM是一种抽象的计算机,通常,Java虚拟机是指用严格的指令集以及全面的....
分类:
编程语言 时间:
2014-10-11 19:40:56
阅读次数:
248