1 BASE64Encoder base64=new BASE64Encoder();2 String
encoderStr=base64.encode(string.getBytes("utf-8"));3 System.out.println(en...
分类:
其他好文 时间:
2014-06-07 05:24:28
阅读次数:
211
实例代码如下: String str = null; String uSelectDate =
String.valueOf(str);
System.out.println("==================uSelectDate:"+uSelectD...
分类:
编程语言 时间:
2014-05-30 09:39:52
阅读次数:
402
当进入改壁纸的设置页面 但是还没有设置时09-21 07:55:05.575:
INFO/System.out(1337): service onCreate09-21 07:55:05.614:
INFO/System.out(1337): service onCreateEngine09-21 ...
分类:
移动开发 时间:
2014-05-30 06:36:56
阅读次数:
284
ref和out的使用与区别out的使用—————————————————————————————————————————————————
class Program { static void Main(string[] args) { string tmp;//先声明,但不初始化 ...
分类:
其他好文 时间:
2014-05-30 04:49:48
阅读次数:
154
一、方法传不固定值的用法 public void Test(int a,Person
...Persons) { for(Person p:Persons){ System.out.println(p.age); } }
好处是不用去构造数组Persons...
分类:
编程语言 时间:
2014-05-29 21:53:36
阅读次数:
337
publicstaticvoidmain(String[]argv){try{
System.out.println(“中文”);//1 System.out.println(“中文”.getBytes());//2
System.out.println(“中文”.getBytes(“GB2312″...
分类:
编程语言 时间:
2014-05-29 20:24:06
阅读次数:
424
1:标准输出;2:错误输出1,exec启动一个新的shell将STDOUT文件描述符重定向到文件#!/bin/shecho
"test exec..."exec > out.txt exec 2> out.errorecho "this is the first
line"#故意生成错误信息,将输出...
分类:
系统相关 时间:
2014-05-29 10:28:51
阅读次数:
326
1.[Required] : 必须输入[Required(ErrorMessage =
"请输入用户名")] 2.[StringLength] : 限制字符串长度[StringLength(10, ErrorMessage =
"长度不能超过10个字符")] 3.[Range] : 限制取值范围.....
分类:
Web程序 时间:
2014-05-29 09:14:45
阅读次数:
352
public static void main(String[] args) { try { long
min = dateDiff("2014-05-27 13:30:00","2014-05-27 13:00:00","yyyy-MM-dd
HH:mm:ss"); System.out...
分类:
编程语言 时间:
2014-05-28 16:16:27
阅读次数:
328
echo
192.168.10.69>>ip.list-------------------------------------------#!/bin/bash#注意if和[]之间的空格rm
-f ~/fanr/shell/DiskUsageAlert/out.printout=$(cat ~/f...
分类:
系统相关 时间:
2014-05-28 14:54:26
阅读次数:
391