源码中国-源码下载 >> JSP源码 >> 新闻文章 >> 凌云新闻LyNews 设为首页
  
资源名称 凌云新闻LyNews v1.0
运行环境 jsp/
文件大小 212 KB
添加人员 忆繁
添加时间 2004-10-12 11:52:39
作者主页 暂无作者主页
程序演示 暂无程序演示
本站演示
下载次数
 下载链接 发表评论 更多评论 报告错误  
ppgou下载通道
 源码简介
新闻更新程序,无限分类,支持图片,支持Html(蓝雨编制)

use lyfdat;
create table news(
newbt char(80) not null,
newimg char(12) default '' not null,
newnr text not null,
newlx char(1) not null,
newxlh smallint not null,
newdate date not null,
newtime time not null,
newdjcs smallint not null
);
create table news1(
newlxmc varchar(20) not null,
newlx char(1)
);
insert into news1 values('每日要闻','A');
insert into news1 values('国内国际新闻','B');
create table xtsjk(
xtmc char(10) not null,
xlh smallint not null
);
insert into xtsjk values('news','0');

 相关源码
没有相关下载

关于我们 | 版权声明 | 广告服务 | 帮助中心 | 联系我们 | 网站地图 | 发布源码