Given a sorted positive integer array nums and an integer n, add/patch elements to the array such that any number in range [1, n] inclusive can be for ...
分类:
其他好文 时间:
2016-04-12 12:50:53
阅读次数:
105
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl ...
分类:
其他好文 时间:
2016-04-12 12:48:49
阅读次数:
117
CAN协议是非常难的,但是在stm32中却是简单的,只需要我们配置寄存器即可,,,即使这样,我在学习的时候也遇到了许多困难 1.开时钟,不用说 2.设置GPIO口,,CAN_TX复用推挽输出,CAN_RX上拉或浮空输入 3.CAN初始化了,分三步 (1) 一般设置 u8 txBuff[8] ;int ...
分类:
其他好文 时间:
2016-04-11 22:27:51
阅读次数:
466
一.CAN简介 1.CAN是什么? CAN 是 Controller Area Network的缩写(以下称为 CAN),是 ISO 国际标准化的串行通信协议。 2.CAN特点 (1) 多主控制 (2) 消息的发送 在 CAN 协议中,所有的消息都以固定的格式发送。总线空闲时,所有与总线相连的单元都 ...
分类:
其他好文 时间:
2016-04-11 22:26:48
阅读次数:
358
oracle merge 語法: 用途: Use the MERGE statement to select rows from one or more sources for update orinsertion into a table or view. You can specify cond ...
分类:
数据库 时间:
2016-04-11 20:34:08
阅读次数:
296
rsync.net provides cloud storage for offsite backups. If you run Windows systems, you can point them to us to secure your data. Our cloud storage is b ...
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl ...
分类:
其他好文 时间:
2016-04-11 18:21:41
阅读次数:
131
Given two numbers represented as strings, return multiplication of the numbers as a string. Note: The numbers can be arbitrarily large and are non-neg ...
分类:
其他好文 时间:
2016-04-11 18:15:11
阅读次数:
112
远程使用Navicat for mysql 客户端软件连接 mySql数据时,连接出现 2003-Can’t connect to MySQL on ’192.168.1.2’(10061)错误时,是由于MySQL不准许远程连接。 修改方法如下: 1:在服务端MySQL文件夹下找到my.ini文件。 ...
分类:
数据库 时间:
2016-04-11 00:09:30
阅读次数:
276
The Observer object has the functions next() and error(). In this lesson we will see the other (and last) function available on observers, complete(), ...
分类:
Web程序 时间:
2016-04-11 00:01:53
阅读次数:
183