码迷,mamicode.com
首页 >  
搜索关键字:styles and themes    ( 1837个结果
[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
DC-7靶机
仅供个人娱乐 靶机信息 下载地址:http://www.five86.com/downloads/DC-7.zip 一、主机扫描 二、信息收集 或者 python3 cmseek.py --url http://192.168.17.134 寻找drup相关信息 在github找到脚本 pip3 i ...
分类:其他好文   时间:2020-05-07 19:28:06    阅读次数:80
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
实验六 函数
【实验目的】 掌握函数的定义与使用方法;掌握函数的参数传递和变量的作用域;掌握函数的嵌套调用和递归调用的方法; 【实验条件】 PC机或者远程编程环境 【实验内容】 1、完成三个编程题。 题目一 :计算三维空间某点距离原点的欧式距离 题目描述: 欧几里得度量(euclidean metric)(也称欧 ...
分类:其他好文   时间:2020-05-03 20:22:55    阅读次数:84
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
css栅格
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="css/bootstrap.min.css" /> <style type="text/css"> .ro ...
分类:Web程序   时间:2020-04-28 21:33:38    阅读次数:166
typora--简洁的markdown编辑器
官网:https://www.typora.io/ 主题:http://theme.typora.io/ 下载后解压到主题文件夹(C:\Users\zhangyi\AppData\Roaming\Typora\themes) 而不是 C:\Program Files\Typora\resources ...
分类:其他好文   时间:2020-04-28 16:40:14    阅读次数:179
1837条   上一页 1 ... 8 9 10 11 12 ... 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!