HarmonyOS三方库涵盖了7大类

✍️作者简介:大鹏编码(专注于HarmonyOS、Android、Java、Web、TCP/IP等技术方向)
🐳博客主页: 开源中国、稀土掘金、51cto博客、知乎、简书、CSDN
🔔如果文章对您有一定的帮助请👉关注✨、点赞👍、收藏📂、评论💬。
🔥如需转载请参考【转载须知】

HarmonyOS三方库涵盖了7大类,以下为三方库的介绍及资源地址,赶紧收藏!

gitee仓库:https://gitee.com/HarmonyOS-tpc

一、工具类

分类名称介绍资源地址
1.1、图片加载Glide最常用的图片加载工具https://gitee.com/HarmonyOS-TPC/glide
Glide Transformations基于Glide的图片变化库https://gitee.com/HarmonyOS-TPC/glide-transformations
FrescoFacebook出品的图片加载工具https://gitee.com/HarmonyOS-TPC/fresco
Picasso常用的图片加载工具之一https://gitee.com/HarmonyOS-TPC/picasso
ohos-gif-drawableGIF图片加载工具https://gitee.com/HarmonyOS-TPC/ohos-gif-drawable
ohos-Universal-Image-Loader常用图片加载工具之一https://gitee.com/HarmonyOS-TPC/ohos-Universal-Image-Loader
Keyframes基于Adobe矢量图动画加载https://gitee.com/HarmonyOS-TPC/Keyframes
Ion图片加载工具https://gitee.com/HarmonyOS-TPC/ion
1.2、数据封装传递EventBus最常用的消息传递工具https://gitee.com/HarmonyOS-TPC/EventBus
Rxohos基于RxJavahttps://gitee.com/HarmonyOS-TPC/Rxohos
RxBus基于RxJava的消息传递工具https://gitee.com/HarmonyOS-TPC/RxBus
Otto基于Guava的消息传递工具https://gitee.com/HarmonyOS-TPC/otto
RxLifeCycle基于RxJava的生命周期获取https://gitee.com/HarmonyOS-TPC/RxLifeCycle
RxBinding基于控件的扩展https://gitee.com/HarmonyOS-TPC/RxBinding
Agera数据交互https://gitee.com/HarmonyOS-TPC/agera
Anadea_RxBus基于RxJava的消息传递工具https://gitee.com/HarmonyOS-TPC/Anadea_RxBus
LoadSir注册事件进行回调操作https://gitee.com/HarmonyOS-TPC/LoadSir
1.3、日志LoggerLog工具https://gitee.com/HarmonyOS-TPC/logger
xLog日志工具https://gitee.com/HarmonyOS-TPC/xLog
1.4、权限相关xxpermissions权限申请https://gitee.com/HarmonyOS-TPC/xxpermissions
PermissionsDispatcher权限申请https://gitee.com/HarmonyOS-TPC/PermissionsDispatcher
Dexter权限申请https://gitee.com/HarmonyOS-TPC/Dexter
1.5、相机/相册BGAQRCode-ohos基于ZXing的二维码扫描工具https://gitee.com/HarmonyOS-TPC/BGAQRCode-ohos
Matisse相册访问https://gitee.com/HarmonyOS-TPC/Matisse
ImagePicker相册访问https://gitee.com/HarmonyOS-TPC/ImagePicker
CameraView相机使用组件https://gitee.com/HarmonyOS-TPC/CameraView
1.6、其他Butterknife通过反射调用方法https://gitee.com/HarmonyOS-TPC/butterknife
assertj-ohos快速调用其他封装库https://gitee.com/HarmonyOS-TPC/assertj-ohos
ohos-utilset工具集https://gitee.com/HarmonyOS-TPC/ohos-utilset
xUtils3工具集 包含网络,图片,控件等https://gitee.com/HarmonyOS-TPC/xUtils3
device-year-class获取手机年份https://gitee.com/HarmonyOS-TPC/device-year-class
swipe对于手势封装应用https://gitee.com/HarmonyOS-TPC/swipe
TinyPinyin文字转拼音工具https://gitee.com/HarmonyOS-TPC/TinyPinyin

二、网络类

