C++ in the CloudC++ in the Cloud One NIF at a Time with Elixir Sakshi Verma | Senior Software Engineerhttps://www.linkedin.com/in/sakverma Functional, concurrent language built for scalability. Ideal for managing managing large-scale cloud applications. Built on the Erlang VM, ensuring resilience and fault tolerance. What is Elixir?https://www.linkedin.com/in/sakverma The Smooth Sailing…https://www.linkedin0 码力 | 14 页 | 609.86 KB | 6 月前3
HUAWEI CLOUD Microservice Tool Improves Development EfficiencyHUAWEI CLOUD Microservice Tool Improves Development Efficiency Department: Application Platform Service Author: Wang Qijun Date: 2019-09-20 Security Level: Contents 1. Tool for Splitting Monolithic Horizontaly scalable View Control Model XX UIs Service orchestration Microservice -based Cloud-based applications of enterprises Traditional enterprise IT applications Read service logs to Sourcing • Command Query Responsibility Segregation (CQRS) Current method + Application to the cloud + IaaS Service innovation e.g. AI Split data tables Split UIs and service logic Typical Process0 码力 | 14 页 | 795.42 KB | 1 年前3
使用 PlantUML 绘制 UML - PlantUML 语言参考指引(Version 1.2023.11)parentheses) {method} Some method } @enduml 3.6 定义能见度 (可访问性) 当你定义属性或者方法时,你可以使用特殊符号定义相应条目的可访问性质。 字符 图标 (属性) 图标 (方法) 可访问性 - private 私有 # protected 受保护 ~ package private 包内可见 + public 公有 @startuml class package foo3 <> { class Class3 } package foo4 <> { class Class4 } package foo5 <<Cloud>> { class Class5 } package foo6 < > { class Class6 } @enduml PlantUML 语言参考指引 (1.2023.11) frame • cloud • database @startuml package "Some Group" { HTTP - [First Component] [Another Component] } node "Other Groups" { FTP - [Second Component] [First Component] --> FTP } cloud { [Example 0 码力 | 539 页 | 7.74 MB | 1 年前3
2022年美团技术年货 合辑,通过图像匹配算法,查找目标 区域在全屏截图中的位置,从而获得该区域坐标,如下图所示: 前端 < 467 高亮识别效果 整体思路看起简单,但在具体的实践中却面临着诸多的挑战: 1. 圆角类图标的 UI 元素(RadioButton、Switch)在边缘区域能检测到的特 征点过少,导致匹配成功率低。 2. 小字体的区域,在低分辨率情况下无法检测到足够的特征点,放大分辨率可 以提升匹配精度,但是耗时也会成倍增加。 设计了一个单阶段的目标检测器来对该过程进行加速。 GlobalTrack 示意图 由于我们直接使用目标区域的特征来引导目标检测的过程,所以其能够处理更为复杂 的目标区域,比如纯文本、纯图像或图标、文字图像混编等,凡是能在 UI 上出现的 元素都可能是目标区域,如下图所示的一些示例。 目标区域示例与包含不同尺寸类别组合的训练数据 结合业务场景,要求针对移动设备上 App UI 画面的任何局部区域做到精确定位。如 之前积压的任务。目前,我们已经迭代出了一种标准化形态,接入方便,一般在新模 块的提测期间,产运快速为此需求安排操作引导剧本跟随需求同步上线。也可以针对 现有复杂模块设置引导,默认藏在 导航栏的 “?” 图标里,在合适的时机进行触发。 同时,用户心智建设不仅仅是常规的产品操作引导,我们也提供了心智类剧本(也叫 概念类剧本),可以应用在需要“理念传递”或“概念植入”的场景里。在合适业务 480 > 2022年美团技术年货0 码力 | 1356 页 | 45.90 MB | 1 年前3
python3学习手册Windows有效),同--windowed -c 指定程序运行时显示命令行(仅对Windows有效),同-- console -i 指定exe程序的图标 -p 指定python导入模块的路径,同--path= 14919 INFO: checking EXE 14919 INFO: Building EXE because cn/anaconda/pkgs/main/ conda config --add channels h�ps://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ # conda config --set show_channel_urls yes #设置搜索时显示通道地 址 # conda config --remove search pytorch #从所有channels中查找软件 # conda install anaconda/cloud/conda-forge::pytorch==1.13.1 #从指定 channel中安装包 ★conda设置代理 # conda config --show0 码力 | 213 页 | 3.53 MB | 1 年前3
PyArmor Documentation v8.5.10concepts, man page, configurations and other aspects of Pyarmor machinery. Part 4: Topics guides insight into key topics and provide useful background information and explanation. They describe how it works Pyarmor Check List 3.6.1. Build Device 3.6.2. Target Device 3.6.3. Platform Issues 4. Topics 4.1. Insight Into Obfuscation 4.1.1. Filter scripts by finder 4.2. Understanding Obfuscated Script 4.2.1. Restrict 4.3. Insight Into Pack Command 4.3.1. Packing Scripts Automatically 4.3.2. Packing obfuscated scripts manually 4.3.3. Packing with PyInstaller Bundle 4.3.4. Segment fault in Apple M1 4.4. Insight Into0 码力 | 193 页 | 154.05 KB | 1 年前3
PyArmor Documentation v8.1.9concepts, man page, configurations and other aspects of Pyarmor machinery. Part 4: Topics guides insight into key topics and provide useful background information and explanation. They describe how it works Errors 4. Topics 4.1. Insight Into Obfuscation 4.2. Understanding Obfuscated Script 4.2.1. The differences of obfuscated scripts 4.2.2. Supported Third-Party Interpreter 4.3. Insight Into Pack Command 4.3.1. Packing obfuscated scripts manually 4.4. Insight Into RFT Mode 4.4.1. Enable RFT Mode 4.4.2. Check transformed script 4.4.3. Trace rft log 4.4.4. Exclude name rule 4.4.5. Handle wild card form0 码力 | 131 页 | 111.00 KB | 1 年前3
PlantUML 1.2019.6 Справочное руководство по языкуpackage foo3 <> { class Class3 } package foo4 <> { class Class4 } package foo5 <<Cloud>> { class Class5 } package foo6 < > { class Class6 } Справочное руководство по языку PlantUML frame • cloud • database @startuml package "Some Group" { HTTP - [First Component] [Another Component] } node "Other Groups" { FTP - [Second Component] [First Component] --> FTP } cloud { [Example left to right direction Справочное руководство по языку PlantUML (1.2019.6) 159 / 172 21.3 Cloud Insight 21 STANDARD LIBRARY agent "Device Simulator" as devices #fff AzureEventHub(fareDataEventHub 0 码力 | 173 页 | 1.95 MB | 1 年前3
PlantUML 1.2019.9 Справочное руководство по языкуpackage foo3 <> { class Class3 } package foo4 <> { class Class4 } package foo5 <<Cloud>> { class Class5 } package foo6 < > { class Class6 } Справочное руководство по языку PlantUML frame • cloud • database @startuml package "Some Group" { HTTP - [First Component] [Another Component] } node "Other Groups" { FTP - [Second Component] [First Component] --> FTP } cloud { [Example left to right direction Справочное руководство по языку PlantUML (1.2019.9) 159 / 172 21.3 Cloud Insight 21 STANDARD LIBRARY agent "Device Simulator" as devices #fff AzureEventHub(fareDataEventHub 0 码力 | 173 页 | 1.97 MB | 1 年前3
PlantUML 1.2019.4 Справочное руководство по языкуpackage foo3 <> { class Class3 } package foo4 <> { class Class4 } package foo5 <<Cloud>> { class Class5 } package foo6 < > { class Class6 } Справочное руководство по языку PlantUML frame • cloud • database @startuml package "Some Group" { HTTP - [First Component] [Another Component] } node "Other Groups" { FTP - [Second Component] [First Component] --> FTP } cloud { [Example left to right direction Справочное руководство по языку PlantUML (1.2019.4) 153 / 166 21.3 Cloud Insight 21 STANDARD LIBRARY agent "Device Simulator" as devices #fff AzureEventHub(fareDataEventHub 0 码力 | 167 页 | 1.87 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













