码迷,mamicode.com
首页 >  
搜索关键字:welcome screen    ( 4536个结果
IE11 CSS hack
IE11 怎么做 CSS hack ? 很简单。 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .ant-form-item-control .ant-input { line-height: 0 ...
分类:Web程序   时间:2020-04-21 18:42:20    阅读次数:83
linux超过2T的磁盘分区
超过2T的磁盘分区parted/dev/sdb//选择硬盘GNUParted2.3Using/dev/sdbWelcometoGNUParted!Type‘help‘toviewalisofcommands。(parted)mklabelgpt//类型GPTWarning:Theexistingdisklabelon/dev/sdbwillbedestroyedandalldataonthisdi
分类:系统相关   时间:2020-04-20 17:43:51    阅读次数:98
c# gdi+截图桌面, 通过remoting发送给wpf展现,即远程监控桌面
1.截图关键代码 public class ScreenShotHelper : MarshalByRefObject, IScreenShotHelper { public byte[] GetImage() { var wid = Screen.PrimaryScreen.Bounds.Widt ...
分类:Windows程序   时间:2020-04-18 18:37:22    阅读次数:94
解决:ImportError while loading conftest 'e:\virtual_workshop\app_autotest\testcases\conftest.py
之前遇到了很多次类似的问题,即pytest加载conftest.py的时候报如下的错误 我的目录结构是这样的: APP_AutoTest/ |- TestCases/ |- __init__.py |- conftest.py |- test_login.py |- test_welcome.py ...
分类:移动开发   时间:2020-04-16 13:02:14    阅读次数:223
03、媒体查询
媒体查询 什么是媒体查询? 指查询媒体的类型和媒体的屏幕宽度 //类型大概有三种screen、print、speech @media screen and (min-width:300px) { /*选择打印机与屏幕阅读器之外的所有设备,并且最小宽度 >= 300px 才会生效。*/ color:r ...
分类:其他好文   时间:2020-04-15 13:53:16    阅读次数:91
解决PytestUnknownMarkWarning: Unknown pytest.mark.welcome - is this a typo? You can register custom marks to avoid this warning
在项目下新建一个pytest.ini的配置文件,里面如下配置即可。markers=后面是标签名,如有多个,第二个开始要换行,且要缩进,不然会报错 [pytest] markers=welcome login ...
分类:其他好文   时间:2020-04-15 12:26:46    阅读次数:236
150+行Python代码实现带界面的数独游戏!益智烧脑了解一下!
150行代码实现图形化数独游戏 Github地址 ,欢迎各位大佬们fork、star啥的,感谢; 今天闲着没事干,以前做过html+js版的数独,这次做个python版本的,界面由pygame完成,数独生成由递归算法实现,由shuffle保证每次游戏都是不一样的情况,have fun; 功能列表: ...
分类:编程语言   时间:2020-04-14 16:57:46    阅读次数:97
02-Introduction to Kubernetes.md
"Introduction to Kubernetes" Welcome Chapter 1. From Monolith to Microservices Chapter 2. Container Orchestration Chapter 3. Kubernetes Kubernetes is ...
分类:Web程序   时间:2020-04-14 12:18:30    阅读次数:93
Centos7下将FTP用户锁定在指定目录的解决办法
需求描述 用vsftpd搭建一台文件服务器 限制用户user1在/home/user1/screen目录,在其他目录上传输文件均失败 一、ftp基础知识 1.1 主动模式及被动模式 1、ftp采用两个端口控制: A 20端口用于数据传输. B 21端口用于控制,或指建立TCP连接. 2、主动方式连接 ...
分类:其他好文   时间:2020-04-14 10:24:11    阅读次数:242
第一周
1、按系列罗列Linux的发行版,并描述不同发行版之间的联系与区别。2、安装Centos7.6操作系统,创建一个自己名字的用户名,并可以正常登录,将主要步骤截图。3、配置环境变量,实现执行history的时候可以看到执行命令的时间。4、总结Linux哲学思想。5、总结Linux常用命令使用格式,并用实例说明。例如echo、screen、date、ifconfig、export等命令
分类:其他好文   时间:2020-04-13 18:19:11    阅读次数:92
4536条   上一页 1 ... 21 22 23 24 25 ... 454 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!