名称介绍资源地址
PersistentCookieJar基于OkHttp3实现的Cookie网络优化https://gitee.com/HarmonyOS-TPC/PersistentCookieJar
ChuckOkHttp本地Clienthttps://gitee.com/HarmonyOS-TPC/chuck
Google HTTP Java ClientGoogle HTTP Client库https://gitee.com/HarmonyOS-TPC/google-http-java-client
Ohos Async HTTP基于Apache的HttpClient库构建的Http Clienthttps://gitee.com/HarmonyOS-TPC/ohos-async-http
OkHttp-OkGo基于OkHttp封装的库https://gitee.com/HarmonyOS-TPC/okhttp-OkGo
OhosAsync异步网络请求https://gitee.com/HarmonyOS-TPC/ohosAsync
Fast-Ohos-Networking快速访问https://gitee.com/HarmonyOS-TPC/Fast-ohos-Networking
FileDownloader文件下载库https://gitee.com/HarmonyOS-TPC/FileDownloader
PRDownloader文件下载库https://gitee.com/HarmonyOS-TPC/PRDownloader
Network Connection Class获取网络状态库https://gitee.com/HarmonyOS-TPC/network-connection-class
ThinDownloadManager文件下载库https://gitee.com/HarmonyOS-TPC/ThinDownloadManager

三、文件数据类

分类名称介绍资源地址
数据库greenDAO最常用的数据库组件https://gitee.com/HarmonyOS-TPC/greenDAO
数据库Activeohos数据库SQLite封装https://gitee.com/HarmonyOS-TPC/Activeohos
数据库RushOrm数据库SQLite封装https://gitee.com/HarmonyOS-TPC/RushOrm
数据库LitePal数据库SQLite封装https://gitee.com/HarmonyOS-TPC/LitePal
Preferencesrx-preferences基于Preferences封装存储工具https://gitee.com/HarmonyOS-TPC/rx-preferences
Preferencespreferencebinder基于Preferences封装存储工具https://gitee.com/HarmonyOS-TPC/preferencebinder

四、音视频

分类名称介绍资源地址
视频jcodec java解码视频https://gitee.com/HarmonyOS-TPC/jcodec
音频soundtouch支持更改声音速度https://gitee.com/HarmonyOS-TPC/soundtouch

五、动画图形类

分类名称介绍资源地址
5.1 动画ohosViewAnimations一款动画的集合的库https://gitee.com/HarmonyOS-TPC/ohosViewAnimations
lottie-ohos让复杂动画轻松实现https://gitee.com/HarmonyOS-TPC/lottie-ohos
confetti模仿雪花飘落的动画https://gitee.com/HarmonyOS-TPC/confetti
RippleEffect水波纹点击动画https://gitee.com/HarmonyOS-TPC/RippleEffect
MetaballLoading一个类似元球进度动画效果https://gitee.com/HarmonyOS-TPC/MetaballLoading
ohos-Spinkit多种基础动画集合https://gitee.com/HarmonyOS-TPC/ohos-Spinkit
LoadingView多种多样的loading动画集合https://gitee.com/HarmonyOS-TPC/LoadingView
desertplaceholder沙漠中的带动画的场景https://gitee.com/HarmonyOS-TPC/desertplaceholder
Sequent各种文字图片呈现动画https://gitee.com/HarmonyOS-TPC/Sequent
ohos-Views各种动画的viewshttps://gitee.com/HarmonyOS-TPC/ohos-Views
BezierMaker简单的贝赛尔曲线绘制方法https://gitee.com/HarmonyOS-TPC/BezierMaker
WhorlView圆形转圈动画https://gitee.com/HarmonyOS-TPC/WhorlView
5.2 图片处理SimpleCropView图片裁剪工具https://gitee.com/HarmonyOS-TPC/SimpleCropView
Luban图片压缩工具https://gitee.com/HarmonyOS-TPC/Luban
TakePhoto拍照图片旋转剪裁https://gitee.com/HarmonyOS-TPC/TakePhoto
Compressor图片压缩https://gitee.com/HarmonyOS-TPC/Compressor
PloyFun生成三角玻璃图片https://gitee.com/HarmonyOS-TPC/PloyFun
CompressHelper图片压缩https://gitee.com/HarmonyOS-TPC/CompressHelper

六、UI-自定义控件

