DescriptionArbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one unit of the same cu...
分类:
其他好文 时间:
2015-03-06 16:17:52
阅读次数:
165
unit MyTray;interfaceuses Windows,Messages,SysUtils,Classes,Graphics,Controls, Forms,Dialogs,ShellApi,ExtCtrls,StdCtrls;const //自定义托盘消息 WM_TrayMsg=W.....
var s="http://www.baidu.com";var i= s.lastIndexOf("."); //16var unit= s.substring(i); //.comvar url= s.substring(0,i); //http://www.baidu
分类:
Web程序 时间:
2015-03-04 20:58:32
阅读次数:
119
使用Bootstrap使用中文网的CDN源加载bootstrap :修改F:\nodejs\nodejs-bower\views\index.ejs This is a simple hero unit, a simple jumbotron-style componentfor calling extra attention to featured...
分类:
Web程序 时间:
2015-03-03 22:07:01
阅读次数:
239
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TMyCacl = class(TObject) pu...
unit EhLibConsts;interfaceresourcestring SClearSelectedCellsEh = '清除选择的单元?'; SInvalidTextFormatEh = '错误的文本格式'; SInvalidVCLDBIFFormatEh = '错误的 VCLDB...
分类:
其他好文 时间:
2015-03-01 22:10:53
阅读次数:
152
前期对分片分段概念有点不清晰,看到一篇好文,mark本文转自:http://blog.csdn.net/keyouan2008/archive/2010/08/27/5843388.aspx1,MTU(Maximum Transmission Unit,MTU),最大传输单元(1)以太网和802.3...
分类:
其他好文 时间:
2015-03-01 13:07:32
阅读次数:
169
浅谈JRU 进入公司以来,常听身边的同事提起APT,CIR,RBC,JRU等,如果不是来到蓝信,或许这些陌生的词汇不会进入我的生活。由于工作需要,对JRU有了一些了解,记录下来以备参考。 JRU(Juridical Recording Unit)汉语的解释就是“司法记录单元”,俗称高速列车上的黑匣子...
分类:
其他好文 时间:
2015-02-28 16:18:31
阅读次数:
332
主要解决问题: 1.Android各个长度单位转换为px(px、dip、mm等) 2.px和dip的转换使用的工具类: 1.Android-API-工具类:TypedValue.applyDimension(int unit, float value,DisplayMetrics metric...
分类:
移动开发 时间:
2015-02-28 14:19:25
阅读次数:
246