会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
夏日摩卡
博客园
首页
新随笔
联系
订阅
管理
2021年1月10日
嵌入式网页设计
摘要: 主界面 主界面 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 夏日摩卡
阅读(678)
评论(1)
推荐(0)
2020年5月24日
mybaties 批量模糊查询、foreach string[]用法
摘要: 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 夏日摩卡
阅读(1831)
评论(0)
推荐(0)
2020年5月8日
记录问题java.lang.ClassNotFoundException: Cannot find class:
摘要: <select id="findRecipeBydishid" resultType="Recipe"> select dishid,favor,favorid,name,recipes,imagePath,igrename,mainmaterialname,mainmaterialnumber f
阅读全文
posted @ 2020-05-08 22:03 夏日摩卡
阅读(2168)
评论(0)
推荐(0)
公告