题目:https://acmore.cc/problem/LOCAL/1570#desc ...
分类:
其他好文 时间:
2019-02-07 17:46:25
阅读次数:
231
Arduino UNO的原理图是开源的,所以可以从arduino网站上下载它: https://www.arduino.cc/en/Main/ArduinoBoardUno 原理图PDF: https://www.arduino.cc/en/uploads/Main/Arduino_Uno_Rev3 ...
分类:
其他好文 时间:
2019-02-01 19:44:55
阅读次数:
1063
http://springboot.fun/ Spring Boot 中文索引 http://springcloud.fun/ Spring Cloud 中文索引 https://springcloud.cc/spring-cloud-dalston.html springcloud的介绍 ...
分类:
编程语言 时间:
2019-02-01 11:34:11
阅读次数:
120
打开 ctrl + o 新建画布 ctrl + n 复制 Ctrl + c 粘贴 ctrl + v 参考线的调出 ctrl + R 明度饱和度 ctrl + u 曲线 ctrl + M 色阶 ctrl + L 自由变换 ctrl + T 调整画布大小 ctrl + alt + c 快速调整快速选择工 ...
分类:
其他好文 时间:
2019-02-01 01:10:09
阅读次数:
219
var descriptor, label, set; descriptor = Object.getOwnPropertyDescriptor(cc.Label.prototype, "string"); descriptor = lo.defaults({}, descriptor); set ...
分类:
其他好文 时间:
2019-01-28 15:07:17
阅读次数:
172
2018年08月15日 21:17:31 Going_cc 阅读数:34297 2018年08月15日 21:17:31 Going_cc 阅读数:34297 2018年08月15日 21:17:31 Going_cc 阅读数:34297 2018年08月15日 21:17:31 Going_cc ...
分类:
数据库 时间:
2019-01-27 00:21:58
阅读次数:
477
(1)、赋值:创建变量引用值a,b,c='aa','bb','cc' (2)、调用:执行函数log.write('spam,name') 打印、输出:调用打印对象,print 语句print ('abc') (3)if、elif、else:选择条件语句,if语句、else与elif语句 if 'ip ...
分类:
编程语言 时间:
2019-01-26 22:06:36
阅读次数:
499
使用Ruby连接数据库的过程还真的是坎坷,于是写点文字记录一下。 简介 Ruby简介 RubyGems简介 包管理之道 比较著名的包管理举例 细说gem 常用的命令 准备 驱动下载 dbi mysql mysql2 MySQL的CC连接器 测试环境 代码测试 连接数据库 CRUD Select De ...
分类:
数据库 时间:
2019-01-26 15:55:07
阅读次数:
252
读取zookeeper保存的topic元数据 Table of Contents 1. 有以下问题 2. 解决方法 3. 代码 3.1. KafkaHelper类 3.2. main.cc完整代码 1 有以下问题 需要使用producer才能获得元数据 当producer和consumer共用一些对 ...
分类:
其他好文 时间:
2019-01-26 11:02:46
阅读次数:
186
待填坑 完整代码:scheme-code/EOPL/ch5/4-LETREC (CPS)-Exception-扩展/exer-5.43__★callcc/ ...
分类:
其他好文 时间:
2019-01-25 01:05:38
阅读次数:
109