02 2015 档案

摘要:emo_album_id: name: Upload Image: SentenceMovie[photo] ... 阅读全文
posted @ 2015-02-08 20:16 yo胡yo 阅读(383) 评论(0) 推荐(0)
摘要:参考http://www.pureweber.com/article/php-upload-progress/ php显示处理进度条http://blog.csdn.net/boabc2304/article/details/1707664 阅读全文
posted @ 2015-02-08 11:43 yo胡yo 阅读(263) 评论(0) 推荐(0)
摘要:移动web 上传文件: 预览: 兼容ie版本 function change() { var pic = document.getElementById("preview"); var file = document.getElementById("f"); var ext=file.value.substring(file... 阅读全文
posted @ 2015-02-08 10:50 yo胡yo 阅读(427) 评论(0) 推荐(0)
摘要://---------------------对象 //1. var HomeContrl = function(){ this.foo = 'bar'; //对象方法 this.intro = function(){ alert(this.foo); } ... 阅读全文
posted @ 2015-02-07 16:40 yo胡yo 阅读(1274) 评论(0) 推荐(0)
摘要: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文件及常... 阅读全文
posted @ 2015-02-05 11:51 yo胡yo 阅读(165) 评论(0) 推荐(0)
摘要:之前没仔细看,原来sae的kvdb使用一定要先调用初始化函数$kv = new SaeKV();$kv->init();//必须使用$kv->set('index', $data); 阅读全文
posted @ 2015-02-04 10:53 yo胡yo 阅读(307) 评论(0) 推荐(0)
摘要:$content_header = $this->page_title 首页 $breadcrumb ... 阅读全文
posted @ 2015-02-03 12:11 yo胡yo 阅读(3376) 评论(0) 推荐(0)
摘要:类库require "class.phpmailer.php";require "class.smtp.php";class PHP_Mailer{ protected $mail; public function __construct() { $mail = ne... 阅读全文
posted @ 2015-02-01 00:06 yo胡yo 阅读(429) 评论(2) 推荐(0)