码迷,mamicode.com
首页 >  
搜索关键字:car    ( 3306个结果
python之面向对象
一、面向对象初识 从结构上理解:面向对象分为两部分 函数vs面向对象: def ragister(argv): pass def login(argv): pass def shoppingcar(argv): pass class Shopping_Car: def __init__(self): ...
分类:编程语言   时间:2018-08-23 21:04:56    阅读次数:197
购物车--普通版
此版本有些瑕疵,仅供参考 ...
分类:其他好文   时间:2018-08-21 23:28:07    阅读次数:305
一些 Mysql 维护命令
----------------------------------------------------------------------------使用mysql客户端程序--------------------------------------------------------------... ...
分类:数据库   时间:2018-08-21 19:02:11    阅读次数:185
【原创】移动端高清、多屏适配方案
移动端高清、多屏适配方案 背景 开发移动端H5页面 面对不同分辨率的手机 面对不同屏幕尺寸的手机 视觉稿 在前端开发之前,视觉MM会给我们一个psd文件,称之为视觉稿。 对于移动端开发而言,为了做到页面高清的效果,视觉稿的规范往往会遵循以下两点: 首先,选取一款手机的屏幕宽高作为基准(以前是ipho ...
分类:移动开发   时间:2018-08-21 17:13:55    阅读次数:230
《SLAM十四讲》个人学习知识点梳理
0.引言 从六月末到八月初大概一个月时间一直在啃SLAM十四讲[1]这本书,这本书把SLAM中涉及的基本知识点都涵盖了,所以在这里做一个复习,对这本书自己学到的东西做一个梳理。 书本地址:http://www.broadview.com.cn/book/4938 书本代码:https://githu ...
分类:其他好文   时间:2018-08-21 16:04:33    阅读次数:344
vue组件+axios访问本地json
import axios from 'axios'export default { name: "AjaxText", data: function () { return { message: {} } }, mounted() { this.cartView(); }, methods:{ ca ...
分类:移动开发   时间:2018-08-19 23:26:08    阅读次数:629
POJ 1511 Invitation Cards(逆向思维 SPFA)
Description In the age of television, not many people attend theater performances. Antique Comedians of Malidinesia are aware of this fact. They want ...
分类:其他好文   时间:2018-08-19 20:57:40    阅读次数:138
hdu1702 ACboy needs your help again!
ACboy needs your help again! Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 11427 Accepted Submi ...
分类:其他好文   时间:2018-08-19 13:02:54    阅读次数:131
Masha and Bears(翻译+思维)
Description A family consisting of father bear, mother bear and son bear owns three cars. Father bear can climb into the largest car and he likes it. ...
分类:其他好文   时间:2018-08-19 11:59:43    阅读次数:1218
CF1016C Vasya And The Mushrooms 题解
这道题一眼就是一个DP(大雾),但题目中有一句很有趣的话 “He wants to visit all the cells exactly once and maximize the total weight of the collected mushrooms.” 也就是每个格子必须且只能经过一次 ...
分类:其他好文   时间:2018-08-18 13:09:47    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!