C:\Users\Desktop\homeWork\Django_stu_man>python manage.py migrate Operations to perform: Apply all migrations: admin, app01, auth, contenttypes, sessi ...
分类:
移动开发 时间:
2020-05-27 18:45:16
阅读次数:
86
package Cola; public abstract class ColaEmployee { String name; int birthmonth; public ColaEmployee() { } public ColaEmployee(String name, int birthmo ...
分类:
编程语言 时间:
2020-05-16 18:36:51
阅读次数:
57
练习要求: 1.1搭建项目(ubuntu): 终端操作(搭建前端项目): cd ./Desktop //进入桌面 moluo@ubuntu:~/Desktop$ mkvirtualenv homework //创建虚拟环境 (homework) moluo@ubuntu:~/Desktop$ mkd ...
分类:
其他好文 时间:
2020-05-16 16:33:57
阅读次数:
61
一.类和对象 类是现实世界或思维世界的实体在计算机中的反映 它将数据以及这些数据上的操作封装在一起 把类比作一个模版,通过这个模版可以产生很多个对象 二.构造函数 $ vim s3.py class Student(): name = '' age = 0 def do_homework(self) ...
分类:
编程语言 时间:
2020-05-05 23:32:20
阅读次数:
64
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1789 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Descripti ...
分类:
其他好文 时间:
2020-04-12 19:01:30
阅读次数:
77
Doing Homework Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 15868 Accepted Submission(s): 7718 ...
分类:
其他好文 时间:
2020-04-07 18:29:08
阅读次数:
61
1. 回顾你过去将近3年的学习经历 当初你报考的时候,是真正喜欢计算机这个专业吗? 你现在后悔选择了这个专业吗? 你认为你现在最喜欢的领域是什么(可以是计算机的也可以是其它领域)? 答:一开始感觉编程很酷,所以从高中便一直想学习计算机方面的专业,但由于一些原因,高考时未能报考计算机专业,后来转入计算 ...
分类:
其他好文 时间:
2020-03-22 17:55:55
阅读次数:
70
一、Github项目地址 https://github.com/AllForward/GP_Homework/tree/master/个人项目 二、题目叙述 这个项目要求写一个命令行程序,模仿已有wc.exe 的功能,并加以扩充,给出某程序设计语言源文件的字符数、单词数和行数。实现一个统计程序,它能 ...
分类:
其他好文 时间:
2020-03-22 01:21:49
阅读次数:
70
CO 353 - Homework assignment 4 Winter ’20 Page 1CO 353 - Winter ’20Homework assignment #4:Instructions:? You may use any result proved in class direct ...
分类:
其他好文 时间:
2020-03-20 18:42:33
阅读次数:
86
CSE 216 – Homework IThis homework document consists of 3 pages. Carefully read the entire document before you start coding.Note: All functions, unless ...
分类:
其他好文 时间:
2020-03-08 19:30:24
阅读次数:
70