码迷,mamicode.com
首页 >  
搜索关键字:styles    ( 1371个结果
LESS 原理,一款css的预处理程序Less的使用
?Less一种动态样式语言,LESS将CSS赋予了动态语言的特性,如变量,继承,运算,函数...LESS 既可以在客户端上运行 (支持IE 6+, Webkit, Firefox),也可以借助Node.js或者Rhino在服务端运行。 安装与使用: //客户端引用 <link rel="styles ...
分类:Web程序   时间:2020-05-17 19:11:04    阅读次数:79
kaggle_choose plot type and customer styles
0 setup 配置文件 import pandas as pd pd.plotting.register_matplotlib_converters() import matplotlib.pyplot as plt %matplotlib inline import seaborn as sns ...
分类:其他好文   时间:2020-05-16 18:25:50    阅读次数:51
Vue组件
Vue组件 组件的出现就是为了拆分Vue实例的代码量的,能够让我们以不同的组件来划分不同的功能模块,将来我们需要什么样的功能就去调用相应的组件即可。 创建组件 方式1:使用Vue.extend创建组件对象,使用Vue.component注册组件 方式二:直接使用Vue.component(组件名,{ ...
分类:其他好文   时间:2020-05-16 00:43:12    阅读次数:57
主页搭建小练习
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>搬运园:一个专注搬运的车库地址的网站 博主首页</title> <link rel="stylesheet" href="mycss.css"> </head> ...
分类:其他好文   时间:2020-05-15 09:59:57    阅读次数:103
[Mise] Toggle visibility and styles based on state with `x-show` and `x-bind` in Alpine JS
In this lesson, we create a set of tabs with Alpine JS, where only the content of the currently active tab is visible. To do this, we define an active ...
分类:Web程序   时间:2020-05-14 19:45:34    阅读次数:73
DevExpress+Winform(一)
https://www.bilibili.com/video/BV15x411x7WN?p=2这个视频有点模糊,勉强看个思路。 第一集:安装dev套件,安装的时候需要把vs关掉。安装成功后,如果工具箱没有看见dev控件,可以在工具箱->选择工具箱选项里添加控件,主要添加命名空间是devexpress ...
分类:Windows程序   时间:2020-05-09 00:47:44    阅读次数:82
【APICloud】UIScrollPicture 模块
UIScrollPicture 模块 概述 UIScrollPicture 是一个图片轮播模块,只需传入一组图片地址,即可实现图片轮播效果。 open 接口内的 rect 参数,可控制图片轮播区域的位置和大小。styles 参数可以设置轮播视图底部的标题文字大小及颜色,亦可设置底部页面控制器(几个小 ...
分类:Windows程序   时间:2020-05-08 17:49:14    阅读次数:92
JavaScript实现Tab标签页切换的最简便方式
<script src="js.js" type="text/javascript"></script> <link href="css.css" rel="stylesheet" type="text/css"> html如下: <div class="tab-head"> <h2 id="tab ...
分类:编程语言   时间:2020-05-05 18:24:37    阅读次数:70
Vue初级
@{ ViewBag.Title = "Index";}@section styles{<link href="~/Content/style.css" rel="stylesheet" type="text/css" /><link href="~/Content/config.css" rel= ...
分类:其他好文   时间:2020-05-02 19:14:29    阅读次数:59
PyQt5 给主窗口添加样式
PyQt5 给主窗口添加样式 #! /usr/bin/env python # -*- coding:utf-8 -*- import sys from PyQt5.QtWidgets import QMainWindow, QApplication from PyQt5.QtGui import  ...
分类:其他好文   时间:2020-04-30 11:37:11    阅读次数:68
1371条   上一页 1 ... 6 7 8 9 10 ... 138 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!