?? readme.txt
字號:
新聞更新程序,無限分類,支持圖片,支持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');
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -