Should url be case sensitive?
分类:
其他好文 时间:
2014-04-30 17:25:43
阅读次数:
401
String Test "); //返回第一个字符 out.println("1-8个字符:" +
str.substring(1, 10) + "");//获得字串 out.println("p为结尾...
分类:
其他好文 时间:
2014-04-30 14:27:14
阅读次数:
343
未命名#!/bin/bash#======================================================#文件:var_test.sh#作者:daojoo,
daojoo@qq.com#作用:测试变量设置时的不同模式#版本:1.0#日期:2012年03月09日 星期...
分类:
其他好文 时间:
2014-04-29 11:45:46
阅读次数:
272
1 /** 2 * 3des加密: 3 */ 4 package com.test; 5 6
import java.security.Key; 7 import java.security.SecureRandom; 8 import
javax.crypto.Cipher...
分类:
其他好文 时间:
2014-04-29 11:38:47
阅读次数:
483
1 package com.test; 2 3 import java.io.File; 4
import java.io.FileInputStream; 5 import java.io.FileOutputStream; 6 import
java.io.InputStream...
分类:
编程语言 时间:
2014-04-29 11:35:47
阅读次数:
520
一。利用Ctypes2014-04-29EXAMPLE://VS2012,新建WINDOWS
Project ,下一步,选择dll// test.h #includeextern "C" int __declspec(dllexport)add(int
x,int y);// .cpp#inclu....
分类:
编程语言 时间:
2014-04-29 11:32:47
阅读次数:
439
js 验证手机号码 //验证手机号 function isMobel(value) { if
(/^1[3-8]+\d{9}$/g.test(value)) { return true; } else { return false; } }
分类:
移动开发 时间:
2014-04-29 11:12:46
阅读次数:
369
1#!/bin/bash
-2#===============================================================================3#4#FILE:
condition_expression_test.sh5#6# USAGE: ./con...
分类:
其他好文 时间:
2014-04-29 10:15:46
阅读次数:
426
一个mp4文件分析工具http://blog.chinaunix.net/uid-11857489-id-2814505.htmlhttp://www.cnblogs.com/aHuner/p/3629709.html1.视频源下载MPEG-2
Transport Stream Test Patte...
分类:
其他好文 时间:
2014-04-29 09:43:47
阅读次数:
665
$.browser.mozilla =
/firefox/.test(navigator.userAgent.toLowerCase());$.browser.webkit =
/webkit/.test(navigator.userAgent.toLowerCase());$.browser.op...
分类:
Web程序 时间:
2014-04-29 09:34:46
阅读次数:
435