分类名称介绍资源地址
6.1 ImagePhotoView图片缩放查看https://gitee.com/HarmonyOS-TPC/PhotoView
CircleImageView圆形图片https://gitee.com/HarmonyOS-TPC/CircleImageView
RoundedImageView圆角图片https://gitee.com/HarmonyOS-TPC/RoundedImageView
subsampling-scale-image-view超高清图查看缩放https://gitee.com/HarmonyOS-TPC/subsampling-scale-image-view
ContinuousScrollableImageView带动画播放的Imagehttps://gitee.com/HarmonyOS-TPC/ContinuousScrollableImageView
6.2 Textdrawee-text-view富文本组件https://gitee.com/HarmonyOS-TPC/drawee-text-view
ReadMoreTextView点击展开的Text控件https://gitee.com/HarmonyOS-TPC/ReadMoreTextView
MaterialEditText基于MaterialDesign设计的自定义输入框https://gitee.com/HarmonyOS-TPC/MaterialEditText
XEditText自定义特殊效果输入https://gitee.com/HarmonyOS-TPC/XEditText
6.3 ButtonFloatingActionButton悬浮buttonhttps://gitee.com/HarmonyOS-TPC/FloatingActionButton
circular-progress-button自定义带进度的按钮https://gitee.com/HarmonyOS-TPC/circular-progress-button
progressbutton带进度的自定义按钮https://gitee.com/HarmonyOS-TPC/progressbutton
SwitchButton仿iOS的开关按钮https://gitee.com/HarmonyOS-TPC/SwitchButton
SlideSwitch多种样式的开关按钮https://gitee.com/HarmonyOS-TPC/SlideSwitch
6.4 ListContainerFloatingGroupExpandableListView自定义list组件,支持分类带标题https://gitee.com/HarmonyOS-TPC/FloatingGroupExpandableListView
XRecyclerView基于ListContainer下拉刷新https://gitee.com/HarmonyOS-TPC/XRecyclerView
PullToZoomInListView顶部放大Listhttps://gitee.com/HarmonyOS-TPC/PullToZoomInListView
WaveSideBar类似于通讯录带字母选择的listhttps://gitee.com/HarmonyOS-TPC/WaveSideBar
SwipeActionAdapterlist侧滑菜单https://gitee.com/HarmonyOS-TPC/SwipeActionAdapter
6.5 PageSliderViewPagerIndicator星级最高的Slider组件https://gitee.com/HarmonyOS-TPC/ViewPagerIndicator
PageIndicatorView自定义适配器组件https://gitee.com/HarmonyOS-TPC/PageIndicatorView
UltraViewPager多种样式的Slider自定义控件https://gitee.com/HarmonyOS-TPC/UltraViewPager
SlidingDrawer自定义Slider组件https://gitee.com/HarmonyOS-TPC/SlidingDrawer
AppIntro各种转场动画集合https://gitee.com/HarmonyOS-TPC/AppIntro
ParallaxViewPager自定义Slider组件https://gitee.com/HarmonyOS-TPC/ParallaxViewPager
MZBannerView仿魅族BannerView自定义组件https://gitee.com/HarmonyOS-TPC/MZBannerView
FlycoPageIndicator多种样式的适配器组件https://gitee.com/HarmonyOS-TPC/FlycoPageIndicator
SCViewPager不规则淡入淡出的Sliderhttps://gitee.com/HarmonyOS-TPC/SCViewPager
ImageCoverFlow3D视角适配器https://gitee.com/HarmonyOS-TPC/ImageCoverFlow
6.6 ProgressBarMaterialProgressBar多种样式自定义progressbarhttps://gitee.com/HarmonyOS-TPC/MaterialProgressBar
discreteSeekBar冒泡式显示自定义seekbarhttps://gitee.com/HarmonyOS-TPC/discreteSeekBar
materialish-progress自定义样式的progressbarhttps://gitee.com/HarmonyOS-TPC/materialish-progress
ohos-HoloCircularProgressBar自定义progressBarhttps://gitee.com/HarmonyOS-TPC/ohos-HoloCircularProgressBar
circular-music-progressbar类似于音乐播放器的圆形progressbarhttps://gitee.com/HarmonyOS-TPC/circular-music-progressbar
SectorProgressView自定义圆形progressBarhttps://gitee.com/HarmonyOS-TPC/SectorProgressView
LikeSinaSportProgress类似于新浪的两边比拼进度条https://gitee.com/HarmonyOS-TPC/LikeSinaSportProgress
6.7 Dialog/弹出框sweet-alert-dialog自定义对话框https://gitee.com/HarmonyOS-TPC/sweet-alert-dialog
LovelyDialog自定义样式的Dialoghttps://gitee.com/HarmonyOS-TPC/LovelyDialog
CookieBar顶部底部弹出的自定义对话框https://gitee.com/HarmonyOS-TPC/CookieBar
Alerter顶部提示组件https://gitee.com/HarmonyOS-TPC/Alerter
StatusView顶部弹出的状态视图https://gitee.com/HarmonyOS-TPC/StatusView
6.8 Layoutvlayout可以嵌套列表布局https://gitee.com/HarmonyOS-TPC/vlayout
flexbox-layout按照百分比控制的布局https://gitee.com/HarmonyOS-TPC/flexbox-layout
ohosAutoLayout根据特定效果图尺寸,按比例自适应布局https://gitee.com/HarmonyOS-TPC/ohosAutoLayout
yogafacebook基于flexbox的布局引擎https://gitee.com/HarmonyOS-TPC/yoga
6.9 Tab/菜单切换FlycoTabLayout自定义TabLayout组件https://gitee.com/HarmonyOS-TPC/FlycoTabLayout
NavigationTabBar各种样式TabBar合集https://gitee.com/HarmonyOS-TPC/NavigationTabBar
BottomBar自定义底部菜单栏https://gitee.com/HarmonyOS-TPC/BottomBar
BottomNavigation多种样式自定义底部菜单栏https://gitee.com/HarmonyOS-TPC/BottomNavigation
ahbottomnavigation多种样式自定义底部菜单栏https://gitee.com/HarmonyOS-TPC/ahbottomnavigation
HorizontalPicker横向菜单选择器https://gitee.com/HarmonyOS-TPC/HorizontalPicker
StatefulLayout可以左右切换布局有点类似PageSliderhttps://gitee.com/HarmonyOS-TPC/StatefulLayout
6.10 ToastToasty简单好用的Toast调用工具https://github.com/GrenderG/Toasty
FancyToast-ohosToast调用封装工具https://gitee.com/HarmonyOS-TPC/FancyToast-ohos
6.11 Time/Dateohos-times-square简单的日历组件https://gitee.com/HarmonyOS-TPC/ohos-times-square
CountdownView多种效果的时间计时器https://gitee.com/HarmonyOS-TPC/CountdownView
6.12 其他BGARefreshLayout-ohos基于多个场景的下拉刷新https://gitee.com/HarmonyOS-TPC/BGARefreshLayout-ohos
ohos-Bootstrap多种自定义控件合集https://gitee.com/HarmonyOS-TPC/ohos-Bootstrap
ohosSlidingUpPanel底部上滑布局https://gitee.com/HarmonyOS-TPC/ohosSlidingUpPanel
Fragmentation侧边菜单https://gitee.com/HarmonyOS-TPC/Fragmentation
triangle-view三角图https://gitee.com/HarmonyOS-TPC/triangle-view
MaterialDesignLibrary基于MaterialDesign的各种自定义控件合集https://gitee.com/HarmonyOS-TPC/MaterialDesignLibrary
XPopup包含dialog,图片加载等各式自定义控件https://gitee.com/HarmonyOS-TPC/Xpopup
cardslib卡片式布局库https://gitee.com/HarmonyOS-TPC/cardslib
Swipecards滑动卡片组件https://gitee.com/HarmonyOS-TPC/Swipecards
SlideUp-ohos从下方滑动出来的布局控件https://gitee.com/HarmonyOS-TPC/SlideUp-ohos
EazeGraph柱状图圆形图山峰图https://gitee.com/HarmonyOS-TPC/EazeGraph
WheelView轮盘选择https://gitee.com/HarmonyOS-TPC/WheelView
RulerView卷尺控件https://gitee.com/HarmonyOS-TPC/RulerView
MultiCardMenu底部弹出的自定义菜单集合https://gitee.com/HarmonyOS-TPC/MultiCardMenu
DividerDrawable分割线绘制https://gitee.com/HarmonyOS-TPC/DividerDrawable
ProtractorView量角器控件https://gitee.com/HarmonyOS-TPC/ProtractorView
ohos-ExpandIcon箭头控件https://gitee.com/HarmonyOS-TPC/ohos-ExpandIcon
GestureLock可自定义配置的手势动画解锁https://gitee.com/HarmonyOS-TPC/GestureLock
williamchart柱状图圆形图进度图山峰图https://gitee.com/HarmonyOS-TPC/williamchart
labelview自定义角标图https://gitee.com/HarmonyOS-TPC/labelview
PatternLockView简单的手势解锁https://gitee.com/HarmonyOS-TPC/PatternLockView
BadgeView图标的标签图https://gitee.com/HarmonyOS-TPC/BadgeView
MaterialBadgeTextView图标的标签图https://gitee.com/HarmonyOS-TPC/MaterialBadgeTextView
SlantedTextView自定义角标图https://gitee.com/HarmonyOS-TPC/SlantedTextView
TriangleLabelView三角形角标图https://gitee.com/HarmonyOS-TPC/TriangleLabelView
GoodView带特效点赞按钮https://gitee.com/HarmonyOS-TPC/GoodView
StateViews自定义状态提示控件https://gitee.com/HarmonyOS-TPC/StateViews
WaveView自定义水平面样式控件https://gitee.com/HarmonyOS-TPC/WaveView
CircleRefreshLayout下拉刷新组件https://gitee.com/HarmonyOS-TPC/CircleRefreshLayout

