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
以前用此工具安装Windows7一直正常,未遇到不能启动安装的问题。Windows7
SP1出来后,用此工具制作安装多台机器均不能引导安装(品牌机和兼容机均是如此
),要么停留在光标闪烁的状态,要么就是无任何反应。原因可能是存在兼容性问题(据称此工具是给上网本用的),虽然用UltraISO可以制作并...
/** * */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
原文QT 4.5.2 嵌入式开发平台的搭建系统环境:ubuntu
9.04编译环境:crosstool 0.43 安装后生成4.1版本的arm-linux-GCC在配置之前,sudo apt-get install
build-essential 来安装基本的开发环境Qtx11(源码安装) 安装准备...
分类:
其他好文 时间:
2014-05-09 04:00:08
阅读次数:
464
package com.test; import java.util.Date; /** *
@author libt * @version 创建时间:2014-5-08上午11:39:37 *
开了三个线程。一个timeThread,一个thread2,一个main thread。...
分类:
编程语言 时间:
2014-05-08 17:54:05
阅读次数:
368
直接贴代码了,不懂的地方留言讨论
package org.mark.randomaccessfile;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.RandomAccessFile;
public class RandomAccessfileDemo2 {
/**
* @param...
分类:
数据库 时间:
2014-05-08 17:15:14
阅读次数:
294
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
微博开发遇到很多bug 总结一下
我遇到BUG (1) :sso package or singn error
出现这个问题 是我没有在 博客中填写正确的包名 和 MD5签名
需要使用 官方压缩包 中的MD5签名生成器 ;输入你应用的包名 得到你的签名
Bug(2) : SSO 登陆授权 代码进不到 类 AuthListener 的onComplete()方法
我出现这个bug的原因是 没有加入 onActivityResult()
如下
...
分类:
移动开发 时间:
2014-05-08 16:21:51
阅读次数:
311
今天学习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