码迷,mamicode.com
首页 >  
搜索关键字:people    ( 2934个结果
pat甲级 1027 Colors in Mars
题目:People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, w ...
分类:其他好文   时间:2021-04-08 13:28:06    阅读次数:0
Lecture 2. Discovering what people can't tell you: Contextual Inquiry and Analysis Methodology
Contextual Inquiry and Analysis Methodology—— 背景研究 & 分析方法 1、Some usability Methods Contextual inquiry Contextual Analysis (Design) Paper prototype 【原型 ...
分类:其他好文   时间:2021-04-05 12:46:46    阅读次数:0
PAT (Advanced Level) Practice 1027 Colors in Mars (20 分) 凌宸1642
PAT (Advanced Level) Practice 1027 Colors in Mars (20 分) 凌宸1642 题目描述: People in Mars represent the colors in their computers in a similar way as the E ...
分类:其他好文   时间:2021-04-05 12:15:31    阅读次数:0
C++之类和对象
#class class People { public: void Say();//直接在类内实现也是可以的,反而更快(直接变内联) People(string name, int age, int money):m_Money(money),m_Age(age),m_Name(name) {// ...
分类:编程语言   时间:2021-04-02 13:29:19    阅读次数:0
Meeting_3_31
Hello, Mr. Houben, this is Zhou Yanzhuo. I returned to China after being in quarantine for a month before I was able to contact people. Now I have fin ...
分类:其他好文   时间:2021-04-01 13:16:40    阅读次数:0
2021-3-13 xml的增删改查
public void XmlAdd(string filename, List<People> pList) { try { List<People> peoples = XmlDeSerializer(filename); foreach (var item in pList) { People ...
分类:其他好文   时间:2021-03-15 10:59:05    阅读次数:0
2021年十堰市中考录取分数线(十堰)
2021年十堰市中考录取分数线,将于7月中下旬公布!请考生家长注意收藏 进入查看:2021年十堰市中考录取分数线 解析:承接上文“Have you recently spotted people carrying garbage bags while jogging?”,此处描述了慢跑者捡垃圾的现象 ...
分类:其他好文   时间:2021-03-15 10:52:37    阅读次数:0
Micronaut微服务 | 基础入门
Some people hear their own inner voices with great clearness. And they live by what they hear.Such people become crazy,or they become legends ...... 有 ...
分类:其他好文   时间:2021-03-10 13:21:51    阅读次数:0
实体类pojo
实体类pojo package com.kuang.pojo; //实体类: 我们一般是和数据库中的表结构一一对应的 public class People { private int id; private String name; private int age; private String ...
分类:其他好文   时间:2021-03-09 13:28:17    阅读次数:0
admin里面的注册模型类的写法
from django.contrib import admin# Register your models here.#注册模型# admin.site.register(模型类)from book.models import BookInfo, PeopleInfoadmin.site.regi ...
分类:其他好文   时间:2021-03-05 13:18:58    阅读次数:0
2934条   上一页 1 2 3 4 ... 294 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!