SQLite as a Result File Format in OMNeT++SQLite as a Result File Format in OMNeT++ OMNeT++ Community Summit 2016, Brno University of Technology (FIT-BUT), Sept 15-16. Rudolf Hornig OMNeT++ Result Files ● Scalar and Vector files ● Contents: Contents: ○ Run description ○ Scalar file: (module, scalar, value), histograms, result attributes ○ Vector file: vector data: (module, vectorname, vector data = (timestamp+value)*) ● Current format: ○ utVectorManager" 7 Using SQLite Result Files from OMNeT++ IDE SQLite Result Files can be used from the IDE just like the text based format. 8 Using SQLite Result Files Directly There are several0 码力 | 21 页 | 1.08 MB | 1 年前3
Set Sail for a
Ship-Shape Istio Release#IstioCon Set Sail for a Ship-Shape Istio Release Brian Avery / twitter: @briansvgs / Red Hat Senior Software Engineer Eric Van Norman / twitter: @kf0s / IBM Senior Software Engineer #IstioCon First box and the pull request will merge. New System Release Notes #IstioCon Release Notes: As a result... ● Release notes are thought of up-front as part of changes, with context by the people who know0 码力 | 18 页 | 199.43 KB | 1 年前3
How HP set up secure and
wise platform with Istio#IstioCon How HP set up secure and wise platform with Istio John Zheng/ john.zheng@hp.com #IstioCon Agenda ➢ HP Horizon platform design with Istio ➢ Secure Platform ➢ Wise Platform ➢ Excellent Excellent Observability Istio(envoy) can generate access logs for service traffic in a configurable set of formats #IstioCon Excellent Observability - Access logs Log Files Parse Istio-proxy Log •0 码力 | 23 页 | 1.18 MB | 1 年前3
JAVA 应用与开发 - 集合与映射JAVA 应用与开发 集合与映射 让我们愉快的 Coding 起来吧... ��� �������������� November 4, 2019 ���� �����List����Set�����Map�的������� ���������� ������iterator��Enumeration ��������� API ������的������������ 1 28 �������������������������� ������用� Java �集合�� 3 28 集合�� 集合�����用���������������合����� �� O 集合类型分类 � Set ��������的������������� ������������的��� �� List ������的��������������� ������的���������������� �������� 而非对象本身。Java API 中的集合类型均定义在 java.util 包中。 4 28 集合�� 集合�����用���������������合����� �� O 集合类型分类 � Set ��������的������������� ������������的��� �� List ������的��������������� ������的���������������� ��������0 码力 | 66 页 | 713.79 KB | 1 年前3
The Swift Programming Language (Swift 5.7) - Apps Dissectedmodern, lightweight syntax, allowing complex ideas to be expressed in a clear and concise manner. As a result, code is not just easier to write, but easier to read and maintain as well. Swift has been years the Swift standard library that provides the corresponding concurrency types. On Apple platforms, set a deployment target of at least iOS 15, macOS 12, tvOS 15, or watchOS 8.0. A target written in Swift can open this chapter as a playground. Playgrounds allow you to edit the code listings and see the result immediately. Download Playground Simple Values PDF conversion courtesy of www.appsdissected.com0 码力 | 1040 页 | 10.90 MB | 1 年前3
The Swift Programming Languagethis chapter as a playground in Xcode. Playgrounds allow you to edit the code listings and see the result immediately. Simple Values Use let to make a constant and var to make a variable. The value inferred, you can write an empty array as [] and an empty dictionary as [:]—for example, when you set a new value for a variable or pass an argument to a function. 1 shoppingList = [] // Went shopping return type from the body. 1 numbers.map({ 2 (number: Int) -> Int in 3 let result = 3 * number 4 return result 5 }) E X P E R I M E N T Rewrite the closure to return zero for all odd numbers0 码力 | 525 页 | 4.68 MB | 1 年前3
Mypy 1.8.0 Documentationat runtime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 1.9 Protocols and structural subtyping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function must accept specifically a list – it would run just fine if you were to pass in a tuple, a set, or any other custom iterable. You can express this idea using collections.abc.Iterable: from collections For collections on Python 3.9+, the type of the collection item is in brackets x: list[int] = [1] x: set[int] = {6, 7} # For mappings, we need the types of both keys and values x: dict[str, float] = {"field":0 码力 | 234 页 | 902.89 KB | 1 年前3
Mypy 1.10.0+dev Documentationat runtime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 1.9 Protocols and structural subtyping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function must accept specifically a list – it would run just fine if you were to pass in a tuple, a set, or any other custom iterable. You can express this idea using collections.abc.Iterable: from collections For collections on Python 3.9+, the type of the collection item is in brackets x: list[int] = [1] x: set[int] = {6, 7} # For mappings, we need the types of both keys and values x: dict[str, float] = {"field":0 码力 | 234 页 | 913.89 KB | 1 年前3
Apache ActiveMQ Artemis 2.6.0 User Manual68 Apache Karaf Apache Tomcat Spring Integration CDI Integration Intercepting Operations Protocols and Interoperability Tools Maven Plugin Unit Testing Troubleshooting and Performance Tuning non-persistent messaging, our non-persistent messaging performance rocks the boat too. Full feature set. All the features you'd expect in any serious messaging system, and others you won't find anywhere naming conventions (i.e. "jms.queue." & "jms.topic." prefixes). Pure encoding of messages so protocols like AMQP don't need to convert messages to "core" format unless absolutely necessary. "MAPPED"0 码力 | 445 页 | 3.14 MB | 1 年前3
Apache ActiveMQ Artemis 2.3.0 User ManualIntegration CDI Integration 2 1.58 1.59 1.60 1.61 1.62 1.63 1.64 1.65 Intercepting Operations Protocols and Interoperability Tools Maven Plugin Unit Testing Troubleshooting and Performance Tuning non-persistent messaging, our non-persistent messaging performance rocks the boat too. Full feature set. All the features you'd expect in any serious messaging system, and others you won't find anywhere stock price update which is transitory and doesn't need to survive a restart. Messaging APIs and protocols How do client applications interact with messaging systems in order to send and consume messages0 码力 | 420 页 | 3.03 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













