摘要:
阅读全文
摘要:
p命名空间是set注入的一种快捷实现方式,想要使用p命名空间注入,需要注意一下几点。 1. 实体类中必须有set方法; 2. 实体类中必须有无参构造器(默认存在); 3. 必须导入p命名空间注入方式依赖。 xml依赖代码: xmlns:p="http://www.springframework.or 阅读全文
摘要:
配置文件中的bean代码 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSc 阅读全文
摘要:
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
摘要:
一言Api接口地址:https://api.uixsj.cn/hitokoto/get 配置文件我就不写了 <template> <view class="uni-padding-wrap uni-common-mt" > <view> {{data.content}} </view> </view 阅读全文