When the traveler goes alone he gets acquainted with himself. 独自旅行可以让人更好地了解自己。 With other's company, we can always get help when we are in difficultie ...
分类:
其他好文 时间:
2016-07-13 06:52:00
阅读次数:
165
Throw 命令没有Exception severity 参数,The exception severity is always set to 16. Raises an exception and transfers execution to a CATCH block of a TRY…CATC ...
分类:
其他好文 时间:
2016-07-12 23:22:10
阅读次数:
153
Lost's revenge Time Limit: 5000MS Memory Limit: 65535KB 64bit IO Format: %I64d & %I64u Description Lost and AekdyCoin are friends. They always play "n ...
分类:
其他好文 时间:
2016-07-12 10:27:03
阅读次数:
169
UShas the "sustainable capability", which means new company always comeout with better business models, and then disrupt the old one.
Most companies failed because theydon't adjust their strategy to...
分类:
其他好文 时间:
2016-07-11 17:14:54
阅读次数:
191
US has the "sustainable capability", which means new company always comeout with better business models, and then disrupt the old one. Most companies ...
分类:
其他好文 时间:
2016-07-11 12:25:04
阅读次数:
268
SQLiteOPenHelper 构造器之一 Create a helper object to create, open, and/or manage a database. This method always returns very quickly. The database is not ...
分类:
移动开发 时间:
2016-07-09 17:56:58
阅读次数:
165
expressions: knock at敲打 knock off 碰掉,I knock the vase off the table 下班,He always knocks off six o'clock. 打折,knock 10% off the bill 其中off后边需要加sth knock ...
分类:
其他好文 时间:
2016-07-07 12:38:33
阅读次数:
142
module spi_25M(input clk,input rst_n,output reg sdin,output reg sclk,output reg cs);reg [7:0]cnt;reg[4:0]state;reg[15:0]data; /*always@(clk) if(!rst_n ...
分类:
其他好文 时间:
2016-07-06 20:16:47
阅读次数:
159
按键仿真模型 `timescale 1ns/1ns //仿真模型的建立module key_model(press,key); output reg key; input press; initial begin key = 1'b1; end always@(posedge press) key_ ...
分类:
其他好文 时间:
2016-07-06 20:08:46
阅读次数:
211
上一篇学习了ExecutorService和其它相关类的源码,本篇要学习的BlockingQueue中的源码,as always,先上类图 其实继承(实现)的层次比较简单,我们只要需要先学习一下BlockingQueue中的方法: 其实除了poll和offer 其它方法一般我们是用不到的,所以还是很 ...
分类:
其他好文 时间:
2016-07-04 15:32:36
阅读次数:
120