上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 44 下一页
摘要: 控制台输入git命令: git config --global --unset http.proxy git config --global --unset https.proxy 以管理员打开cmd窗口输入 ipconfig/flushdns 然后从新执行git操作 阅读全文
posted @ 2023-01-18 19:01 龙卷风吹毁停车场 阅读(542) 评论(0) 推荐(0)
摘要: 1.如果您为 VPN 配置了代理,则需要登录到您的 VPN 才能使用代理。 2.要在 VPN 之外使用它,请使用 unset 命令: git config --global --unset http.proxy git config --global --unset https.proxy 参考:  阅读全文
posted @ 2023-01-18 10:02 龙卷风吹毁停车场 阅读(590) 评论(0) 推荐(0)
摘要: 效果: 安装: npm install @antv/g2 --save 引入: import { Chart } from '@antv/g2'; 使用: <div id="c1"></div> LeftChart() { const chart = new Chart({ container: ' 阅读全文
posted @ 2022-12-28 16:48 龙卷风吹毁停车场 阅读(831) 评论(0) 推荐(0)
摘要: 在 componentDidMount 函数中添加 this.props.navigation.addListener('focus', () => { alert(2) }); 阅读全文
posted @ 2022-12-12 15:06 龙卷风吹毁停车场 阅读(341) 评论(0) 推荐(0)
摘要: navigation.navigate('home', { activeFilterTab: 'posted' }) //传递的对象{ activeFilterTab: 'posted' } 接收方: route.paeams.activeFilterTab 就行 阅读全文
posted @ 2022-12-09 18:06 龙卷风吹毁停车场 阅读(108) 评论(0) 推荐(0)
摘要: this.mySwiper = new Swiper('.swiper-container', { direction: 'vertical', initialSlide : 0 , //设定初始化时slide的索引。 mousewheel: true, //开启鼠标滚动切换 height: win 阅读全文
posted @ 2022-12-02 16:08 龙卷风吹毁停车场 阅读(423) 评论(0) 推荐(0)
摘要: export function browserRedirect() { var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsIpho 阅读全文
posted @ 2022-11-29 16:06 龙卷风吹毁停车场 阅读(29) 评论(0) 推荐(0)
摘要: background: url(./img/Group3466734.png) no-repeat; background-size: cover; background-position: center; 阅读全文
posted @ 2022-11-27 20:58 龙卷风吹毁停车场 阅读(456) 评论(0) 推荐(0)
摘要: import { useFocusEffect } from '@react-navigation/native'; useFocusEffect(React.useCallback(() => { console.log('当前页面被激活啦!'); }, [])); 阅读全文
posted @ 2022-10-10 10:06 龙卷风吹毁停车场 阅读(83) 评论(0) 推荐(0)
摘要: 要修改里面的内容 阅读全文
posted @ 2022-10-08 14:15 龙卷风吹毁停车场 阅读(32) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 44 下一页