程序员如何应用他们的代码? [英] How do programmers apply their code?

查看:75
本文介绍了程序员如何应用他们的代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

好的,所以我对编程非常陌生并且几乎什么都不知道。我一直在观看使用python和C编码的人的视频,但我想知道他们为特定任务编写程序时,他们如何将其付诸行动,或者他们如何将其应用于他们为其创建的情况? br />


我尝试过:



观看视频和搜索谷歌:D

Okay so I'm very new to programming and know just about nothing and all. I've been watching videos of people coding in python and C but I was wondering like once they write a program for a specific task, how do they put it into action or how do they apply it to the situation they created it for?

What I have tried:

Watching videos and searching google :D

推荐答案

你将它部署到目标设备。



当你建立它,你指定一个目标(Android; Linux; UWP; Windows; Ios)。



然后加载到目标设备上运行。



这假设您具有上传到给定设备的权限。
You "deploy" it to the "target" device.

When you "build" it, you specify a target (Android; Linux; UWP; Windows; Ios).

Then "load" it onto that target device to run.

This assumes you have the "authority" to upload to a given device.


听起来您不仅对编码感兴趣,但整个软件过程。纯软件开发是核心步骤,但还有其他阶段。



例如,Android或iOS等移动系统的软件分发在Play商店或App Store上。对于像Windows这样的系统,正在构建一个安装包的工具可以完成安装软件所需的步骤。当驱动程序和一些dll在包中时,它可能非常棘手。



在工厂中,通常是正在使用的机器的图像文件。这意味着系统管理员正在部署一个典型系统,其备份将写在所有设备上。



最后但并非最不重要:您需要用于营销和设计的资源以及< b>很多钱向开发商和经理付款。 ; - )
It sounds promising that you are not only interested in coding, but the whole software process. The pure development of software is the central step, but there are other phases.

For instance the distribution of software for mobile systems for like Android or iOS is on the Play Store or App Store. For some systems like Windows are tools which are building a setup packet which does the needed steps for installing the software. It can be really tricky, when drivers and some dlls are in the package.

In factories are often image files for the machines in use. That means that system administrators are deploying one typical system and its backup is written on all devices.

Last but not least: you need resources for marketing and design and also a lot of money to pay the developers and managers. ;-)


请参阅 Python教程 - Python 3.4.9rc1文档 [ ^ ]和EFNet#Winprog [ ^ ]了解一些想法。
See The Python Tutorial — Python 3.4.9rc1 documentation[^] and EFNet #Winprog[^] for some ideas.


这篇关于程序员如何应用他们的代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