计算机常用英语词汇

单词翻译美式音标例句中文翻译
access访问/ˈæksɛs/You need proper credentials to access the system.您需要适当的凭据才能访问系统。
adduser添加用户/ˈædˌjuzər/As an administrator, I can adduser to the database.作为管理员,我可以向数据库添加用户
audit审计/ˈɔːdɪt/The company conducted a security audit after the breach.该公司在数据泄露后进行了安全审计
bugs错误(缺陷)/bʌɡz/Developers are working to fix the bugs in the new software update.开发人员正在努力修复新软件更新中的缺陷
cache缓存/kæʃ/Clearing the browser's cache can sometimes fix loading issues.清除浏览器的缓存有时可以解决加载问题。
ci持续集成/siː/Our team uses CI/CD pipelines for efficient deployment.我们团队使用CI/CD管道进行高效部署。
completion完成/kəmˈpləʃən/The project reached completion last week.该项目于上周完成
config配置/kənˈfɪɡ/Make sure to check the server config before deploying.在部署之前,请确保检查服务器配置
dedupe去重(删除重复项)/diːˈd(j)uːp/We need to dedupe the list before sending it to the client.在将列表发送给客户端之前,我们需要进行去重
deprecate弃用(不推荐使用)/ˈdeprəkeɪt/This method has been deprecated in the latest version of the library.该方法在库的最新版本中已被弃用
diff差异(对比)/dɪf/Can you show me the diff between these two files?你能给我看看这两个文件之间的差异吗?
dist-tag分发标签(版本标签)/dɪst ˈtæɡ/The latest stable release has the dist-tag 'latest'.最新稳定版本的分发标签是'latest'。
docs文档(文件)/dɑːks/Read the docs carefully before attempting to configure the server.在尝试配置服务器之前,请仔细阅读相关文档
doctor诊断(医生)/ˈdɑːktər/Run npm **doctor** to check your Node.js environment for common issues.运行npm **doctor**来检查您的Node.js环境是否存在常见问题。
edit编辑(修改)/ˈedɪt/You can edit the file and save your changes.您可以编辑文件并保存更改。
exec执行(运行)/ɪɡˈzɛk/Use npm run to execute scripts defined in package.json.使用npm run执行package.json中定义的脚本。
explain解释(说明)/ɪkˈspleɪn/Can you explain this complex algorithm to me?你能向我解释这个复杂的算法吗?
explore探索(浏览)/ɪkˈsplɔːr/Let's explore different design options for the website.让我们一起来探索网站的不同设计选项吧。
find-dupes查找重复项(寻找重复内容)/faɪnd ˈd(j)uːpz/Running npm **find-dupes** will help us identify redundant packages.运行npm **find-dupes**将帮助我们识别冗余的包。
fund资助(提供资金)/fʌnd/This open-source project is seeking to fund its development.这个开源项目正在寻求为其开发提供资助
get获取(得到)/ɡɛt/How can I get the latest version of the software?我如何获取该软件的最新版本?
help帮助(援助)/hɛlp/Don't hesitate to ask for help if you need it.如果您需要帮助,请随时寻求帮助
help-search帮助搜索(查找帮助)/hɛlp ˈsɜːrtʃ/Use the command line help-search to quickly find relevant information.使用命令行帮助搜索功能来快速查找相关信息。
hook钩子(回调函数)/hʊk/We added a hook to trigger notifications when a new user is added.我们添加了一个钩子,以便在添加新用户时触发通知。
init初始化(启动)/ɪˈnɪt/Run npm **init** to create a new package.json file.运行npm **init**来创建一个新的package.json文件。
install安装(设置)/ɪnˈstɔl/You need to install the dependencies before running the project.在运行项目之前,您需要安装依赖项。
install-ci-test安装CI测试(为持续集成安装测试)/ɪnˈstɔl siː ˈtɛst/Make sure to run the install-ci-test script before committing changes.在提交更改之前,请确保运行install-ci-test脚本。
install-test安装测试(安装并测试)/ɪnˈstɔl ˈtɛst/After installing the package, run the install-test to verify its functionality.安装软件包后,运行install-test以验证其功能。
link链接(连接)/lɪŋk/You can use npm **link** to create symlinks for local development.您可以使用npm **link**为本地开发创建符号链接。
ll列出详细信息(长列表)/ɛl ɛl/Typing ls -l or ll in the terminal will show a detailed list of files and directories.在终端中输入ls -lll将显示文件和目录的详细列表。
login登录(登入)/ˈlɔːɡɪn/You need to login to your account before accessing the dashboard.在访问仪表板之前,您需要先登录到您的帐户。
logout登出(退出)/ˈlɔːɡaʊt/Don't forget to logout when you're done using the system.使用完系统后,不要忘记退出登录
ls列出(显示列表)/ɛl ɛs/Typing ls in the terminal will show a list of files and directories.在终端中输入ls将显示文件和目录的列表。
main主要的(主程序)/meɪn/The main function is the starting point of the program.函数是程序的起点。
merge合并(整合)/mɜːrdʒ/Please merge your changes into the master branch.请将您的更改合并到主分支中。
module模块(组件)/ˈmɒdjuːl/This project is divided into several modules for better organization.这个项目被分成几个模块,以便更好地组织。
npmNode Package Manager(节点包管理器)/ɛn piː ɛm/You can use npm to install and manage Node.js packages.您可以使用npm来安装和管理Node.js包。
open打开(启动)/ˈoʊpɛn/Please open the file in your preferred text editor.请在您喜欢的文本编辑器中打开文件。
output输出(结果)/ˈaʊtpʊt/The program's output is displayed in the console.程序的输出显示在控制台上。
package包(软件包)/ˈpækɪdʒ/This package contains all the necessary files to run the application.这个包含运行应用程序所需的所有文件。
package-lock包锁(锁定依赖项版本)/ˈpækɪdʒ ˈlɒk/The package-lock.json file ensures consistent installations by locking down dependency versions.package-lock.json文件通过锁定依赖项版本来确保一致的安装。
publish发布(公开)/ˈpʌblɪʃ/Once you're ready, you can publish your package to the npm registry.准备好后,您可以将您的包发布到npm注册表。
pull拉取(获取更新)/pʊl/Run git **pull** to fetch and merge changes from the remote repository.运行git **pull**以从远程存储库获取并合并更改。
push推送(上传更改)/pʊʃ/After committing your changes, use git **push** to upload them to the remote repository.在提交更改后,使用git **push**将它们上传到远程存储库。
read读取(输入)/riːd/The program needs to read data from a file before processing it.程序在处理数据之前需要从文件中读取数据。
reboot重新启动(重启)/ˌriːˈbuːt/Sometimes, you may need to reboot your system for changes to take effect.有时,您可能需要重新启动系统以使更改生效。
remove删除(移除)/rɪˈmuːv/Please remove the unnecessary files from the project directory.请从项目目录中删除不必要的文件。
rename重命名(更改名称)/ˌriːˈneɪm/You can use the mv command to rename a file or directory.您可以使用mv命令来重命名文件或目录。
repo仓库(代码库)/ˈriːpoʊ/You can clone the project's repo to your local machine for development.您可以将项目的仓库克隆到本地机器上进行开发。
run运行(执行)/rʌn/To start the program, type npm **run** start in the terminal.要启动程序,请在终端中输入npm **run** start
save保存(存储)/seɪv/Don't forget to save your changes before exiting the editor.在退出编辑器之前,不要忘记保存您的更改。
search搜索(查找)/sɜːrtʃ/Use the search bar to quickly find what you're looking for.使用搜索栏快速找到您要查找的内容。
serve服务(提供)/sɜːrv/The server will serve the web application to clients.服务器将向客户端提供Web应用程序服务。
setup设置(配置)/ˈsɛtʌp/Follow the instructions to setup your development environment.按照说明设置您的开发环境。
start开始(启动)/stɑːrt/Type npm **start** to begin running the application.输入npm **start**以开始运行应用程序。
status状态(情况)/ˈsteɪtəs/Check the system status before proceeding with the next step.在进行下一步之前,请检查系统状态
stop停止(终止)/stɑːp/Press Ctrl + C to stop the running program.Ctrl + C停止正在运行的程序。
test测试(验证)/tɛst/Write unit tests to ensure your code works as expected.编写单元测试以确保您的代码按预期工作。
update更新(升级)/ˌʌpˈdeɪt/It's important to keep your software up to date by regularly applying security updates.通过定期应用安全更新,保持软件最新非常重要。
upgrade升级(提升)/ˌʌpˈɡreɪd/You may need to upgrade your operating system to support the latest features.您可能需要升级您的操作系统以支持最新功能。
user用户(使用者)/ˈjuːzər/As a user, you can customize the application's settings to fit your needs.作为用户,您可以自定义应用程序的设置以满足您的需求。
version版本(版次)/ˈvɜːrʒn/What version of Node.js are you using?您使用的是哪个版本的Node.js?
watch观察(监视)/wɑːtʃ/Use npm **watch** to automatically recompile your code when changes are made.使用npm **watch**在更改时自动重新编译您的代码。
     
