习题 3: 数字和数学计算这章练习里有很多的数学运算符号。我们来看一遍它们都叫什么名字。你要一边写一边念出它们的名字来,直到你念烦了为止。名字如下:+ plus 加号- minus 减号/ slash 斜杠* asterisk 星号% percent 百分号< less-than 小于号> grea ...
分类:
编程语言 时间:
2017-11-22 20:02:20
阅读次数:
265
(define (a-plus-abs-b a b) (if (> b 0) (+ a b) (- a b)) )(define (a-plus-abs-b-book a b) ((if (> b 0) + -) a b) )(a-plus-abs-b 1 -1)(a-plus-abs-b-book ...
分类:
其他好文 时间:
2017-11-22 13:02:45
阅读次数:
113
Could not locate device support files. This iPhone 7 Plus (Model 1661, 1784, 1785, 1786) is running iOS 11.1.1 (15B150), which may not be supported by ...
分类:
其他好文 时间:
2017-11-21 15:57:05
阅读次数:
100
GitOSC:码云 ECTranslation:翻译 CodeGlance:预览小地图 Background Image Plus:设置背景图片 Key promoter:快捷键提示(执行操作,有设置快捷键则提示) Grep Console:自定义设置控制台输出颜色 GsonFormat:Json ...
分类:
其他好文 时间:
2017-11-21 14:47:16
阅读次数:
102
Applicative Parsing 使用 Applicative 式的 Parser。 包括使用 (), (), (), (), many 等运算符。 plus = char \ number p1 \ p2 依次匹配 p1 和 p2,但是 p1 被舍弃,只返回 p2。 minus = ...
分类:
编程语言 时间:
2017-11-21 01:08:05
阅读次数:
136
查看手机唯一标识:http://html5plus.org/doc/zh_cn/device.html#plus.device.uuid html和html5的区别? html5+css3也逐渐的成为新一代web前端技术,最要用处在开发手机网站. 文档网站:http://www.w3school.c... ...
分类:
编程语言 时间:
2017-11-19 17:22:30
阅读次数:
154
#falcon-plusserver部署:https://github.com/open-falcon/falcon-plus/tree/master/dockerRunningfalcon-pluscontainerdockerpullopenfalcon/falcon-plus:0.2.0dockerrun-itd-p8081:8081-p6030:6030-p8433:8433--namefalconopenfalcon/falcon-plus:0.2.0bash/run.shhbs#1、官..
分类:
其他好文 时间:
2017-11-19 13:37:41
阅读次数:
250
模块:gallery Gallery模块管理系统相册,支持从相册中选择图片或视频文件、保存图片或视频文件到相册等功能。通过plus.gallery获取相册管理对象。 管理我们手机上用到的相册:选择图片,和保存图片; 应用场景:朋友圈发照片,QQ空间发视频,添加图片附件,添加视频附件; 这个不需要初始 ...
分类:
移动开发 时间:
2017-11-17 11:56:46
阅读次数:
197
模块:barcode Barcode模块管理条码扫描,提供常见的条码(二维码及一维码)的扫描识别功能,可调用设备的摄像头对条码图片扫描进行数据输入。通过plus.barcode可获取条码码管理对象。 使用场景:扫码关注,扫描支付,扫描登录,各种扫描,一起都是信息,一切都可以是二维码; 调用方式: 1 ...
分类:
Web程序 时间:
2017-11-16 14:31:56
阅读次数:
1145