上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 60 下一页
摘要: 接口访问参考:https://blog.csdn.net/hanjun0612/article/details/81625395 PS:调用接口和跳转网页 主要区别是 1 调用接口是 @RestController 跳转网页是:@Controller 2 跳转网页,需要增加 <dependency> 阅读全文
posted @ 2019-06-20 19:08 正怒月神 阅读(636) 评论(0) 推荐(0)
摘要: 入门:https://www.liaoxuefeng.com/wiki/897692888725344 进阶+习题:https://github.com/tylerhj/Python-100-Days 阅读全文
posted @ 2019-06-13 11:41 正怒月神 阅读(246) 评论(0) 推荐(0)
摘要: 读取模板,放到ueditor中进行编辑 阅读全文
posted @ 2019-06-05 16:43 正怒月神 阅读(756) 评论(0) 推荐(0)
摘要: 图片: 阅读全文
posted @ 2019-05-31 15:12 正怒月神 阅读(262) 评论(0) 推荐(0)
摘要: 通过map,返回部分属性。 MyUser,作为源数据 MyUserS,作为返回的新数据。 阅读全文
posted @ 2019-05-30 14:05 正怒月神 阅读(3187) 评论(0) 推荐(0)
摘要: 一 拉取分支 1 选择浏览 2 输入svn项目路径:https://IP/svn/ 3 选择拉取的项目 4 下载到本地路劲 右键选中的分支—CheckOut 选择本地路劲 二 分支合并 1 分支合并到主支 确保分支,更新和提交代码后 选中分支目录,选择TortoiseSVN,选择Show log 2 阅读全文
posted @ 2019-05-27 17:04 正怒月神 阅读(857) 评论(0) 推荐(0)
摘要: 一,项目文件夹中,找到 .idea-->workspace.xml 添加: 二,分组启动 选中多个服务,右键-->group config设置名称。 我这里把Registry和Config 两个服务放到了Run中, 其他服务放到了 Debug里 阅读全文
posted @ 2019-05-24 13:41 正怒月神 阅读(881) 评论(0) 推荐(0)
摘要: 使用 :param的方式来传递参数,下面举个例子 @PersistenceContext ​​​​​​​EntityManager em @Override public List<Map> ajaxRelationByCompanyUUID(String companyUUID, String a 阅读全文
posted @ 2019-05-05 14:24 正怒月神 阅读(7162) 评论(0) 推荐(0)
摘要: 这里使用Action,直接传值, 功能是:form1打开form2时,把值传过去 Form1 Form2 1 使用委托: Form1代码: Form2代码: 2 使用事件 Form1 Form2 阅读全文
posted @ 2019-04-30 15:27 正怒月神 阅读(218) 评论(0) 推荐(0)
摘要: 使用 CorsFilter 解决ajax跨域问题 直接在zuul的main下面,创建corsFilter就可以了。 @SpringBootApplication @EnableZuulProxy @EnableFeignClients @ComponentScan(basePackages={"xx 阅读全文
posted @ 2019-04-29 17:14 正怒月神 阅读(713) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 60 下一页