摘要: 这里的例子已在SAE上为基础进行讲解1.在demo分析中已经进行应用授权进行了分析,这里对于应用授权之后插入自定义数据到数据库2.在SAE创建应用3.开启应用的mysql即可4.插入数据到数据库,我这里的例子就是在用户授权之后获取用户的相关数据插入到书库内5.实力代码:在index.php进行添加parseSignedRequest($_REQUEST["signed_request"]); if($data=='-2'){ die('签名错误!'); }else{ $_SESSION['oauth2']=$data; }}/ 阅读全文
posted @ 2014-01-14 11:22 Confi-Jin 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 1.下载最新的PHP APPS-DEMO:https://code.google.com/p/libweibo/downloads/detail?name=weibo-apps-demo-2011-10-27.zip&can=2&q=2.上传代码到服务器或者新浪的SAE3.在http://open.weibo.com/development/canvas创建站内应用4.在管理中——我的应用——应用信息——基本信息地方找到App Key:App Secret:5.配置应用的App Key:App Secret:6.找到刚才第二部上传到服务器或者是sae的代码文件 config.p 阅读全文
posted @ 2014-01-14 11:17 Confi-Jin 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 声明:此文档是基于佟刚老师7天学会JAVA基础视频,整合而成。本人也是初学JAVA,对于JAVA也是很迷茫。在开发JAVA的道理,将视频整理成文字的与截图的形式,供朋友们学习与使用。本人无任何法律责任。特此声明!!! 章节第一章 Java语言概述 点击跳转:http://www.cnblogs.com/heyubingfeng/p/3457577.html【2013-12-04】第二章 基本语法 待添加第三章 面向对象 待添加第四章 Java 类设计 待添加第五章 高级类特性 ... 阅读全文
posted @ 2013-12-04 14:48 Confi-Jin 阅读(657) 评论(1) 推荐(1) 编辑
摘要: 中文官方网站:http://www.yiichina.com/关于YII:http://www.yiichina.com/about/YII特性:http://www.yiichina.com/features/YII性能:http://www.yiichina.com/performance/YII许可:http://www.yiichina.com/license/YII框架下载:http://www.yiichina.com/download/YII扩展:http://www.yiichina.com/extension/YII示例:http://www.yiichina.com/dem 阅读全文
posted @ 2013-08-23 14:41 Confi-Jin 阅读(223) 评论(0) 推荐(0) 编辑
摘要: html代码:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>瀑布流第三步ajax请求实现</title><sty 阅读全文
posted @ 2013-04-09 18:20 Confi-Jin 阅读(424) 评论(0) 推荐(0) 编辑
摘要: html代码:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>瀑布流第二步封装函数</title><style&g 阅读全文
posted @ 2013-04-09 16:46 Confi-Jin 阅读(483) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>瀑布流第一步</title><style> *{margin 阅读全文
posted @ 2013-04-09 14:57 Confi-Jin 阅读(549) 评论(0) 推荐(0) 编辑
摘要: <?php/** * 退出 * * @version $Id: exit.php 1 19:09 2010年7月12日Z tianya $ * @package DedeCMS.Administrator * @copyright Copyright (c) 2007 - 2010, DesDev, Inc. * @license http://help.dedecms.com/usersguide/license.html * @link http://www.dedecms.com *///引入公共的显示文件 目录... 阅读全文
posted @ 2013-04-08 17:12 Confi-Jin 阅读(357) 评论(0) 推荐(0) 编辑
摘要: <?php/** * 后台登陆 * * @version $Id: login.php 1 8:48 2010年7月13日Z tianya $ * @package DedeCMS.Administrator * @copyright Copyright (c) 2007 - 2010, DesDev, Inc. * @license http://help.dedecms.com/usersguide/license.html * @link http://www.dedecms.com *///引入公共的显示文件 ... 阅读全文
posted @ 2013-04-08 17:08 Confi-Jin 阅读(1818) 评论(0) 推荐(0) 编辑
摘要: 后台目录dede目录的所有问价的源码分析使用的dedecms的版本5.7(2012-04-01更新)后台登陆之后的首页分析dede/index.php<?php/** * 管理后台首页 * * @version $Id: index.php 1 11:06 2010年7月13日Z tianya $ * @package DedeCMS.Administrator * @copyright Copyright (c) 2007 - 2010, DesDev, Inc. * @license http://help.dedecms.com/use... 阅读全文
posted @ 2013-04-08 16:41 Confi-Jin 阅读(1051) 评论(0) 推荐(0) 编辑