石嘉懿的博客

石嘉懿的博客

IMG图片找不到使用默认图片的方法

在img标签添加如下属性: <img src="img/xxx.jpg" onerror="this.src='staticfile/img/tihuan


小石同学i  2263  2019-12-31 阅读全文

Java修改jar包里面的配置文件的方法(修改的文件第一行最好敲一个回车)

1、列出jar包的文件清单 jar tf xxx.jar 2、解压出jar包中的指定文件 jar xf xxx.jar conf/xxx.conf 3、编辑配置文件 vim conf/xxx.conf


小石同学i  2385  2019-12-26 阅读全文

MyBatis的 @ResultMap(value="studentMap")简化

使用ResultMap避免因使用@Results产生的过多的冗余代码。 @Select({"select id, name, class_id from my_student where i


小石同学i  2003  2019-12-16 阅读全文

web项目获取properties文件路径

String profilepath =Object.class.getResource("/").getPath()+"access-token.properties&


小石同学i  2169  2019-12-12 阅读全文

LayUi的后台iframe版本子页面请求父页面打开标签的方法

javascript:window.parent.layui.index.openTabsPage("地址(http://www.baidu.com)","卡片标题(百度


小石同学i  2170  2019-12-09 阅读全文