2014年1月23日

uploadify多次加载导致页面无法加载

摘要: function upld() { $('#file_upload').uploadify({ 'formData' : {'seccode':''}, 'swf' : '', 'uploader' : '', 'auto' : true, 'removeCompleted': false, 'debug':true, 'buttonImage':'', 'width':2 阅读全文

posted @ 2014-01-23 16:31 逍遥郭 阅读(439) 评论(0) 推荐(0) 编辑

RSA非对称加密 php的openssl实现

摘要: _keyPath = $path; } /** * create the key pair,save the key to $this->_keyPath */ public function createKey() { $r = openssl_pkey_new(); openssl_pkey_export($r, $privKey); file_put_contents($this->_keyPath . DIR... 阅读全文

posted @ 2014-01-23 16:26 逍遥郭 阅读(1448) 评论(0) 推荐(0) 编辑

导航