推荐
专栏
教程
课程
飞鹅
本次共找到10000条
gson使用
相关的信息
Wesley13
•
3年前
UITabBarController的简单使用
UITabBarController的使用步骤初始化UITabBarController设置UIWindow的rootViewController为UITabBarController根据具体情况,通过addChildViewController方法添加对应个数的子控制器通常而言,UITabBarController一般作为应用程序的
Stella981
•
3年前
Android service的使用
Services一个Service(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdeveloper.android.com%2Freference%2Fandroid%2Fapp%2FService.html)是一个应用组件,它可以在后台执行耗时长的操作,而不提供
Stella981
•
3年前
RedisTemplate模板的使用
一、MapboundHashOps(1)主方法,向redis当中存储Map值!复制代码(https://oscimg.oschina.net/oscnet/5ffd306aa8f6e5e0427120e3eb1619418e9.gif)@ResourceprivateRedisTemplate<String
Stella981
•
3年前
JQValidate使用说明
JQueryValidate使用总结:一、导入js库<scriptsrc"../js/jquery.js"type"text/javascript"</script<scriptsrc"../js/jquery.validate.js"type"text/javascript"</script二、默认校验规则
Stella981
•
3年前
Bugfree安装与使用
第一步:下载XAMPP和bugfreehttp://www.bugfree.org.cn/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.bugfree.org.cn%2F)http://www.apachefriends.org/zh\_cn/xampp.ht
Stella981
•
3年前
FFmpeg使用教程(一)
ffmpeg是一个开源的音视频转码工具,它提供了录制、转换以及流化音视频的完整解决方案,可以转码、压制、提取、截取、合并、录屏等。一、下载FFmpeg下载地址:http://ffmpeg.zeranoe.com/builds/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F
Stella981
•
3年前
Mybatis PageHelper 简单使用
流程1,maven依赖2,在mybatis配置文件启用插件3,修改service层依赖<!https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper<dependency<groupIdc
Stella981
•
3年前
Selenium使用及原理
1、Selenium介绍Selenium是一个Web测试工具,通过直接控制浏览器来实现Web测试,与真实用户操作完全一致。Selenium目前支持IE、Firefox、Chrome、Safari、Opera等浏览器,Selenium支持主流的操作系统平台Windows、Linux、Mac等,Selenium支持Java、Ruby、Python
Wesley13
•
3年前
Java枚举类使用
用法一:常量在JDK1.5 之前,我们定义常量都是: publicstaticfianl.... 。现在好了,有了枚举,可以把相关的常量分组到一个枚举类型里,而且枚举提供了比常量更多的方法。 publicenumColor{RED,GREEN,BLANK,YELLOW}用法二
Stella981
•
3年前
Pacpl 安装及使用
pacpl(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fvorzox.wix.com%2Fpacpl)(PerlAudioConverter),是一个perl的音频转换工具,支持多种格式和码率间的相互转换。在Ubuntu下安装很简单(extra/modinstall\ubu
1
•••
32
33
34
•••
1000