11 2014 档案
摘要:Adding a data volumeYou can add a data volume to a container using the-vflag with thedocker runcommand. You can use the-vmultiple times in a singledoc...
阅读全文
摘要:sscanf() - 从一个字符串中读进与指定格式相符的数据. 函数原型: Int sscanf( string str, string fmt, mixed var1, mixed var2 ... ); int scanf( const char *format [,argument].....
阅读全文
摘要:转至 http://www.cnblogs.com/hanyonglu/archive/2011/05/07/2039916.html本文主要介绍va_start和va_end的使用及原理。 介绍这两个宏之前先看一下C中传递函数的参数时的用法和原理:1.在C中,当我们无法列出传递函数的所有实参的类...
阅读全文
摘要:1. helloworld.c#include #include /* * Class: com_example_ndk_NativeHelloworld * Method: hello * Signature: ()Ljava/lang/String; */jstring JNICA...
阅读全文
摘要:px,dp,dip,sp,in,mm,pt详细分析px :(pixels),屏幕的像素点,不同的设备显示效果相同,一般我们HVGA代表320x480像素,这个用的比较多。dip:(device independent pixels),设备独立像素,这个和设备硬件有关,一般我们为了支持WCGA、HVG...
阅读全文

浙公网安备 33010602011771号