Olson: The story I have from Keith and Margo — they’re both cat people — is that they’d gone so far as to finish the software and sign the commercial license with Netscape. They needed to incorporate the company as part of the deal. All the paperwork was filled in but the name....
Source File: EnvironmentUtils.java From qpid-broker-j with Apache License 2.0 6 votes public static Map<String,Object> getTransactionStatistics(Environment environment, boolean reset) { StatsConfig config = new StatsConfig(); config.setClear(reset); config.setFast(false); final TransactionStats ...
About A cute little DSL for picking information off of web pages Resources Readme License MIT license Activity Stars 1 star Watchers 3 watching Forks 2 forks Report repository Releases 2 tags Packages No packages published Languages Ruby 100.0% ...
Source File: CursorTemplate.java From qpid-broker-j with Apache License 2.0 6 votes public void processEntries() { _cursor = _database.openCursor(_transaction, CursorConfig.READ_COMMITTED); DatabaseEntry key = new DatabaseEntry(); DatabaseEntry value = new DatabaseEntry(); try { _ite...
Creative Commons license.Sleepycat Software, Berkeley DB, Berkeley DB XML and the Sleepycat logo are trademarks or service marks ofSleepycat Software, Inc. ... L Notice 被引量: 0发表: 2016年 Native XML Data Storage and Retrieval Sleepycat Software's Berkeley DB XMLLinux JournalNative XML data ...
berkeley db中的数据结点com.sleepycat.je.tree.BIN占用了大量内存,导致内存溢出了。为了...程序有内存泄漏,接下来需要利用一些工具来分析具体原因。 首先使用jdk自带的工具jmap转储(dump)java内存堆数据到本地文件中。jmap转储(dump)命令格式如下: jmap 一次java内存溢出异常的分析过程...
v=4I_4JgV-y8s" vid.thumbnail(:large) # "http://i.ytimg.com/vi/4I_4JgV-y8s/hqdefault.jpg" LICENSE: (The MIT License) Copyright © 2011 Mike Williamson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files ...
Oracle employs a dual licensing model that offers customers a choice of either our open source license or a commercial license. Our open source license is OSI-certified and permits use of Berkeley DB in open source projects or in applications that are not distributed to third parties. ...
The names and logos for thoughtbot are trademarks of thoughtbot, inc. License Paperclip is Copyright © 2008-2011 thoughtbot. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file. Releases 32tags Packages No packages published Languages Ruby100.0%...
Source File: BJETxCursor.java From hypergraphdb with Apache License 2.0 6 votes public void close() { if (!open) return; try { cursor.close(); } catch (DatabaseException ex) { throw new HGException(ex); } finally { open = false; cursor = null; if (tx != null) { tx.remove...