摘要:
今天python实训,本来想划水的,因为之前已经做过了。感觉没什么意思。奈何队友选了个通讯录管理系统,要用到pygame,这种东西当然是我来做了, 然后居然弄了一下午,——我太难了 总是出现pygame.error: Unable to open file 'xx.mp3'这样的错误提示,我哪想到是 阅读全文
摘要:
给电脑装了虚拟器,然后装了Linux,学习一下关于Linux的知识 date命令 查看当前时间 cal calendar的简称, pwd 查看当前位置 cd +文件名 进入该文件 cd ..返回上一级 ls (ls -l) 查看查看当前文件下的文件 mkdir +文件名 在当前目录新建一个文件m r 阅读全文
摘要:
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, 阅读全文
摘要:
Scientific notation is the way that scientists easily handle very large numbers or very small numbers. The notation matches the regular expression [+- 阅读全文
摘要:
People often have a preference among synonyms of the same word. For example, some may prefer "the police", while others may prefer "the cops". Analyzi 阅读全文