会动的耳朵  
09 2014 档案
  • js 图片预览
    摘要:图片预览 $('#pac_recipe').change(function() { var imgsrc = ''; if(this.files && this.files[0]) { //chrome firefox imgsrc = win... 阅读全文
    posted @ 2014-09-21 22:59 会动的耳朵 阅读(161) 评论(0) 推荐(0)
  • uploadify 上传遇到跨域问题
    摘要:flash上传跨域,一般是加入crossdomain.xml我用了别人的图片服务器,只能做此下策: //CURLFile 实现 $file = $_FILES['Filedata']['tmp_name']; // get mime type $finfo ... 阅读全文
    posted @ 2014-09-21 21:49 会动的耳朵 阅读(273) 评论(0) 推荐(0)
  • LXC docker
    摘要:docker的原理和特点可以参照百度百科http://baike.baidu.com/view/11854949.htm昨天听到光照说docker技术实现,既然可以轻量虚拟,是否可以多个虚拟出分布式服务?找机会验证下 阅读全文
    posted @ 2014-09-19 11:59 会动的耳朵 阅读(194) 评论(0) 推荐(0)