2 questions
I am using the library Slick for jQuery sliders in the webpack.When you import click-theme.scss, the image and font paths defined in scss are The path from the localhost document root is 404 Not Found...
Currently, I am trying to list the words entered from the form that match the title.defindByWord(word:String): Future [Seq[Item]]=db.run{ Query.filter(row=>(row.title like % + word+%).result}This i...
© 2024 OneMinuteCode. All rights reserved.