逸至夏。

导航

2020年4月27日 #

ajax

摘要: <script src="js/jquery-3.4.1.min.js"></script> <script> $(function () { $('#btn').click(function () { //发送ajax请求 $.ajax({ url:"user/testAjax", content 阅读全文

posted @ 2020-04-27 11:06 逸至夏。 阅读(166) 评论(0) 推荐(0)

2019年11月27日 #

常用的网址

摘要: 找jar包的网址 https://search.maven.org/search?q=mybatis eclipse配置文件加 -Duser.language=en 还原英文语言 EasyUI使用文档:http://www.92ui.net/ 自动生成sql mapping http://tools 阅读全文

posted @ 2019-11-27 14:13 逸至夏。 阅读(115) 评论(0) 推荐(0)

2019年11月12日 #

eclipse中改变显示语言

摘要: 通过“帮助”>“安装新软件...”打开安装向导。添加Babel p2存储库:https://download.eclipse.org/technology/babel/update-site/R0.17.0/2019-06/选择/安装您选择的语言包重新启动Eclipse,您应该获得翻译的Eclips 阅读全文

posted @ 2019-11-12 17:35 逸至夏。 阅读(220) 评论(0) 推荐(0)

hibernate中mysql的编码设定

摘要: <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration- 阅读全文

posted @ 2019-11-12 17:31 逸至夏。 阅读(103) 评论(0) 推荐(0)