天气应用开发全流程指南
1. 文本约定与反馈渠道
在开发过程中,存在一些文本约定:
- CodeInText :用于表示文本中的代码词汇、数据库表名、文件夹名、文件名、文件扩展名、路径名、虚拟 URL、用户输入和 Twitter 句柄等。例如:”This method will call the method exec of the Runner to execute the function that performs the requests to the Twitter API.”
- 代码块 :以特定格式呈现,如下所示:
def set_header(self):
title = Label(self,
text='Voting for hasthags',
font=("Helvetica", 24),
height=4)
title.pack()
- 突出代码部分 :当需要突出代码块的特定部分时,相关行或项会以粗体显示,例如:
def start_app(args):
root = Tk()
app = Application(hashtags=args.hashtags, master=root)
app.
天气应用开发全流程指南
超级会员免费看
订阅专栏 解锁全文
1021

被折叠的 条评论
为什么被折叠?



