未命名#!/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
上周时Visual Studio
2010突然出现崩溃现象。在源文件修改只要一编译,马上就崩溃,而且还不弹出任何异常窗口,严重影响软件开发工作。google了无数解决方案试了下面这些方法:1)http://blog.sina.com.cn/s/blog_68cb7e090101963d.htmlFo...
分类:
其他好文 时间:
2014-04-29 10:44:46
阅读次数:
385
1#!/bin/bash
-2#===============================================================================3#4#FILE:
condition_expression_test.sh5#6# USAGE: ./con...
分类:
其他好文 时间:
2014-04-29 10:15:46
阅读次数:
426
前言:像CORS对于现代前端这么重要的技术在国内基本上居然很少有人使用和提及,在百度或者Google上搜索CORS,搜到的中文文章基本都是另外一种卫星定位技术CORS的介绍,让我等前端同学情何以堪(对比起来,用Google搜到的国外文章,基本都是跨域资源共享的介绍,说明了前端技术在国内外环境和发展....
分类:
其他好文 时间:
2014-04-29 10:13:45
阅读次数:
435
一个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