七、框架类

名称介绍资源地址
TheMVPmvp框架https://gitee.com/HarmonyOS-TPC/TheMVP
ohos-ZBLibraryMVP框架,同时附有OKhttp,glide,zxing等常用工具https://gitee.com/HarmonyOS-TPC/ohos-ZBLibrary

以上的库比较老 下面提供最新地址
OpenHarmony开源项目 https://gitee.com/openharmony
最新库地址:https://gitee.com/organizations/openharmony/projects

无论是哪个阶段,坚持努力都是成功的关键。不要停下脚步,继续前行,即使前路崎岖,也请保持乐观和勇气。相信自己的能力,你所追求的目标定会在不久的将来实现。加油!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/199006.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

面试前自测题,接口自动化测试过程中怎么处理接口依赖?

面试的时候经常会被问到在接口自动化测试,过程中怎么处理接口依赖?首先我们要搞清楚什么是接口依赖。 前言 01.什么是接口依赖 接口依赖指的是,在接口测试的过程中一个接口的测试经常需要依赖另一个或多个接口成功请求后的返回数据。 那怎么…

Stable Diffusion WebUI训练Lora测试XYZ显示例图

方式一 1.1 选择模型放入目录 将模型放入sd项目的models\Lora\目录,尽量保持和其他模型分开。 sd中显示如下: 1.2 脚本X/Y/Zplot选择 X轴类型:提示词搜索/替换 X轴值:NUM,000001,000002, 000003, 000004, 000005, 000006, 000007, 000008, 000009, 000010 Y轴类型:提…

