Some examples: SELECT * FROM pets WHERE <condition>; UPDATE <table_name> SET <column_name> = <value> WHERE <condition>; DELETE FROM <table_name> 0 码力 |
5 页 |
105.07 KB
| 2 年前 3 not be translated properly.
## See also
Supported file formats
The uploaded file is merged to update the translation, overwriting existing entries by default (this can be turned off or on in the upload existing translations, use with caution.
Update source strings (source)
Updates source strings in bilingual translation file. This is similar to what Update PO files to match POT (msgmerge) does.
## po/hello.pot
Then you can update individual translation files to match newly created templates (this includes reordering the strings to match new template):
$ msgmerge --previous --update po/cs.po po/hello.pot 0 码力 |
673 页 |
9.34 MB
| 2 年前 3 blockchains are sometimes described as systems of proof.
## Smart Contracts
To support the consistent update of information — and to enable a whole host of ledger functions (transacting, querying, etc) — a across the network — to ensure that ledgers update only when transactions are approved by the appropriate participants, and that when ledgers do update, they update with the same transactions in the same order information being shared, the processes which update the ledger are also shared. Unlike today's systems, where a participant's private programs are used to update their private ledgers, a blockchain system 0 码力 |
367 页 |
4.95 MB
| 2 年前 3 service.UpdateRate.Get();
auto fut2 = fut.then([
(ara::core::Future f) -> auto {
uint32_t update_rate = f.get();
// ...
});
// ...
});
RadarServiceProxy::StopFindService(find_service_handle); Example
struct SharedData {
uint32_t update_rate;
} shared_data;
fut.then([&shared_data](ara::core::Future f) -> auto {
shared_data.update_rate = f.get();
});
## Bug Example std::mutex mtx;
uint32_t update_rate;
} shared_data;
fut.then([&shared_data](ara::core::Future f) -> auto {
shared_data.mtx.lock();
shared_data.update_rate = f.get();
}); 0 码力 |
52 页 |
3.14 MB
| 1 年前 3 Exactly one thread may update an element at any given time
• No other thread may read an element while the writer is updating it
• More than one thread may read an element when no update is in progress
## this set E's related group
• Let's define $ U_{E}=\{E \cup R_{E}\} $ and call it E's update group
## Sharing a Container – Avoiding Race Conditions
![Image](/uploads/documents/9/0/0/c/900 this set E's related group
• Let's define $ U_{E}=\{E \cup R_{E}\} $ and call it E's update group
-- and --
• One or more elements in $ R_{E} $ must also be updated at the same time as 0 码力 |
142 页 |
474.78 KB
| 1 年前 3 OPENSHIFT UPDATE SERVICE ..... 4
1.1. 关于 OPENSHIFT UPDATE 服务 ..... 4
1.2. 非受管 OPERATOR 的支持策略 ..... 4
第2章 更新集群概述 ..... 6
2.1. 了解 OPENSHIFT UPDATE SERVICE ..... 6
2.2. 安装和配置 OPENSHIFT UPDATE SERVICE 第3章 安装和配置 OPENSHIFT UPDATE SERVICE ..... 8
3.1. 先决条件 ..... 8
3.1.1. 为 OpenShift 更新服务配置对安全 registry 的访问权限 ..... 8
3.1.2. 更新全局集群 pull secret ..... 8
3.2. 安装 OPENSHIFT UPDATE SERVICE OPERATOR ... .. 10
3.2.1. 使用 Web 控制台安装 OpenShift Update Service Operator ..... 10
3.2.2. 使用 CLI 安装 OpenShift Update Service Operator ..... 10
3.2.3. 创建 OpenShift Update Service 图形数据容器镜像 ..... 12
3.2.4. 镜像 OpenShift 0 码力 |
62 页 |
716.72 KB
| 2 年前 3
|