02 2015 档案
摘要:emo_album_id: name: Upload Image: SentenceMovie[photo] ...
阅读全文
摘要:参考http://www.pureweber.com/article/php-upload-progress/ php显示处理进度条http://blog.csdn.net/boabc2304/article/details/1707664
阅读全文
摘要:移动web 上传文件: 预览: 兼容ie版本 function change() { var pic = document.getElementById("preview"); var file = document.getElementById("f"); var ext=file.value.substring(file...
阅读全文
摘要://---------------------对象 //1. var HomeContrl = function(){ this.foo = 'bar'; //对象方法 this.intro = function(){ alert(this.foo); } ...
阅读全文
摘要:1.连接 mysql –u root –p; 2.导入sql source 文件位置 3.显示,使用数据库 show databases; use 某数据库; 4.显示数据表,和字段 show tables; desc 某数据表 5.更改某个字段类型 alter table 某数据表 modify 字段名 类型(datetime not null); 参考:MySQL导入.sql文件及常...
阅读全文
摘要:之前没仔细看,原来sae的kvdb使用一定要先调用初始化函数$kv = new SaeKV();$kv->init();//必须使用$kv->set('index', $data);
阅读全文
摘要:$content_header = $this->page_title 首页 $breadcrumb ...
阅读全文
摘要:类库require "class.phpmailer.php";require "class.smtp.php";class PHP_Mailer{ protected $mail; public function __construct() { $mail = ne...
阅读全文