CGFloat和float的区别,什么时候用哪一种?CGFloat is just a typedef for either float or double.The basic type for all floating-point values.[plain]view plaincopytyped...
分类:
移动开发 时间:
2015-02-14 18:48:32
阅读次数:
199
ActiveX这门技术是通过生成“*.ocx”文件来实现的。先来了解下OCX文件,在百度百科上面对OCX是这样解释的:“.ocx是ocx控件的扩展名,OCX 是对象类别扩充组件。如果你用过Visual Basic或者Delphi一类的可视化编程工具,那么对控件这个概念一定不会陌生,就是那些工具条上的...
分类:
编程语言 时间:
2015-02-13 13:12:35
阅读次数:
143
??
1、使用oracle压缩blob对象
l_blob := utl_compress.lz_compress(l_blob);
2、将blob转换成clob
FUNCTION blob_to_clob(blob_in IN BLOB) RETURN CLOB AS
v_clob CLOB;
v_varchar VARCHAR2(32767 ...
分类:
数据库 时间:
2015-02-13 01:36:33
阅读次数:
2111
1. view the default user account1 SQL> select username from dba_users;2. lock all users and set their password to expired1 SQL> select ‘alter user ‘||...
分类:
数据库 时间:
2015-02-12 17:39:12
阅读次数:
162
当前环境:本机系统:Win7 32位PLSQL版本:9.06数据库版本:10.2 32位下面开始具体操作。1.在Oracle官网下载instantclient-basic-win32-10.2.0.3-20061115.zip,解压到某个目录,比如D:\develop\oci。那么这个目录就是PLS...
分类:
数据库 时间:
2015-02-12 15:40:32
阅读次数:
167
//压缩图片大小 public static Bitmap compressImage(Bitmap image) { ByteArrayOutputStream baos = new ByteArrayOutputStream(); image.compress(...
分类:
移动开发 时间:
2015-02-12 12:14:37
阅读次数:
221
定义变量 LET a输入变量值 INPUT a INPUT a,b运算结果绝对值小于1前面的0省略,科学计数PRINT语句 数值直接写,字符串用“” 通过 分号; 和 逗号,来分隔显示两个项目 PRINT语句后自动换行,如不需要换行加; 插入独立的PRINT自动换行FOR…NEXT循环FOR ...
分类:
其他好文 时间:
2015-02-12 09:14:33
阅读次数:
149
when you learn something, just like learn computer language.if you just learn some basic usage, not master the nature. you will be restricted by the l...
分类:
其他好文 时间:
2015-02-12 08:08:54
阅读次数:
169
absolute : to specify an absolute time for a time-range (in time-range configuration mode)no absolutebuffer-length : to specify the maximum length of ...
分类:
移动开发 时间:
2015-02-11 21:50:24
阅读次数:
247
BSSID,一种特殊的Ad-hoc LAN的应用,也称为Basic Service Set (BSS),一群计算机设定相同的BSS名称,即可自成一个group。每个BSS都会被赋予一个BSSID,它是一个长度为48位的二进制标识符,用来识别不同的BSS。其的主要优点是它可以作为过滤之用。BSSID ...