9.2 Linux 系统常见的压缩命令:
*.Z compress 程序压缩的文件;
*.gz gzip 程序压缩的文件;
*.bz2 bzip2 程序压缩的文件;
*.tar tar 程序打包的数据,并没有压缩过;
*.tar.gz tar 程序打包的文件,其中并且经过 gzip 的压缩
*.tar.bz2 tar 程序打...
分类:
系统相关 时间:
2015-05-22 13:30:36
阅读次数:
268
OpenCV iOSTitle: OpenCV iOS HelloCompatibility: > OpenCV 2.4.3Author: Charu HansYou will learn how to link OpenCV with iOS and write a basic applicati...
分类:
移动开发 时间:
2015-05-22 11:28:13
阅读次数:
327
Source Monitor is a code analyzing tool that is capable of finding the complexity for Java, C++、C、C#、Delphi、Visual Basic and HTML source codes. It's a...
分类:
其他好文 时间:
2015-05-22 00:07:19
阅读次数:
2132
1.find_first_ofsize_type find_first_of( const basic_string &str, size_type index = 0 );size_type find_first_of( const char *str, size_type index = 0 )...
分类:
编程语言 时间:
2015-05-22 00:06:16
阅读次数:
182
SourceMonitor安装及使用一、什么是SourceMonitor 利用SourceMonitor可以为C++、C、C#、Java、Delphi、Visual Basic和HTML的源代码文件测试代码数量和性能。最终结果可以描绘成图、输出打印。众多的实践与经验证明如果一个代码过于复杂那么这.....
分类:
其他好文 时间:
2015-05-21 22:15:04
阅读次数:
364
测试了一下 unity 图片 对 apk 的影响。 上两种测试环境 1024*1024 带alpha的话默认压缩就是RBA16bit就是2M 不带的话就是etc的话就是0.5m 但是有一个奇怪的结果,打出来的 apk 包却是差不多的。只有解压之后才发现包里面的资源的确符合猜想。 看来带A的图片...
分类:
编程语言 时间:
2015-05-21 19:19:39
阅读次数:
303
1430 - A Question of Time
#include
using namespace std;
//fun()=3600*(2*h0-hx)+60*(2*m0-13*mx)+2*s0
//13*sx=fun()
//13*sx=fun()+360*120
//13*sx=fun()-360*120
const double eps=1e-10;
const double e...
分类:
其他好文 时间:
2015-05-20 18:36:53
阅读次数:
120
调整编写java文件时候的字体大小,如下图:1.选择Window--Preferences属性2.选择General--Appearance--ColorsandFonts,点开Basic3.下拉,选择Basic下的TextFont,鼠标双击4.选择对应的字体、字形、大小,点击‘确认‘即可
分类:
系统相关 时间:
2015-05-20 15:01:25
阅读次数:
167