Wesley13 Wesley13
4年前
java+selenium+maven+IntelliJ IDEA 搭建简单的UI自动化测试环境
1\.用IntelliJIDEA新建一个maven工程2\.在pom.xml中添加依赖:<dependency<groupIdorg.seleniumhq.selenium</groupId<artifactIdseleniumjava</artifactId
Stella981 Stella981
4年前
Gson 关于Array和List的序列化.
关于Gson对于Array和List的serialize输出.都是中括号括起来的.GsongsonnewGson();StringarraysnewString{"a","b","c"};List<StringlistnewArrayList<String();list.add("
Wesley13 Wesley13
4年前
Java基于animated
  工作中,gif动图转图片/图片集转gif  pom依赖很简单<!gif<dependency<groupIdcom.madgag</groupId<artifactIdanimatedgiflib</artifactI
Stella981 Stella981
4年前
Activity设置全屏两种方法
继承Activityone:   在onCreate方法中添加requestWindowFeature(Window.FEATURE\_NO\_TITLE);//隐藏标题栏   getWindow().setFlags(WindowManger.LayoutParams.FLAGS\_FULLSCREEN,WindowManger.  
Wesley13 Wesley13
4年前
MySql
想把一个数据库中表中数据复制到另一个数据库或者同一个数据库中可以采取以下方法:1.表结构相同的表,且在同一数据库(如,table1,table2)Sql:insertintotable1select\fromtable2(完全复制)insertintotable1selectdistinc
Wesley13 Wesley13
4年前
3.spring boot Controller获取请求参数的值
1.获取连接中的参数,使用倒的关键词@PathVariable@RestControllerpublicclassHelloController{@RequestMapping(value"/hello/{id}",methodRequestMethod.GET)publicStringindex(@Path
Easter79 Easter79
4年前
SwiftCommon之Camera相机
概述IOS中调用设备的相机拍照、录制视频,使用UIImagePickerController类,根据不同的SourceType来区分是拍照还是录视频。SCCameraimportFoundationimportUIKitimportMobileCoreServicesp
Stella981 Stella981
4年前
Redis5新特性Streams作消息队列
!(https://oscimg.oschina.net/oscnet/up4977ee0fbc770c92e22d1c7e77c69a7528d.png)前言Redis5新特性中,Streams数据结构的引入,可以说它是在本次迭代中最大特性。它使本次5.x版本迭代中,Redis作为消息队列使用时,得到更完善,更强大的原生
linux shell 脚本调试技巧
bashx加脚本这是最常用的调试手段,终端会打印出,脚本执行过程中的每一个命令。
陈哥聊测试 陈哥聊测试
1年前
取代或转型?人工智能对软件测试的影响(内附工具推荐)
这就是软件测试中的人工智能(AI)成为颠覆性技术的地方,它改变了软件测试的执行方式。