#include "pbdata.h" uint8_t TxBuffer1[] = "USART Interrupt Example: This isUSART1 DEMO"; uint8_t RxBuffer1[],rec_f,tx_flag; volatile uint8_t TxCounter ...
分类:
其他好文 时间:
2016-11-11 01:26:33
阅读次数:
687
https://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.1 17.13.1 Form submission method The method attribute of the FORM element specifies the H ...
分类:
其他好文 时间:
2016-11-10 14:40:56
阅读次数:
158
在开发过程中,经常得写http客户端测试接口服务,今天在使用过程中出现了这样的一个警告: 警告: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is reco ...
分类:
Web程序 时间:
2016-11-09 19:35:10
阅读次数:
165
Given a binary tree, return the inorder traversal of its nodes' values. (Medium) For example:Given binary tree [1,null,2,3], return [1,3,2]. Note: Rec ...
分类:
其他好文 时间:
2016-10-26 00:09:07
阅读次数:
173
电信行业数据分析服务(转) 转自https://www.douban.com/note/516353031/?type=rec&qq-pf-to=pcqq.group 数据分析服务 2015-09-10 09:55:19 电信行业数据分析服务(转) 转自https://www.douban.com/ ...
分类:
移动开发 时间:
2016-10-21 16:16:29
阅读次数:
211
7. Reverse Integer (略坑:) ) 使用变量rec只是为了判断一下是否越界。 ...
分类:
其他好文 时间:
2016-09-27 11:33:03
阅读次数:
144
1. 系统级 添加中文字符编码: $sudo vim /var/lib/locales/supported.d/local #添加下面的中文字符集 zh_CN.GBK GBK zh_CN.GB2312 GB2312 zh_CN.GB18030 GB18030 使其生效: $sudo dpkg-rec ...
分类:
系统相关 时间:
2016-09-25 18:48:48
阅读次数:
283
--工艺路线 1 DECLARE 2 -- API input variables 3 l_operation_tbl bom_rtg_pub.operation_tbl_type := bom_rtg_pub.g_miss_operation_tbl; 4 l_rtg_header_rec bom ...
分类:
其他好文 时间:
2016-09-24 12:14:14
阅读次数:
417
本文参考文献:GeekBand课堂内容,授课老师:李建忠 :大话设计模式 其余的模式方法请自行查看Geekband相关课程,在此不累述。 这周的课题是: 针对DrawingSystem中的基类Shape和各个子类Line、Rec、Circle。为支持更多的形状子类,请使用某种模式来支持灵活地创建它们 ...
分类:
其他好文 时间:
2016-09-19 22:26:00
阅读次数:
187
(01)一个完整的PLSQL有哪几部分组成? [declare]/begin/[exception]/end;/(02)penameemp.ename%type和emp_recemp%rowtype是什么意思? pename变量与emp表的ename字段相同类型 emp_rec变量与emp表的结构类型相同,通过变量名.字段名去访问(03)selectto_char(sysdate,‘day‘..
分类:
数据库 时间:
2016-09-12 07:24:46
阅读次数:
201