码迷,mamicode.com
首页 >  
搜索关键字:unit 5练习    ( 4539个结果
Arbitrage
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
delphi程序最小化任务栏控件 托盘
unit MyTray;interfaceuses Windows,Messages,SysUtils,Classes,Graphics,Controls, Forms,Dialogs,ShellApi,ExtCtrls,StdCtrls;const //自定义托盘消息 WM_TrayMsg=W.....
分类:Windows程序   时间:2015-03-06 09:35:40    阅读次数:159
js常用方法
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
【node.js学习】--(6)--Bootstrap
使用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
delphi通过函数名动态调用函数的方法
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TMyCacl = class(TObject) pu...
分类:Windows程序   时间:2015-03-03 18:02:17    阅读次数:210
EhLib TitleButton SVisibleColumnsEh = '错误的列';
unit EhLibConsts;interfaceresourcestring SClearSelectedCellsEh = '清除选择的单元?'; SInvalidTextFormatEh = '错误的文本格式'; SInvalidVCLDBIFFormatEh = '错误的 VCLDB...
分类:其他好文   时间:2015-03-01 22:10:53    阅读次数:152
IP分片和TCP分片 MTU和MSS
前期对分片分段概念有点不清晰,看到一篇好文,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
浅谈JRU 进入公司以来,常听身边的同事提起APT,CIR,RBC,JRU等,如果不是来到蓝信,或许这些陌生的词汇不会进入我的生活。由于工作需要,对JRU有了一些了解,记录下来以备参考。 JRU(Juridical Recording Unit)汉语的解释就是“司法记录单元”,俗称高速列车上的黑匣子...
分类:其他好文   时间:2015-02-28 16:18:31    阅读次数:332
Android 厘米转dip、px转dip 地图比例尺长度计算
主要解决问题: 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!