【阿里云镜像】使用阿里云oVirt镜像部署oVirt平台
oVirt是一款免费开源虚拟化软件,是RedHat商业版本虚拟化软件RHEV的开源版本。oVirt基于kvm,并整合使用了libvirt、gluster、patternfly、ansible等一系列优秀的开源软件,oVirt的定位是替代vmware vsphere,oVirt目前已经成为了企业虚拟化环境可选的解决方案,另外相比OpenStack的庞大和复杂,oVirt在企业私有云建设中...
2021-12-23
CS 440人工智能算法分析
CS 440: INTRODUCTION TO ARTIFICIAL INTELLIGENCE FALL 2021Assignment 2Search Problems in AIDeadline: November 12th, 11:55pm.Perfect score: 70.Assignment Instructions:Teams: Assignments should be completed by teams of up to three students. You can work on this assignment individuallyif you prefer. ...
2022-05-18
SAP CRM Product hierarchy,Category和Application的三个问题
All of these three questions are raised regarding the customizing below via tcode COMM_PRAPPLCAT:
2020-08-24
基于 Milvus + LlamaIndex 实现高级 RAG
随着大语言模型(LLM)技术的发展,RAG(Retrieval Augmented Generation)技术得到了广泛探讨和研究,越来越多的高级 RAG 检索方法也随之被人发现,相对于普通的 RAG 检索,高级 RAG 通过更深化的技术细节、更复杂的搜索策略,提供出了更准确、更相关、更丰富的信息检索结果。本文首先讨论这些技术,并基于 Milvus 给出...
CS 440 Search Problems in AI
CS 440: INTRODUCTION TO ARTIFICIAL INTELLIGENCE FALL 2021Assignment 2Search Problems in AIDeadline: November 12th, 11:55pm.Perfect score: 70.Assignment Instructions:Teams: Assignments should be completed by teams of up to three students. You can work on this assignment individuallyif you prefer. ...
2021-11-12
工作阅读(7) —— 2021年2月阅读文章
阅读目录——更新ing一、golangJSON unmarshaling with long numbers gives floating point numberStop json.Marshal() from stripping trailing zero from floating point numberGolang 中遇到的一些关于 JSON 处理的坑Awesome GoCould not build on macOS for linux amd64 undefined: unix.GetsockoptLingerFull-text se...
2021-04-15
Spring项目中使用 getBean()+PropertySourcesPlaceholderConfigurer 踩坑记录
在进入正题之前,首先简单介绍一下标题中提到的两个Spring中的概念,以及给出一个PropertySourcesPlaceholderConfigurer的入门使用场景概念介绍:
2021-09-09
SAP CRM Product simple search的启用步骤
(1) Switch on business function CRM_SEARCH_1, which controls the business switch CRM_BP_SFWS_BP_SEARCH_2 which will be evaluated in the related code.
2020-09-05
TypeScript入门-类
学习Angular 2 , 《揭秘Angular 2》读书笔记。Angular2 选择 TypeScript 作为其官方最主要的构建语音,这意味着掌握 TypeScript 语音将更有利于高效地开发 Angular 应用。
一个通过物理地址查询网卡所属厂商的Python库——mac.py
A python lib to search Manufacturer of mac address. With only one method search.
2016-05-03
docker实战
执行 systemctl status docker 时会报 Failed to start Docker Application Container Engine.
2018-03-29
http跟https的区别
http: Hypertext transform protocol 超文本传输协议 是一个为了传输超媒体文档(比如html)的应用层协议 是为了web的浏览器跟web的server端的交流而设计的,他使浏览器更加高效,使网络传输减少 明文的,不加密 默认端口是80 https:Hypertext transform protocol secure 超文本传输安全协议 就...
2019-10-08
SAP CRM附件模型和搜索相关的属性介绍
For more detail about CRM content management, please go to my wiki page CRM Content Management.
2020-09-04
鸿蒙Flutter生成hap包编译过程可能遇到的问题
windows, 使用 Git Bash 可以执行常见的linux命令。(使用方式:鼠标右键点击文件管理器中的空白处,左键点击 Git Bash Here)
2024-11-07
MySQL运维实战(4.8) SQL_MODE之NO_ENGINE_SUBSTITUTION
作者:俊达在MySQL中,NO_ENGINE_SUBSTITUTION是一个SQL MODE,用于控制MySQL在遇到不可用或不存在的存储引擎时的行为。当NO_ENGINE_SUBSTITUTION未设置时,MySQL会尝试使用默认的存储引擎替代掉用户指定的存储引擎。这可能导致用户无法察觉地使用了不符合要求的存储引擎。设置NO_ENGINE_SUBSTITUTION后,如果指定的存储...
2024-01-26
SAP Fiori Elements应用里Back按钮的实现逻辑分析
One of my colleagues today asked me this question: Suppose this below is an application generated by Smart Template, and I would like to debug how the back button is implemented. Since the whole UI page is implemented by framework, I don’t know where to set breakpoint. How to proceed?
2020-08-31
铜锁支持大数运算硬件加速机制
密码学中的很多算法,如 RSA、Paillier、ECC、EC-ElGamal、Diffie-Hellman 密钥交换等,都涉及大数运算,大素数生成、大数乘法、大数模幂等在加密和解密过程中都是必不可少的运算。加密货币和区块链技术中的密码学算法都依赖于大数运算。我们知道,数字越大,运算速度也越慢,但数字越小就越不安全。所以,RSA 为了安全...
2023-07-12