09 2022 档案

摘要:package BinarySearch; import java.lang.reflect.Array; public class Test { public static void main(String[] args) { int arr[] = {2,6,7,8,9,11,13,45,123 阅读全文
posted @ 2022-09-26 20:47 fnasklf 阅读(25) 评论(0) 推荐(0) 编辑
摘要:在java中,想要这样直接调用clone是会报错的 public class Test { public static void main(String[] args) throws CloneNotSupportedException { Student s = new Student(); St 阅读全文
posted @ 2022-09-26 19:15 fnasklf 阅读(1084) 评论(0) 推荐(0) 编辑
摘要:实现效果: 加载时: 加载完成时; 实现代码: 通过vuex传入一个布尔值loading控制加载动画显示与否,动画关闭时,通过slot标签显示本组件中包含的其他内容 组件代码: <template> <view> <view class="loading-21 spinner" v-if="load 阅读全文
posted @ 2022-09-25 16:51 fnasklf 阅读(40) 评论(0) 推荐(0) 编辑
摘要:效果: 实现代码: <template> <view class="content"> <view class="left"> <scroll-view class="left-scroll" scroll-y> <!-- 左侧列表点击事件可简写 --> <!-- @click="current=i 阅读全文
posted @ 2022-09-25 15:01 fnasklf 阅读(85) 评论(0) 推荐(0) 编辑
摘要:实现效果: 实现效果: <template> <view class="content"> 123 </view> </template> <script> export default { data() { return { } }, } </script> <style lang="scss"> 阅读全文
posted @ 2022-09-25 11:38 fnasklf 阅读(913) 评论(0) 推荐(0) 编辑
摘要:实现效果: 封装的组件: <template> <view class="page-container-titleNav"> <view class="content"> <view class="left"> <text>{{title}}</text> <text class="circle"> 阅读全文
posted @ 2022-09-25 10:17 fnasklf 阅读(56) 评论(0) 推荐(0) 编辑
摘要:使用uview框架 <view class=""> <u-row gutter="4" align="top"> <block v-for="item, index in 5" :key="index"> <u-col span="6"> <view style="width: 100%;heigh 阅读全文
posted @ 2022-09-24 21:12 fnasklf 阅读(488) 评论(0) 推荐(0) 编辑
摘要:效果: 代码: 效果: 代码: <template> <view class="content"> <u-navbar :is-back="false" title="" class="title"> <view :class="{ 'title-active': Number(index) Num 阅读全文
posted @ 2022-09-23 16:23 fnasklf 阅读(163) 评论(0) 推荐(0) 编辑
摘要:const url_all = { 'DEV': 'http://XXX.XXX.XX.XX', // 此次存放baseUrl } let BASE_URL = url_all['DEV'] // let BASE_URL = url_all['_DEV'] export const request 阅读全文
posted @ 2022-09-20 10:11 fnasklf 阅读(175) 评论(0) 推荐(0) 编辑
摘要:面向对象-07-三种情况的对象内存图_哔哩哔哩_bilibili 阅读全文
posted @ 2022-09-18 21:44 fnasklf 阅读(11) 评论(0) 推荐(0) 编辑
摘要:横向拖拽滚动 自定义v-drag指令(横向拖拽滚动)_aら 淼的博客-CSDN博客 vue 有滚动条 点击拖拽滑动自定义指令_高先生的猫的博客-CSDN博客_vue自定义指令滑动 父子组件index与row index挂载flowDragY,只支持垂直滚动 row挂载flowDragX,鼠标水平移动 阅读全文
posted @ 2022-09-08 15:30 fnasklf 阅读(1067) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示