Mysql进阶-事务锁

前置知识-事务 事务简介 事务 是一组操作的集合,它是一个不可分割的工作单位,事务会把所有的操作作为一个整体一起向系统提交或撤销操作请求,即这些操作要么同时成功,要么同时失败。 就比如: 张三给李四转账1000块钱&#xff0…

文件下载保存接口的创建_FastAPI

文件下载保存接口的创建 功能描述实现代码功能演示 功能描述 在网页上对数据进行下载保存处理。例如点击网页上的保存按钮,会把文件下载到本地。下面就是对下载保存功能的实现。 实现代码 gpt_router.get("/export_data") async def export_data():# 需…

应用在触摸开关触控屏中的电容式触摸芯片

触摸开关是一种电子开关,使用时轻按开关按钮即可打开开关。松开手时,开关断开,内部结构由金属弹片受力弹动断开或者由电容值,电阻值等电气参数改变而控制。触摸开关一般是指应用触摸感应芯片原理设计的一种墙壁开关,是…

nginx部署和安装-后端程序多端口访问-后端代理设置

部分补充 查看nginx是否安装http_ssl_module模块 ./nginx -V 看到有 configure arguments: --with-http_ssl_module, 则已安装。 如果没有安装:参考文档 nginx官网地址:nginx: download 这里下载nginx-1.18.0稳定版tar.gz 下载后,利用…

阶段四:数据分析与机器学习(学习如何使用matplotlib和seaborn进行数据可视化)

Matplotlib 和 Seaborn 是 Python 中常用的数据可视化库。Matplotlib 是一个基本的绘图库,可以用于绘制各种静态、动态、交互式和三维图表。Seaborn 基于 Matplotlib,提供了更高级的接口和更美观的默认样式。 下面是一个简单的教程,介绍如何使用 Matplotlib 和 Seaborn 进行…

JavaScript 数组方法 reduce() 的用法

一、概述 在JavaScript中,reduce()方法是一个非常实用的数组方法,它接收一个函数作为累加器(accumulator),数组中的每个值(从左到右)开始缩减,最终为一个值。这个方法在处理数组…

OpenTelemetry系列 - 第4篇 OpenTelemetry K8S生态

