世界那么好,机会那么多

这里除了干货,什么都没有

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页
摘要: .wx-swiper-dots{position:relative;left: unset!important;right: 0;} .wx-swiper-dots.wx-swiper-dots-horizontal{ margin-bottom: -5rpx; } 阅读全文
posted @ 2020-05-23 04:28 面向对象爱好者社区 阅读(5411) 评论(0) 推荐(0) 编辑
摘要: swiper中轮番播放三个色块,父容器的class为"container"时不能显示出来,现象为白屏,当把container改为其它即可,container应该为swiper的保留字符, //container改为其他,如:mycontainer <view class="container"> < 阅读全文
posted @ 2020-05-23 01:50 面向对象爱好者社区 阅读(1089) 评论(0) 推荐(0) 编辑
摘要: 效果如下图: .nav-item.active{ position: relative; } .nav-item.active:after { content: " "; width: 0.8rem; height: 0.12rem; background: #fff; position: abso 阅读全文
posted @ 2020-05-23 01:24 面向对象爱好者社区 阅读(3409) 评论(0) 推荐(0) 编辑
摘要: 问题描述: Unexpected end of JSON input while parsing near '…" 解决办法: (1) npm install --registry=https://registry.npm.taobao.org --loglevel=silly (2) npm ca 阅读全文
posted @ 2020-05-20 14:23 面向对象爱好者社区 阅读(229) 评论(0) 推荐(0) 编辑
摘要: pom文件添加依赖 <!--AOP统一处理Web请求日志--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency 阅读全文
posted @ 2020-04-12 23:51 面向对象爱好者社区 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 默认是ctrl+alt+v file - setting - keymap 搜索variable 如下图:默认是ctrl+alt+v 这里修改成自己比较方便的快捷键即可,我这里设置的是ctrl+alt+z 阅读全文
posted @ 2020-04-12 01:47 面向对象爱好者社区 阅读(1495) 评论(0) 推荐(0) 编辑
摘要: 原因: JAXB API是java EE 的API,因此在java SE 9.0 中不再包含这个 Jar 包。 java 9 中引入了模块的概念,默认情况下,Java SE中将不再包含java EE 的Jar包 而在 java 6/7 / 8 时关于这个API 都是捆绑在一起的 要解决这个问题,需导 阅读全文
posted @ 2020-04-12 01:17 面向对象爱好者社区 阅读(966) 评论(0) 推荐(0) 编辑
摘要: ctrl+alt+s 打开设置界面,找到Tool-> External Tools 点击 +来增加一个新的外部工具。 在tool setting 的Program输入工具的路径,这中间可以插入宏,比如$JDK_PATH$,不需要自己再手动输入jdk的路径了。 在Arguments中输入-c $Fil 阅读全文
posted @ 2020-04-06 18:17 面向对象爱好者社区 阅读(1044) 评论(0) 推荐(0) 编辑
摘要: tsl 输出以下代码,在idea中是没有 tsl 输出功能的,需要配置 try{ TimeUnit.SECONDS.sleep(3); }catch (Exception e){ e.printStackTrace(); } line template: 建议模板 template group:模板 阅读全文
posted @ 2020-04-06 17:09 面向对象爱好者社区 阅读(331) 评论(0) 推荐(0) 编辑
摘要: <script> var str = "http://abc.com/asd/zzz.mp3" //接收输入的内容 str = str.substring(str.lastIndexOf("/")+1); alert(str) </script> Java版 public class Test1 { 阅读全文
posted @ 2020-04-06 15:17 面向对象爱好者社区 阅读(417) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页