write写入(记录)/raɪt/The program needs to write data to a file for storage.程序需要将数据写入文件以进行存储。
zip压缩(打包)/zɪp/You can use a tool like WinRAR to zip multiple files into a single archive.您可以使用像WinRAR这样的工具将多个文件压缩为单个存档。
branch分支(分路)/bræntʃ/Create a new branch for experimental features to isolate them from the main codebase.为实验性功能创建一个新的分支,以将它们与主代码库隔离。
clone克隆(复制)/kloʊn/To get a copy of the project, you can clone the repository using Git.要获取项目的副本,您可以使用Git克隆存储库。
commit提交(保存更改)/kəˈmɪt/After making changes, don't forget to commit them to the repository.进行更改后,不要忘记将它们提交到存储库。
debug调试(排除故障)/diːˈbʌɡ/Spending hours debugging code is a common part of a developer's job.花费数小时调试代码是开发人员工作的常见部分。
deploy部署(发布)/dɪˈplɔɪ/Once testing is complete, you can deploy your application to a production environment.测试完成后,您可以将应用程序部署到生产环境中。
fork分叉(派生)/fɔːrk/If you want to modify someone else's project, you can fork it and work on your own copy.如果您想修改其他人的项目,您可以分叉它并在自己的副本上工作。
issue问题(错误)/ˈɪʃuː/If you encounter any issues, please report them on the project's GitHub page.如果您遇到任何问题,请在项目的GitHub页面上报告。
rebase变基(重整提交历史)/riːˈbeɪs/Before merging, it's a good practice to rebase your branch to ensure a clean commit history.在合并之前**,变基**您的分支以确保清晰的提交历史记录是一种很好的做法。
refactor重构(代码重组)/ˌriːˈfæktər/We need to refactor this part of the code to improve readability and efficiency.我们需要重构这部分代码以提高可读性和效率。
release发布(推出新版本)/rɪˈliːs/The team is planning to release a new version of the software next month.该团队计划下个月发布软件的新版本。
review审查(检查代码)/rɪˈvjuː/Before merging a pull request, it's important to review the code for any potential issues.在合并拉取请求之前,重要的是要审查代码以发现任何潜在问题。
testing测试(验证功能)/ˈtɛstɪŋ/Automated testing is crucial to ensure the quality of the software.自动化测试对于确保软件质量至关重要。
algorithm算法(计算方法)/ˈælɡoʊrɪðəm/The efficiency of the program depends on the algorithm used.程序的效率取决于所使用的算法
backend后端(服务器端)/ˌbækˈend/The backend of the application handles data storage and processing.应用程序的后端处理数据存储和处理。
bug缺陷(错误)/bʌɡ/Finding and fixing bugs is a crucial part of software development.查找和修复缺陷是软件开发的关键部分。
compile编译(转换代码)/kəmˈpaɪl/You need to compile the source code into machine language before it can be executed.在源代码可以执行之前,您需要将其编译为机器语言。
database数据库(数据存储系统)/ˈdeɪtəbeɪs/The application uses a database to store and retrieve user data.应用程序使用数据库来存储和检索用户数据。
frontend前端(客户端)/ˌfrʌntˈend/The frontend of the website is responsible for the user interface and interaction.网站的前端负责用户界面和交互。
framework框架(开发平台)/ˈfreɪmwɜːrk/Using a framework can simplify the development process by providing pre-built components and tools.使用框架可以通过提供预构建的组件和工具来简化开发过程。
githubGitHub(代码托管平台)/ˈɡɪthʌb/Many developers use GitHub to collaborate on projects and share their code.许多开发人员使用GitHub在项目上进行协作并共享他们的代码。
internet互联网(全球网络)/ˈɪntərnet/The Internet has revolutionized the way we access and share information.互联网彻底改变了我们获取和共享信息的方式。
interface接口(交互界面)/ˈɪntərfeɪs/The user-friendly interface makes it easy for people to navigate the application.用户友好的接口使人们可以轻松浏览应用程序。
language语言(编程语言)/ˈlæŋɡwidʒ/Python is an example of a high-level programming language.Python是高级编程语言的一个例子。
memory内存(存储能力)/ˈmeməri/The amount of memory in a computer determines how much data it can store at one time.计算机中的内存量决定了它一次可以存储多少数据。
network网络(连接系统)/ˈnetwɜːrk/Computers on a network can share resources and communicate with each other.网络上的计算机可以共享资源并相互通信。
operating system操作系统(基础软件)/ˌɑːpəreɪtɪŋ ˈsɪstəm/Windows and macOS are examples of popular operating systems.Windows和macOS是流行的操作系统的例子。
protocol协议(通信规则)/ˈproʊtokoʊl/HTTP is a protocol used for communication over the internet.HTTP是用于通过互联网进行通信的协议
security安全性(保护措施)/sɪˈkjurəti/Ensuring security is crucial to protect sensitive data and prevent unauthorized access.确保安全性对于保护敏感数据和防止未经授权的访问至关重要。
server服务器(主机)/ˈsɜːrvər/server is a computer that provides services to other computers on a network.服务器是一台为网络上的其他计算机提供服务的计算机。
software软件(程序)/ˈsɔːftwer/Software includes programs and applications that run on a computer.软件包括在计算机上运行的程序和应用程序。
user experience (UX)用户体验(交互感受)/ˈjuzər ɪkˈspɪriəns/Good user experience (UX) design ensures that users can easily and enjoyably interact with a product or service.良好的**用户体验(UX)**设计可确保用户可以轻松、愉快地与产品或服务进行交互。
API (Application Programming Interface)应用程序编程接口(软件开发工具)/ˌeɪ piː ˈɪntərfeɪs/Developers can use the API to integrate their applications with other services.开发人员可以使用应用程序编程接口将他们的应用程序与其他服务集成。
cloud computing云计算(远程计算服务)/ˌklaʊd ˈkɑːmputɪŋ/Cloud computing allows users to access data and applications over the internet.云计算允许用户通过互联网访问数据和应用程序。
cybersecurity网络安全(网络保护)/ˌsaɪbərsekˈjurəti/Cybersecurity measures are essential to protect against cyberattacks and data breaches.网络安全措施对于防止网络攻击和数据泄露至关重要。
data analytics数据分析(数据处理)/ˌdeɪtə əˈnælɪtɪks/Data analytics helps organizations make informed decisions by analyzing large amounts of data.数据分析通过分析大量数据帮助组织做出明智的决策。
encryption加密(数据保护)/ɪnˈkripʃn/Encryption is used to secure sensitive data by converting it into an unreadable format.加密用于通过将敏感数据转换为不可读格式来保护它。
firewall防火墙(网络安全系统)/ˈfaɪərwɔːl/firewall is a security system that monitors and controls incoming and outgoing network traffic.防火墙是一种监视和控制进出网络流量的安全系统。
hardware硬件(物理设备)/ˈhɑːrdwer/Computers consist of both hardware (physical components) and software (programs).计算机由硬件(物理组件)和软件(程序)组成。
malware恶意软件(恶意程序)/ˈmælwer/Malware is software designed to damage or disable computers and computer systems.恶意软件是旨在损坏或禁用计算机和计算机系统的软件。
programming language编程语言(编写程序的语言)/ˈproʊɡræmɪŋ ˈlæŋɡwidʒ/Java, Python, and C++ are examples of popular programming languages.Java、Python和C++是流行的编程语言的例子。
artificial intelligence (AI)人工智能(智能模拟)/ˌɑːrtɪˈfɪʃl ɪnˈtɛlɪdʒəns/Artificial intelligence (AI) is a field of computer science that aims to create intelligent machines.**人工智能(AI)**是计算机科学的一个领域,旨在创造智能机器。
big data大数据(海量数据)/ˌbɪɡ ˈdeɪtə/Big data refers to extremely large sets of data that can be analyzed to reveal patterns and trends.大数据指的是可以分析以揭示模式和趋势的极大数据集。
blockchain区块链(分布式账本)/ˈblɑːkˌtʃeɪn/Blockchain technology enables secure and transparent record-keeping without the need for a central authority.区块链技术能够实现安全、透明的记录保存,无需中央机构。
coding编码(编写程序)/ˈkoʊdɪŋ/Coding is the process of writing instructions in a programming language for a computer to execute.编码是用编程语言编写计算机执行的指令的过程。
cyberattack网络攻击(网络威胁)/ˈsaɪbərəˈtæk/cyberattack is an attempt by hackers to damage or disable computers or computer systems.网络攻击是黑客试图损坏或禁用计算机或计算机系统的行为。
debugging调试(错误排查)/ˌdiːˈbʌɡɪŋ/Debugging is the process of identifying and fixing errors (bugs) in a computer program.调试是识别和修复计算机程序中的错误(缺陷)的过程。
internet of things (IoT)物联网(设备互联)/ˌɪntərˈnet ɑːv ˈθiːŋz/The Internet of Things (IoT) refers to the interconnection of physical devices through the internet.**物联网(IoT)**指的是通过互联网将物理设备相互连接。
machine learning机器学习(自动学习)/ˌmæʃiːn ˈlɜːrnɪŋ/Machine learning algorithms enable computers to learn from data without being explicitly programmed.机器学习算法使计算机能够从数据中学习,而无需进行明确的编程。
neural network神经网络(模拟大脑)/ˌnʊˈrəl ˈnetwɜːrk/Neural networks are modeled on the structure and function of the human brain, and are used in a wide range of applications.神经网络以人脑的结构和功能为模型,广泛应用于各种应用。
operating system (OS)操作系统(基础软件)/ˌɑːpəreɪtɪŋ ˈsɪstəm/The operating system (OS) is the software that manages a computer's hardware and software resources.**操作系统(OS)**是管理软件硬件和软件资源的软件。
software development lifecycle (SDLC)软件开发生命周期(开发流程)/ˌsɔːftwer dɪˈvɛləpmənt ˈlaɪfˌsaɪkl/The Software Development Lifecycle (SDLC) is a framework that defines the stages of software development from planning to maintenance.**软件开发生命周期(SDLC)**是一个框架,定义了从规划到维护的软件开发阶段。
user interface (UI)用户界面(交互设计)/ˌjuːzər ˈɪntərfeɪs/The user interface (UI) is the visual and interactive part of a software application.**用户界面(UI)**是软件应用程序的可视化和交互部分。
web development网络开发(网站创建)/ˌweb dɪˈvɛləpmənt/Web development involves the creation and maintenance of websites and web applications.网络开发涉及网站和网络应用程序的创建和维护。
cybersecurity threats网络安全威胁(网络风险)/ˌsaɪbərsekˈjurəti θreɪts/Companies must protect their systems and data from cybersecurity threats such as malware and phishing attacks.公司必须保护其系统和数据免受网络安全威胁,如恶意软件和网络钓鱼攻击。
network administration网络管理(网络维护)/ˌnetwɜːrk ədˈmɪnɪˈstreɪʃn/network administrator is responsible for managing and maintaining computer networks.网络管理员负责管理和维护计算机网络。
data mining数据挖掘(数据分析)/ˌdeɪtə ˈmaɪnɪŋ/Data mining techniques are used to extract useful information from large datasets.数据挖掘技术用于从大型数据集中提取有用信息。
distributed systems分布式系统(多机协作)/dɪˈstrɪbjuːtɪd ˈsɪstɛms/Distributed systems are networks of computers that work together to achieve a common goal.分布式系统是计算机网络,它们协同工作以实现共同目标。
mobile development移动开发(手机应用)/ˌmoʊbaɪl dɪˈvɛləpmənt/Mobile development focuses on creating applications and software for mobile devices.移动开发专注于为移动设备创建应用程序和软件。
agile methodology敏捷方法(灵活开发)/ˈædʒl ˈmɛθədɒlədʒi/The agile methodology is a set of principles and practices for software development that emphasizes flexibility and collaboration.敏捷方法是一组强调灵活性和协作的软件开发原则和实践。
version control版本控制(代码管理)/ˈvɜːrʒn kənˈtroʊl/Version control systems are used to track changes to code over time and manage different versions of a software project.版本控制系统用于跟踪代码随时间的变化并管理软件项目的不同版本。
software testing软件测试(质量检查)/ˌsɔːftwer ˈtɛstɪŋ/Software testing is the process of evaluating the functionality and quality of a software product.软件测试是评估软件产品功能和质量的过程。
cyber ethics网络伦理(网络道德)/ˌsaɪbər ˈɛθɪks/Cyber ethics is concerned with the moral and ethical issues related to the use of technology and the internet.网络伦理关注与技术和互联网使用相关的道德和伦理问题。
data science数据科学(数据处理)/ˌdeɪtə ˈsaɪəns/Data science combines statistics, computer science, and business knowledge to analyze and interpret large datasets.数据科学结合统计学、计算机科学和商业知识来分析和解释大型数据集。
virtual reality (VR)虚拟现实(模拟环境)/ˌvɜːrtʃuəl ˈriːəlti/Virtual reality (VR) technology allows users to experience computer-generated environments as if they are real.**虚拟现实(VR)**技术允许用户体验计算机生成的环境,就像它们是真的一样。
augmented reality (AR)增强现实(现实增强)/ˌɔːɡˈmentɪd ˈriːəlti/Augmented reality (AR) overlays computer-generated content on a user's view of the real world.**增强现实(AR)**将计算机生成的内容叠加在用户对现实世界的视图上。
  • 10
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值