博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年1月17日

摘要: I‘m sorry 提取的是织梦关键词加载功能附件下载:http://files.cnblogs.com/subtract/关键词提取.zip使用步骤:1.加载 splitword.class.php 文件并提取1 require_once './../splitword.class.php'; ... 阅读全文

posted @ 2015-01-17 16:50 SmarTom 阅读(901) 评论(0) 推荐(0)

摘要: 1.思路: ①:构造函数(自动加载) ②:验证session是否登录 ③:验证cookie里面的用户名和密码是否正确 ④:再设置登录表示2.源码 1 //①:构造函数(自动加载) 2 public function __construct(){ 3 pare... 阅读全文

posted @ 2015-01-17 10:19 SmarTom 阅读(327) 评论(0) 推荐(0)

摘要: 1.数据库设计 1 CREATE TABLE `smar_admin` ( 2 `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, 3 `username` varchar(30) NOT NULL, 4 `password` varch... 阅读全文

posted @ 2015-01-17 10:05 SmarTom 阅读(208) 评论(0) 推荐(0)

摘要: 1.数据库设计:CREATE TABLE `smar_category` ( `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT '栏目ID', `pid` smallint(5) unsigned NOT NULL DEFAULT... 阅读全文

posted @ 2015-01-17 09:39 SmarTom 阅读(207) 评论(0) 推荐(0)