码迷,mamicode.com
首页 >  
搜索关键字:course    ( 2893个结果
python入门以及接口自动化实践
一、Python入门必备基础语法# 标识符:python中我们自己命名的都是标识符# 项目名 包名 模块名# 变量名 函数名 类名# 1:字母 下划线 数字组成 命名的时候不能以数字开头# 2:见名知意:不同的字母和数字之间用下划线隔开# 3:项目名 包名 模块名 变量名 函数名 都是小写字母,不同 ...
分类:编程语言   时间:2019-02-12 23:09:41    阅读次数:250
[Angular] Angular i18n Pluralization Support
// Component: this.coursesTotal = this.course,length {coursesTotal, plural, =0 {No course in available.} =1 {One course is available.} other {A total ... ...
分类:其他好文   时间:2019-02-08 17:13:08    阅读次数:162
WebSocket-Over-HTTP Protocol
转自:https://pushpin.org/docs/protocols/websocket-over-http/ WebSocket-Over-HTTP Protocol The WebSocket-Over-HTTP protocol is a simple, text-based proto ...
分类:Web程序   时间:2019-02-07 19:07:11    阅读次数:142
寒假训练——搜索——C - Robot
The Robot Moving Institute is using a robot in their local store to transport different items. Of course the robot should spend only the minimum time ...
分类:其他好文   时间:2019-02-07 16:26:04    阅读次数:152
寒假特训——I - Fair
Some company is going to hold a fair in Byteland. There are nn towns in Byteland and mm two-way roads between towns. Of course, you can reach any town ...
分类:其他好文   时间:2019-02-04 12:59:28    阅读次数:132
1039 Course List for Student(字符串哈希)
Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the ...
分类:其他好文   时间:2019-02-03 19:43:54    阅读次数:161
MyBatis实现关联表查询
1.在一个实体类中添加另一个实体类的属性及List属性:public class Course {private int id;// id --> cid private String name;// name --> cnameprivate Teacher teacher;private Lis ...
分类:其他好文   时间:2019-02-03 18:21:56    阅读次数:175
Android Retrofit 实现(图文上传)文字(参数)和多张图片一起上传
背景 在有心课堂《自己动手写HTTP框架》课程中有下列课程: 自拍要发朋友圈如何实现 http://stay4it.com/course/4/learn#lesson/208 通过自己写的HTTP框架实现将图片和文字等内容在一个接口中提交到服务器。无论哪种网络框架,都要遵守HTTP协议。下面我们简单 ...
分类:移动开发   时间:2019-02-03 10:41:06    阅读次数:277
Python3 Selenium学习
https://ke.qq.com/course/310732 一直计划着系统地看看Python3,这两天不用加班了,在网上下了些资源,自己演练一番。 Python3标识符保留字,直接命令行中可以查看当前版本的保留字 我用的是PyCharm,保留字截图不全面,复制如下: PyDev console: ...
分类:编程语言   时间:2019-02-02 17:13:40    阅读次数:326
PAT A1039、A1047——vector常见用法
A1039.Course List for StudentZhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, yo ...
分类:其他好文   时间:2019-02-02 00:44:38    阅读次数:179
2893条   上一页 1 ... 49 50 51 52 53 ... 290 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!