摘要:
1.下载插件https://get.adobe.com/cn/flashplayer/下载tar.gz文件2.解压缩切换到下载目录,如果是默认下载的话,用cd ~/下载/解压缩下载的文件tar -zxvf install_flash_player_11_linux.x86_64.tar.gz3.安装... 阅读全文
摘要:
Maximum Density FilterPoints are only considered for rejection if they exceed a density threshold, otherwise they are preserved. The single parameter ... 阅读全文
摘要:
速查表:char -128 ~ +127 (1 Byte)short -32767 ~ + 32768 (2 Bytes)unsigned short 0 ~ 65536 (2 Bytes)int-2147483648~ +2147483647 (4 Bytes)unsigned int 0~4294967295 (4 Bytes)long == intlong long -9223372036854775808~+9223372036854775807 (8 Bytes)double 1.7 * 10^308 (8 Bytes)unsigned int 0~4294967295long lo 阅读全文