import java.security.GeneralSecurityException;import java.util.Properties;import javax.mail.Folder;import javax.mail.Message;import javax.mail.Messagi...
分类:
编程语言 时间:
2014-10-06 16:01:10
阅读次数:
412
float cacheSize = dirSize(new File(Environment.getExternalStorageDirectory() + AppConstants.APP_CACHE_FOLDER)) / 1024.0f / 1024.0f;tvCacheSize.setText...
分类:
移动开发 时间:
2014-10-06 02:48:19
阅读次数:
206
Follow up for problem "Populating Next Right Pointers in Each Node".
What if the given tree could be any binary tree? Would your previous solution still work?
Note:
You may only use constant extr...
分类:
其他好文 时间:
2014-10-06 00:41:19
阅读次数:
271
查看内核版本信息:cat/etc/lsb-releaseuname-a————————————————————————————————root@ubuntu:/work/jz2440/kernel/linux-2.6.22.6# uname -aLinux ubuntu 2.6.35-22-gene...
分类:
其他好文 时间:
2014-10-05 10:07:28
阅读次数:
165
version(); $type->work(); } } //多态的原理就是,类都写好了~不要去修改它~只要在类外的调用参数更改 //最后的结果也会修改,那么这个就是多态 $notecomputer = new NoteComputer(...
分类:
其他好文 时间:
2014-10-04 19:04:17
阅读次数:
209
Follow up for problem "Populating Next Right Pointers in Each Node".
What if the given tree could be any binary tree? Would your previous solution still work?
Note:
You may only use constant ...
分类:
其他好文 时间:
2014-10-02 14:18:33
阅读次数:
267
国密算法sm2非对称算法椭圆曲线原文:http://www.jonllen.cn/jonllen/work/162.aspx前段时间将系统的RSA算法全部升级为SM2国密算法,密码机和UKey硬件设备大都同时支持RSA和SM2算法,只是应用系统的加解密签名验证需要修改,这个更改底层调用的加密动态库来...
分类:
其他好文 时间:
2014-10-01 15:19:41
阅读次数:
1574
MSSQL 数据库分为 自然连接、内连接、外连接1、自然连接和内连接基本相同。不同之处在于,自然连接“=”两侧的列属性值必须相同,内连接可以不同,只要读取数据相同即可。自然连接 eg. select worker.职工号,depart.部门 from worker,depart where work...
分类:
数据库 时间:
2014-10-01 03:01:10
阅读次数:
336
Android uses a file system that's similar to disk-based file systems on other platforms. This lesson describes how to work with the Android file system to read and write files with the FileAPIs....
分类:
其他好文 时间:
2014-10-01 02:01:01
阅读次数:
339
1.如何在Eclipse开一个已存在的android工程?其打开操作是:File->Import->General->Existing Projects into Workspace,然后选择工程所在根目录(Select root directory),按“Finish”按钮即可注意:要是在work...
分类:
移动开发 时间:
2014-09-30 23:48:50
阅读次数:
205