码迷,mamicode.com
首页 >  
搜索关键字:title    ( 28176个结果
UI Recorder 自动化测试 配置项(六)
配置项 一、配置文件 config.json:UIRecorder 工程相关配置 { "webdriver": { "host": "127.0.0.1", // WebDriver服务host "port": "4444", // WebDriver服务端口 "browsers": "chrome ...
分类:其他好文   时间:2020-08-11 15:58:49    阅读次数:79
基础的CSS描绘测试
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>测试CSS页面</title> 6 <style> 7 body{ 8 background-color: #d0e4fe; 9 backg ...
分类:Web程序   时间:2020-08-11 09:25:50    阅读次数:82
CSS简单的网页布局
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>CSS 网页布局</title> 6 <meta name="viewport" content="width=device-width,i ...
分类:Web程序   时间:2020-08-11 09:17:06    阅读次数:86
Python 脚手架Cookiecutter使用教程
Cookiecutter: 更好的项目模板工具:(1)简介及可用资源汇总 Cookiecutter: 更好的项目模板工具:(2)安装及基础使用 Cookiecutter: 更好的项目模板工具:(3)高级用法 ...
分类:编程语言   时间:2020-08-10 16:12:55    阅读次数:83
CSS3中新增的对文本和字体的设置
文字阴影 text-shadow: 水平偏移 垂直偏移 模糊 颜色 兼容性:IE10+ <!DOCTYPE html> <html lang="en" manifest="index.manifest"> <head> <meta charset="UTF-8"> <title>Document</ ...
分类:Web程序   时间:2020-08-09 16:47:46    阅读次数:84
vue
1.第一个vue小程序 1、idea安装插件vue.js 2、下载vue. 3.代码实现 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="https:// ...
分类:其他好文   时间:2020-08-09 16:47:26    阅读次数:77
模态MFC框架窗口
下载source files & demo project - 44.5 Kb 介绍 有时,它可能是有用的和文档/视图结构,模态窗口工具栏/状态栏支持(即基本功能实现MFC框架窗口)。如何让这些没有实现所有这些功能在CDialog-derived类?这里给出的CModalFrame实用程序类可以帮助 ...
分类:编程语言   时间:2020-08-09 16:47:13    阅读次数:84
nth-child和nth-of-type的小坑
总结:不指定标签类型时,:nth-type-of(2)会选中所有类型标签的第二个。如所有p标签的第二个 所有span标签的第二个 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> < ...
分类:其他好文   时间:2020-08-09 00:55:41    阅读次数:101
ubuntu安装vnc,ubuntu如何安装vnc
Ubuntu是一个以桌面应用为主的Linux操作系统,在我们平时工作生活中,经常会使用到linux系统,从前人们认为Linux难以安装、难以使用,在Ubuntu出现后这些都成为了历史。那如何实现ubuntu安装vnc呢?接下来让小编教你如何轻松实现ubuntu安装vnc吧。 先简单介绍一下Ubunt ...
分类:系统相关   时间:2020-08-08 17:42:52    阅读次数:82
angular 路由跳转以及传参的几种方式
通过域名跳转的方式获取参数(http://localhost:4200/second/110?productId=1&title=moon) 这种方式配置路由,其中:id是必需的参数,其它的是可配的,写在?后面: { path: 'second/:id', component: SecondComp ...
分类:其他好文   时间:2020-08-08 17:39:31    阅读次数:110
28176条   上一页 1 ... 67 68 69 70 71 ... 2818 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!