摘要:
#相当于对数据 加上 双引号,$相当于直接显示数据 #将传入的数据都当成一个字符串,会对自动传入的数据加一个双引号。如:order by #user_id#,如果传入的值是111,那么解析成sql时的值为order by “111”, 如果传入的值是id,则解析成的sql为order by “id” 阅读全文
摘要:
spring security 权限框架原理 阅读全文
摘要:
win7 开机,或重启自动启动 该文件下的: 把桌面上快捷键放入文件内就行 C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup 阅读全文
摘要:
(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,【??】,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)### Error updating database. Cau 阅读全文
摘要:
@Valid @RequestBody CustomerDto customerBean @RequestMapping(value="/customerDataSync.do",method=RequestMethod.POST) public BaseResultMessage customer 阅读全文
摘要:
// 62.是否有利润奖--lrj private boolean isProfitsAward; // 63.利润奖--lrj_price private String profitsAward; 如果 这二个名称相同(profitsAward,isProfitsAward),报错,getIs,s 阅读全文
摘要:
1.spring boot 视图解析器 #视图解析器 #前缀spring.mvc.view.prefix=/pages/ #后缀。.jsp.dospring.mvc.view.suffix=.jsp 2.开启静态资源访问 在spring boot 项目src\main\resources目录下, a 阅读全文
摘要:
进入到项目目 前 cd E:\workspace\foen_api(如切换不了目录) 直接E:\workspace\foen_api mvn clean 清理 mvn install 安装 mvn test 测试 mvn bulid 构建 发布spring boot 生成jar mvn clean 阅读全文
摘要:
//@EnableAutoConfiguration//@ComponentScan(value= {"com.foen.cloud.controller.*","com.foen.cloud.service.impl"})@SpringBootApplication(scanBasePackage 阅读全文
摘要:
在我们使用连接MySQL数据库时会出现这样的提示: Tue Aug 29 13:24:29 CST 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. Ac 阅读全文