ICode9

精准搜索请尝试: 精确搜索
  • 常用英文搜索关键词2021-10-15 09:34:22

    文档手册 (reference) manual handbook documentation reference specification 教程 (practical) guide tutorial, guide, introduction get started with beginner primer cookbook recipe 其他 understanding demystified awesome explained anatomy internals

  • vue中使用vue-awesome-swiper插件实现缩略图控制轮播图效果(填坑)2021-10-12 16:03:04

    一般在我们写轮播图的时候都会想到使用swiper插件 ,但是显而易见出了很多问题,所以我用了vue-awesome-swiper来实现提前说 使用这个插件最大的坑就是版本!版本!版本!不同的版本号写法不一样 所以中间会有很多坑  所以在安装的时候就要清楚的知道自己要安装的版本是多少。 1、安装。执

  • 2021-09-182021-09-18 21:30:15

    vue.js条件渲染: v-if指令为真则页面被渲染,v-if指令为假,则页面不被渲染; < h1 v-if=“awesome”>Vue is awesome!< /h1> 也可以用 v-else 添加一个“else 块”: < h1 v-if=“awesome”>Vue is awesome!< /h1> < h1 v-else>Oh no

  • CF1270F - Awesome Substrings(思维)2021-09-12 08:31:05

    题目 给定一个01串,问有多少连续子串中1的个数大于0且可以整除其长度。 题解 问题等价于\(r-l=k(pre[r]-pre[l])\),即\(r-k\cdot pre[r]=l-k\cdot pre[l]\)。假设固定一个值\(T\),当\(k<T\)时,可以枚举\(k\)统计有多少相同数对,时间复杂度\(O(nT)\)。 由于\(pre[r]-pre[l] =\frac{r-l}{

  • Vue2中使用vue-awesome-swiper3(对应swiper4)2021-09-05 21:06:10

    1 版本号 vue:2.6.11, vue-awesome-swiper: 3.1.3(对应于swiper4) 一定注意版本号!!!网上有很多都是vue2! 安装vue-awesome-swiper npm install vue-awesome-swiper@3.1.3 --save-dev 开发文档 https://github.com/surmon-china/vue-awesome-swiper/tree/v3.1.3 例子 https://github.s

  • vue2中使用swiper插件制作轮播图2021-08-22 01:01:38

    Vue2中使用swiper、vue-awesome-swiper制作轮播图 版本问题: 非常重要: 版本选错了,运行会报各种bug,很恶心 最新版本的swiper6适合在vue3中使用,在vue2中使用会出现很多bug 这里使用的swiper和vue-awesome-swiper版本如下: "vue-awesome-swiper": "^4.1.1", "swiper": "^5.4.5", 跟

  • Github 上25个python学习资源(转)2021-08-09 13:01:09

    根据2020年StackOverflow开发者调查报告,Python是世界上最受欢迎的语言之一,排名仅次于Rust和TypeScript。更令人惊讶的是,Python是开发人员最想尝试的语言。如果你是一位使用Python的开发人员,而且希望提高自己的技术水平,或者你想学习Python,那么你可来对地方了。本文将为你献上25个最

  • vue-cli使用swiper插件及报错解决2021-08-05 16:03:30

    安装 不推荐高版本(有bug),反正能正常使用就行. cnpm install vue-awesome-swiper swiper@5.4.5 --save main.js引入 import Vue from "vue" import VueAwesomeSwiper from 'vue-awesome-swiper' import 'swiper/css/swiper.css' Vue.use(VueAwesomeSwiper) 组件使用

  • VUE学习十六,条件渲染v-if/v-show2021-07-08 14:31:08

    v-if 指令用于条件性地渲染一块内容。这块内容只会在指令的表达式返回 truthy 值的时候被渲染。 一、基本用法 <h1 v-if="awesome">Vue is awesome!</h1> <h1 v-if="awesome">Vue is awesome!</h1> <h1 v-else>Oh no

  • vue中使用swiper2021-07-05 13:33:24

    在使用swiper的过程中会遇到很多问题,每次使用时都需要踩坑,这里记录一下本次使用的方法,以避免后边使用中耗费时间。 1、下载 在vue中使用swiper需要下载vue-swiper-awesome ,最好下载版本3,是最稳定的版本。 cnpm install vue-awesome-swiper@3 --save-dev 2、使用 由于项目中使用s

  • UI图标不用愁:矢量字体图标Font-Awesome2021-07-02 18:57:21

    UI图标不用愁:矢量字体图标Font-Awesome Font-Awesome,这个项目主要是css3的一个应用,准确的说是一段css,这里的把很多图标的东西做到了font文件里面,然后通过引用外部font文件的方式,来展现图标。 Font Awesome 是一套专门为 Twitter Boostrap 设计的图标字体库。这套图标字体集几乎

  • fa-spinner旋转小圈圈-Font Awesome字体2021-06-04 15:04:13

    http://www.fontawesome.com.cn/get-started/ <!DOCTYPE html> <html> <head> <title>Font Awesome Icons</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <lin

  • 部署awesome_python3_webapp2021-05-30 13:35:51

    awesome_app部署: www-21-05-18_12.19.42/ update mysql.user set authentication_string=PASSWORD('111111'), plugin='mysql_native_password' where user='root'; supervisor目录 /etc/supervisor/conf.d/ nginx配置 /etc

  • 学习 c语言好资料2021-05-26 17:30:38

    https://github.com/ellahub/awesome-c 新概念C语言 https://github.com/limingth/NCCL.codes https://github.com/limingth/Linux-C-Programming/ https://github.com/jobbole/awesome-c-cn 1.c/c++语言中文参考手册 https://c-cpp.com/ 可以作为翻看的课本,有啥不会的知识点

  • github的小笔记2021-05-14 18:32:16

    找开源项目的一些途径• https://github.com/trending/• https://github.com/521xueweihan/HelloGitHub• https://github.com/ruanyf/weekly• https://www.zhihu.com/column/mm-fe特殊的查找资源小技巧-常用前缀后缀 • 找百科大全 awesome xxx• 找例子 xxx sample• 找空项目

  • vue-element-admin 使用 font-awesome 左侧菜单不渲染问题2021-04-23 11:32:08

    左侧菜单组件位置: src\layout\components\Sidebar\SidebarItem.vue SidebarItem组件使用了Item 组件 import Item from './Item' (src\layout\components\Sidebar\Item.vue) icon判断中加上 fa fa- 开头的类型即可    

  • 2021年Github项目Top2002021-04-19 21:06:04

    ##### 101. lodash/lodash 49.1k JavaScript > A modern JavaScript utility library delivering modularity, performance, & extras. lodash javascript modules utilities ##### 102. h5bp/Front-end-Developer-Interview-Questions 48.7k Nunjucks > A list of

  • 2021年Github项目Top2002021-04-19 21:04:50

    2021年Github项目Top200 101. lodash/lodash 49.1k JavaScript A modern JavaScript utility library delivering modularity, performance, & extras. lodash javascript modules utilities 102. h5bp/Front-end-Developer-Interview-Questions 48.7k Nunjucks A list of

  • 2021年Github项目Top1002021-04-19 20:58:51

    2021年Github项目Top100 1. freeCodeCamp/freeCodeCamp 323k JavaScript freeCodeCamp.org’s open source codebase and curriculum. Learn to code for free. curriculum react nodejs javascript d3 teachers community education programming math freecodecamp learn-t

  • 纪念一下第一次在开源项目上commit:好神奇啊!2021-04-18 22:32:43

    真的特别棒的东西!!!好棒好棒的!!! https://robotfor1999.github.io/awesome-xjtlu/#/README

  • Vue轮播,vue-awesome-swiper动态数据渲染,首次各种配置无效,轮播图没有效果。2021-04-18 18:34:29

    在做vue项目时,使用vue-awesome-swiper首页轮播,banner图数据从服务器端加载;但发现使用的过程中轮播图不起作用,没有生效。 分析: 轮播图的数据是由父组件网络请求之后得到的,在用子组件打印swiper的数据的时候,发现是[],此时并没有拿到网路请求的数据,所以会导致轮播图无效果,只默认显

  • css设置列表样式图标2021-04-17 19:34:59

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=d

  • 工程师应该怎么学习2021-04-17 17:02:10

    只要一日自诩工程师,就没有办法放弃学习。本文不算是技术文,只是介绍一些个人的学习方法和经验。如果很多点你已经做到并且做好,一笑了之便可。 阅读书籍 对于工程师来说,从书籍得来的知识是必不可少的。现在很多年轻的程序员会从网络博客来学习技术,但博客内容大多缺乏体系(主要说总

  • 常用的 tailwindcss 模板站点2021-04-13 23:55:02

    Tailwind Playaniftyco/awesome-tailwindcssrosstopping/tailwindcss-templatescruip/tailwind-landing-page-templatemoesaid/cleopatrawobsoriano/v-dashboard

  • GitHub 上的顶级项目都是做什么的?2021-04-02 11:33:43

    前一阵看到同事在用一个名叫 AirFlow 的工具,而我竟然素未耳闻,一番搜索之后发现这个 工具是 Apache 的顶级项目,而且在 GitHub 上有 1w+ 的 Star。震惊之余,感觉有必要 把 GitHub 上常用工具捋一遍,以避免以后发生重复造轮子的情况。计划是把 GitHub 上 5k+ Star 的项目都知道是

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有