?? newsdao.java
字號:
package myitem.dao;
import myitem.vo.News;
import java.util.List;
public interface NewsDAO {
public void insert(News news) throws Exception;
public List newsAll() throws Exception;
public List newsAlll() throws Exception;
public News newsId(int id) throws Exception;
public List adminews() throws Exception;
public void delnews(int id) throws Exception;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -