码迷,mamicode.com
首页 >  
搜索关键字:coffee    ( 266个结果
3.HTML 列表
1.无序列表: good boy haha2.有序列表: good boy haha3.自定义列表:Coffee- black hot drinkMilk- white cold drink4.不同类型的无序列表:
分类:Web程序   时间:2015-11-17 16:51:49    阅读次数:163
ubuntu 下 atom 禁用 alt+key 调出菜单
打开 edit -> preference -> open config folder -> init.coffee, 添加 #?Get?rid?of?the?alt-menu?shortcuts atom.menu.template.forEach?(t)?-> ??t.label?=?t.label.replace("&",?"") atom.menu...
分类:系统相关   时间:2015-11-14 01:07:52    阅读次数:313
实现简单购物车功能
#!/usr/bin/python #-*-coding:utf-8-*- aalist=[‘Mac‘,‘Coffee‘,‘Book‘,‘Bus‘] price=[‘10000‘,‘50‘,‘500‘,‘2000‘] shop_list=[]#购物车列表 gongzi=int(raw_input(‘请输入你的工资:‘)) importsys ifgongzi<int(price[1]):#如果工资小于coffee的价格; print‘请努力工作!..
分类:其他好文   时间:2015-11-13 19:21:26    阅读次数:339
coffee.js
( ) ( ( ) ) ( ( ( ) ) )########################## ############...
分类:Web程序   时间:2015-11-10 17:35:55    阅读次数:148
ES6入门系列三(特性总览下)
0、导言最近从coffee切换到js,代码量一下子变大了不少,也多了些许陌生感。为了在JS代码中,更合理的使用ES6的新特性,特在此对ES6的特性做一个简单的总览。1、模块(Module) --Chrome测试不可用在ES6中,有class的概念,不过这只是语法糖,并没有解决模块化问题。Module...
分类:其他好文   时间:2015-11-07 17:24:43    阅读次数:220
Concurrent and Parallel Programming
What’s the difference between concurrency and parallelism? Explain it to a five year old. Concurrent?= Two queues and one coffee machine. Parallel?= Two queues and two coffee machines. Tagged:?...
分类:其他好文   时间:2015-10-27 17:59:02    阅读次数:180
数字图像处理(三):高斯滤波和双边滤波
1.高斯滤波clear all;clc;close all%% 彩色to灰度img=imread('Fig0631(a)(strawberries_coffee_full_color).jpg');gray=rgb2gray(img); ...
分类:其他好文   时间:2015-10-26 20:26:02    阅读次数:569
125 kHz RFID Reader
125 kHz RFID Reader?A small circuit to read RFID badges operating at 125 kHz (EM4102)?This circuit is used here :Coffee Tally Sheet ? Kaffee-Strichlis...
分类:其他好文   时间:2015-09-22 06:34:34    阅读次数:1294
第17本:《代码的未来》
第17本:《代码的未来》要去西南出差了,却从自己的书架上和Kindle中找不出感兴趣的书来,临出发前去老 SUN屋里寻摸一圈,选中了《代码的未来》这本书。选中它的原因有几条:Ruby之父写的书,作者是日本人,日本人写的书一般比较实用、也想了解一下 Ruby、翻目录时发现有Go、Dart、Coffee...
分类:其他好文   时间:2015-09-20 20:30:28    阅读次数:289
SHOPING 购物(学了老男孩视频写的)​
#!/usr/bin/pythonimportsyslogimportsysthis_year=2015product=[‘apple‘,‘coffee‘,‘pc‘,‘rebot‘,‘clothes‘,‘licai‘]#创建数组price=[4999,30,8000,100000,1000,500]#创建数组qingdan=[]#创建数组whileTrue:try:gongz=int(raw_input(‘\033[33;1mpleaseinputyougz:\033[0m‘).str..
分类:其他好文   时间:2015-09-18 12:08:18    阅读次数:202
266条   上一页 1 ... 19 20 21 22 23 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!