package util;import
java.security.SecureRandom;import javax.crypto.spec.DESKeySpec;import
javax.crypto.SecretKeyFactory;import javax.crypto.SecretKey;...
分类:
编程语言 时间:
2014-05-09 10:41:44
阅读次数:
408
/** * */package com.test.controller;import
java.util.ArrayList;import java.util.List;/** * @author ST2014-12 * */public
class FindAllChildren { List.....
分类:
编程语言 时间:
2014-05-09 05:12:33
阅读次数:
1130
今天在看《深入理解 Java 虚拟机 (JVM 高级特性与最佳实践)》关于垃圾回收的一些知识。自己建立了一个java工程,敲了一下书上写的代码。运行java程序的时候报错:
java.lang.SecurityException: Prohibited package name: java.gc.aty
我的代码如下:
package java.gc.aty;
public class...
分类:
编程语言 时间:
2014-05-09 01:59:30
阅读次数:
339
参考:http://www.cnblogs.com/skywang12345/archive/2013/05/26/3093593.htmljava
类:package com.skywang.ndk;public class MyInfo { private String mName; ...
分类:
编程语言 时间:
2014-05-09 00:10:19
阅读次数:
687
package FormatData;import
java.text.DateFormat;import java.util.regex.Matcher;import
java.util.regex.Pattern;import com.sun.org.apache.xerces.internal...
分类:
其他好文 时间:
2014-05-09 00:05:49
阅读次数:
532
package
org.springframework.transaction.support;import
org.springframework.transaction.NestedTransactionNotSupportedException;import
org.springframewo...
分类:
其他好文 时间:
2014-05-08 23:47:26
阅读次数:
434
我们认为Android
3.0平板电脑操作系统在美国时间2011年2月22日的正式推出,对于Android手机应用程序开发者所象征的意涵是:之前大家所开发过的Android手机应用,除了可以在Android智能手机系统之上运行外,也因为Android
3.0平板电脑操作系统的向下兼容之故,致使这些A...
分类:
移动开发 时间:
2014-05-08 23:30:25
阅读次数:
702
Everyoperatingsystemmusthavesomeortheotherwaytoinstallaprogram.What‘simportantisthefactthattheusermustnotbegiventheresponsibilityofmanagingtheoverheadinvolvedintheinstallationoftheprogram.Youwouldask,what‘stheoverheadinvolvedininstallingaprogram?Yesthereare..
分类:
其他好文 时间:
2014-05-08 16:52:53
阅读次数:
440
1、删除redhat原有的yum源#rpm-aq|grepyum|xargsrpm-e--nodeps2、下载新的yum安装包这里我们使用CentOS的yum源#wgethttp://mirror.centos.org/centos/6.0/os/i386/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm#wgethttp://mirror.centos.org/centos/6.0/os/i386/Package..
分类:
其他好文 时间:
2014-05-08 16:40:46
阅读次数:
286
今天学习java io中File类下的 RandomAccessfile,欢迎留言讨论,其他知识看api
package org.mark.randomaccessfile;
import java.io.File;
import java.io.RandomAccessFile;
/**
* 写入操作
*/
public class RandomAccessfileDemo1 {
...
分类:
数据库 时间:
2014-05-08 15:42:28
阅读次数:
357