目录 一、【Helm】添加OTel Helm repo二、【Helm Chart】OTel Collector2.1 daemonset2.2 deloyment 三、【K8S Operator】OTel Operator3.1 安装OTel Operator3.2 部署OpenTelemetryCollector3.2.1 Deloyment Mode3.2.2 DeamonSet Mode3.2.3 StatefulSetMode3.2.4 Sidecar Mod…

RocketMq原理(待完善)

MQ作用 异步解耦削峰 RocketMQ背景 ​ RocketMQ是阿里巴巴开源的一个消息中间件,在阿里内部历经了双十一等很多高并发场景的考验,能够处理亿万级别的消息。2016年开源后捐赠给Apache,现在是Apache的一个顶级项目。 ​ 早期阿里使用ActiveM…

基于SUMO和强化学习的交通优化

本文旨在解释强化学习方法如何通过 TraCl 与 SUMO 配合使用,以及这如何有利于城市交通管理和自动驾驶车辆的路径优化。 NSDT工具推荐: Three.js AI纹理开发包 - YOLO合成数据生成器 - GLTF/GLB在线编辑 - 3D模型格式在线转换 - 可编程3D场景编辑器 - REV…

Node包管理工具 - nvm、npm、yarn、cnpm、pnpm

转载说明 原文地址 简介 nvm : 可以实现一台电脑,拥有多个版本的Node npm : node package manager 下载Node后自带的一个包管理工具 yarn : npm 的升级版,更优秀 cnpm : 配置下载非官方地址的依赖(淘宝、华为、腾讯镜像) pnpm :…

day70

今日回顾 session 中间件 auth session Cookie虽然在一定程度上解决了“保持状态”的需求,但是由于Cookie本身最大支持4096字节,以及Cookie本身保存在客户端,可能被拦截或窃取,因此就需要有一种新的东西,它能支持更…

辛普森距离(SD,Sampson Distance)

定义 Sampson误差是复杂性介于代数误差和几何误差之间,但非常近似于几何误差的一种误差。 应用 SLAM对极几何中使用到SD来筛选内点: 1.随机采样8对匹配点 2.8点法求解基础矩阵 ​; 3.奇异值约束获取基础矩阵F; 4.计算误差&…

4、单例模式(Singleton Pattern)

单例模式是保证系统实例唯一性的重要手段。单例模式首先通过将类的实例化方法私有化来防止程序通过其他方式创建该类的实例,然后通过提供一个全局唯一获取该类实例的方法帮助用户获取类的实例,用户只需也只能通过调用该方法获取类的实例。 单例模式的设…

通达信指标公式19:龙虎榜股票池——主力控盘度的计算方法

0.小红牛本指标,选股的思路说明:控盘度,又称主力控盘,是指主力控制了某只股票的大部分流通股,从而控制了股票的价格。主力控盘的目的通常是为了获取更多的收益,通过控制股票价格来实现其策略。所以首要分析…

(04730)电路分析基础之电阻、电容及电感元件

04730电子技术基础 语雀(完全笔记) 电阻元件、电感元件和电容元件的概念、伏安关系,以及功率分析是我们以后分析电 路的基础知识。 电阻元件 电阻及其与温度的关系 电阻 电阻元件是对电流呈现阻碍作用的耗能元件,例如灯泡、…

Hadoop学习笔记(HDP)-Part.04 基础环境配置

目录 Part.01 关于HDP Part.02 核心组件原理 Part.03 资源规划 Part.04 基础环境配置 Part.05 Yum源配置 Part.06 安装OracleJDK Part.07 安装MySQL Part.08 部署Ambari集群 Part.09 安装OpenLDAP Part.10 创建集群 Part.11 安装Kerberos Part.12 安装HDFS Part.13 安装Ranger …

外包干了2个月,技术倒退2年。。。。。

先说一下自己的情况,本科生,20年通过校招进入深圳某软件公司,干了接近4年的功能测试,今年国庆,感觉自己不能够在这样下去了,长时间呆在一个舒适的环境会让一个人堕落!而我已经在一个企业干了四年的功能测试…

现代版“田忌赛马”:IPMT如何实现资源利用最大化

摘要:在流程调整和产品重整过程中,IPMT发挥了至关重要的作用。IPMT是什么?它的职责到底是什么?每个公司必须要有IPMT吗? 1992年,IBM在激烈的市场竞争下,遭遇到了严重的财政困难,利润…