摘要: 主界面 主界面 campus_audio.html <!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial 阅读全文
posted @ 2021-01-10 22:45 夏日摩卡 阅读(652) 评论(1) 推荐(0) 编辑
摘要: List<Recipe> randomRecipe(@Param("str")String[] strs,@Param("num")int num); 功能:随机查询num个不含strs[]的的Recipe 注:str:["苹果","甘蓝"] num:5 <select id="randomReci 阅读全文
posted @ 2020-05-24 16:26 夏日摩卡 阅读(1814) 评论(0) 推荐(0) 编辑
摘要: <select id="findRecipeBydishid" resultType="Recipe"> select dishid,favor,favorid,name,recipes,imagePath,igrename,mainmaterialname,mainmaterialnumber f 阅读全文
posted @ 2020-05-08 22:03 夏日摩卡 阅读(2138) 评论(0) 推荐(0) 编辑