会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
荣超
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
31
下一页
2019年7月4日
项目引入nacos 日志不显示问题
摘要: 禁用nacos的日志即可解决 idea当中 添加vm options参数即可 -Dnacos.logging.default.config.enabled=false 打包后的启动命令 java -Dnacos.logging.default.config.enabled=false -jar xx
阅读全文
posted @ 2019-07-04 11:35 荣超
阅读(1801)
评论(0)
推荐(0)
2019年7月2日
android 9.0 http无法访问问题
摘要: java.lang.Error: java.net.UnknownServiceException: CLEARTEXT communication to 127.0.0.1 not permitted by network security policy 在res/xml下新建network-se
阅读全文
posted @ 2019-07-02 16:08 荣超
阅读(1461)
评论(0)
推荐(0)
2019年7月1日
iOS MJRefresh的使用 (列表上拉加载更多)
摘要: pod 'MJRefresh' import MJRefresh 加载更多 let footView = MJRefreshAutoNormalFooter(refreshingBlock:{ //去加载数据 加载完数据后状态设置为默认 self.collection_view.mj_footer?
阅读全文
posted @ 2019-07-01 16:49 荣超
阅读(1946)
评论(0)
推荐(0)
2019年6月29日
iOS 后台任务
摘要: 首先开启后台任务 使用设置后台任务触发的时机 application.setMinimumBackgroundFetchInterval(UIApplication.backgroundFetchIntervalMinimum) func application(_ application: UIA
阅读全文
posted @ 2019-06-29 09:18 荣超
阅读(309)
评论(0)
推荐(0)
ios Alamofire网络插件的使用
摘要: pod 'Alamofire' import Alamofire let headers:HTTPHeaders = [ "aa":"bb" ] let parameters = [ "name":"test" ] request(url, method: .get, parameters: par
阅读全文
posted @ 2019-06-29 09:17 荣超
阅读(355)
评论(0)
推荐(0)
2019年6月28日
springboot shiro ehcache redis 简单使用
摘要: 引入相关pom <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>
阅读全文
posted @ 2019-06-28 19:11 荣超
阅读(668)
评论(0)
推荐(0)
2019年6月25日
android BottomNavigationView 简单使用
摘要: 首先需要在(app)build.gradle 的dependencies里面引入 implementation 'com.google.android.material:material:1.0.0' 新建MainActivity找到对应的xml 加入viewpager 和 BottomNaviga
阅读全文
posted @ 2019-06-25 18:26 荣超
阅读(4848)
评论(0)
推荐(0)
2019年6月15日
iOS ksyhttpcache音视频缓存
摘要: pod 'ksyhttpcache' 桥接文件 引入 #import <KSYHTTPCache/KSYHTTPProxyService.h> 带appdelegate里初始化 KSYHTTPProxyService.sharedInstance()?.startServer() let proxy
阅读全文
posted @ 2019-06-15 15:30 荣超
阅读(342)
评论(0)
推荐(0)
springboot 简单使用shiro登录
摘要: 首先引入需要的pom <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring-boot-web-starter</artifactId> <version>1.4.1</version> </dependen
阅读全文
posted @ 2019-06-15 15:24 荣超
阅读(1309)
评论(0)
推荐(0)
2019年6月13日
springboot 使用 mybatis + mapper
摘要: 首先引入相关pom <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency> <group
阅读全文
posted @ 2019-06-13 18:43 荣超
阅读(1647)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
31
下一页
公告