推荐
专栏
教程
课程
飞鹅
本次共找到4399条
抽象方法
相关的信息
Wesley13
•
3年前
java中mongoTemplate批量更新
方法:mongoTemplate.getDb().getCollection(tableName).bulkWrite(requests);publicBulkWriteResultbulkWrite(List<WriteModel<Documentrequests,StringtableName){ BulkW
Wesley13
•
3年前
UITableView 中 didSelectRowAtIndexPath 手势冲突或者双击事件处理
实现双击事件的方法(void)tableView:(UITableView)tableViewdidSelectRowAtIndexPath:(NSIndexPath)indexPath{NSUIntegercurrentNSDatedatetimeIntervalSince1970
Wesley13
•
3年前
java的反射机制
java中的反射可以将代码结构更加灵活,通过反射机制可以访问属性、方法和构造方法sun公司为我们提供的4大类反射:java.lang.reflect.methodjava.lang.Classjava.lang.reflect.modifierjava.lang.reflect.Constructor有以下几种方式:比如是Employ
Stella981
•
3年前
ArrayList源码分析
一、先看下ArrayList的构造方法源码publicArrayList(intinitialCapacity){super();if(initialCapacity<0)thrownewIllegalArgumentExc
Wesley13
•
3年前
VideoView支持播放https的url视频
重写setVideoUrI方法@OverridepublicvoidsetVideoURI(Uriuri){super.setVideoURI(uri);try{HttpsURLConnection.setDefaultSSLSocketFactory(S
Wesley13
•
3年前
Unknown host 'services.gradle.org' 解决方法
报错如下:Unknownhost'services.gradle.org'.YoumayneedtoadjusttheproxysettingsinGradle.LearnaboutconfiguringHTTPproxiesinGradle解决方法:问题
Stella981
•
3年前
SpringBoot报错:Invalid bound statement (not found)
错误原因:没有发现Mybatis配置文件的路径解决方法:1.检查Mapper包名与xml文件<mapper标签的namespace数据名称是否相同<mappernamespace"com.tuyrk._161_java_socket.project6.dao.FileMapper"</mapper2.Mapper中定义的方法
Wesley13
•
3年前
Ubuntu 分辨率更改 xrandr Failed to get size of gamma for output default
一,问题版本信息描述: Ubuntu16.04LTS安装了Ubuntu后分辨率和显示器不匹配。xrandr命令不能给出相关信息。因此尝试了不同的方法。二,xrandraddnewmode这是别人在stackoverflow上回答的最多的一种方法:
Wesley13
•
3年前
Java遍历List集合的4种方式
publicclassTest{publicstaticvoidmain(Stringargs){//循环遍历List的4中方法List<StringstrListnewArrayList<();strList
Wesley13
•
3年前
ADI PLUTO 2:GNURADIO安装(直接安装)
https://zhuanlan.zhihu.com/p/56131512序言前面我们简单介绍了ADIPluto,本文我们安装下通常的开发平台,GNURadio。GNURadio有两种安装方法,本文我们介绍第一种安装方法,直接安装。本文参考如下:AnalogDevicesWiki(https://www.osc
1
•••
103
104
105
•••
440