会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kuaqi
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
31
下一页
2021年12月6日
vue:属性、内容:访问、增加
摘要: Vue属性有:el、data、methods、computed、watch;Vue属性与组件component属性区别么? 直接访问Vue对象数据、方法: 1、访问data:.$data访问属性;.value(.$data.site)直接访问值、 var dt = { site: "菜鸟教程", u
阅读全文
posted @ 2021-12-06 20:26 kuaqi
阅读(233)
评论(0)
推荐(0)
2021年12月4日
vue:命名
摘要: 一、命名 原因:HTML特性不区分大小写;没完全明白 https://www.cnblogs.com/cjll/p/13706747.html 1、vue组件的驼峰命名(camelCase)与短横线分割命名(kebab-case) (1)组件采用驼峰命名:myComponent:在DOM模板(HTM
阅读全文
posted @ 2021-12-04 14:47 kuaqi
阅读(112)
评论(0)
推荐(0)
2021年11月9日
python 基本用法
摘要: 1)有四种数据结构:列表、元组、字典、集合 2) a = {x for x in 'abracadabra' if x not in 'abc'}
阅读全文
posted @ 2021-11-09 11:08 kuaqi
阅读(49)
评论(0)
推荐(0)
2021年11月6日
JavaScript对象
摘要: https://www.runoob.com/js/js-objects.html JavaScript中所有事物都是对象:字符串、数值、数组、函数... 对象只是一种特殊的数据。对象拥有属性和方法。 var message="Hello World"; var x=message.length;v
阅读全文
posted @ 2021-11-06 21:57 kuaqi
阅读(37)
评论(0)
推荐(0)
2021年11月3日
HTML 滚动显示FocusSwitch
摘要: 滚动显示图片内容,或者叫图片切换
阅读全文
posted @ 2021-11-03 17:03 kuaqi
阅读(34)
评论(0)
推荐(0)
HTML tab标签切换tabSwitch
摘要: 点击标签切换内容显示
阅读全文
posted @ 2021-11-03 17:01 kuaqi
阅读(195)
评论(0)
推荐(0)
web html css js jquery
摘要: 内容来自:玩转Django2.0 黄永祥 1)require.js的作用 用法说明:https://www.runoob.com/w3cnote/requirejs-tutorial-1.html 调用:require([], function($){...}) require.config({ p
阅读全文
posted @ 2021-11-03 16:56 kuaqi
阅读(57)
评论(0)
推荐(0)
2021年10月29日
web.html.css案例
摘要: 1)表格整体长度:<div class="class1"><div>: width: 960px; font-size: 14px; overflow: hidden; width: 960px; float: left; 1)首先看到整体向👉移动了20px;<ul class="class1">
阅读全文
posted @ 2021-10-29 00:09 kuaqi
阅读(57)
评论(0)
推荐(0)
2021年10月27日
web开发vs code配置 html、
摘要: html自动补全:输入!或者html,可快速创建html模板 https://www.cnblogs.com/xiaohaodeboke/p/13211727.html
阅读全文
posted @ 2021-10-27 22:18 kuaqi
阅读(153)
评论(0)
推荐(0)
2021年10月17日
mysql在windows安装
摘要: 界面安装: 安装5.X版OK: 1、下载:https://downloads.mysql.com/archives/installer/ 2、安装教程:https://blog.csdn.net/weixin_41557632/article/details/78943248 (1)安装mysql-
阅读全文
posted @ 2021-10-17 23:19 kuaqi
阅读(114)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
31
下一页
公告