Mr_cold's blog

Archives · 2024

Home

Archives

鸿蒙

鸿蒙应用开发

本节记录通过黑马程序员B站课程学习鸿蒙应用开发的笔记。 黑马程序员鸿蒙课程 课程内容: 鸿蒙APP开发 (1)ArkUI界面与交互 (2)组件化开发 (3)网络管理 能力套件开发 (1)一次开发多端部署 (2)系统能力集 (3)开放能力集 全场景开发 (1)元服务 (2)端云一体化 (3)万物互联 1. ArkTS基础快速入门 console.log() 在日志里打印东西 三种基础数据类型 string number boolean 存储数据 //let 变量名:类型 = 值 let title : string = "奥利奥" let price : number = 10 let isBuy : bool..

Read more
SoftwareEngineeringSoftwareBloat

Software Bloat Analysis:Finding, Removing, and Preventing Performance Problems in Modern Large-Scale Object-Oriented Applications

@inproceedings{xu2010software, title={Software bloat analysis: Finding, removing, and preventing performance problems in modern large-scale object-oriented applications}, author={Xu, Guoqing and Mitchell, Nick and Arnold, Matthew and Rountev, Atanas and Sevitsky, Gary}, booktitle={Proceedings of the FSE/SDP workshop on F..

Read more
user_study

Practitioners’ Expectations

Practitioners’ Expectations on Automated Code Comment Generation @inproceedings{hu2022practitioners, title={Practitioners' expectations on automated code comment generation}, author={Hu, Xing and Xia, Xin and Lo, David and Wan, Zhiyuan and Chen, Qiuyuan and Zimmermann, Thomas}, booktitle={Proceedings of the 44th Internat..

Read more