码迷,mamicode.com
首页 >  
搜索关键字:disabled    ( 2057个结果
解决win10搜索框不能使用的问题
1、首先,打开管理员命令窗口,win+x,可以看到弹出一个窗口,打开windows Powershell(管理员) 2,输入 Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDeve ...
分类:Windows程序   时间:2019-04-18 19:58:27    阅读次数:221
CSS
Input的size、maxlength区别 size设置最大可见字符、maxlength设置最多输入的字符 Input的disabled、readOnly区别 Disabled文字会变成灰色,不可编辑,无法使用和无法点击,不能提交表单,不能获取焦点,对于所有的表单元素都有效,可用readonly代 ...
分类:Web程序   时间:2019-04-16 16:03:24    阅读次数:156
vue is detected
Vue.js is detected on this page. Devtools inspection is not available because it's in production mode or explicitly disabled by the author. 我的问题是使用了vu ...
分类:其他好文   时间:2019-04-14 09:16:46    阅读次数:145
windows之电脑开机出现 this product is covered by one or more of the following prtents
电脑开机出现 this product is covered by one or more of the following prtents 有次意外断电后就每次都出现这个提示,然后要等检查完才能进入系统,按ESC可以跳过。这个到底是什么意思啊。 解决办法: 这是由于网卡启用了BOOT ROM芯片的 ...
分类:Windows程序   时间:2019-04-13 21:38:06    阅读次数:170
Linux-网络部分总结(二实验)
Linux-网络部分总结(二实验)实验前期准备REL=cat/etc/redhat-release|sed-nr"s#.*([0-9]).*#\1#p"unselinux(){sed-i‘s/SELINUX=enforcing/SELINUX=disabled/‘/etc/selinux/configsetenforce0};unselinuxunfirewal
分类:系统相关   时间:2019-04-13 15:12:13    阅读次数:141
Angular material mat-icon 资源参考_Editor
<!-- img.wp-smiley,img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !i ...
分类:其他好文   时间:2019-04-11 19:43:05    阅读次数:518
centos7搭建redis主从复制
本环境在虚拟机进行,先测试在上线。 主机:192.168.161.179 从机:192.168.161.180 1、 安装主redis 自己本地环境,关闭防火墙。 #sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config ...
分类:其他好文   时间:2019-04-11 14:32:05    阅读次数:135
SQLSERVER列出所有用户权限
--服务器级权限WITH CTE AS(SELECT u.name AS 用户名,u.is_disabled AS 是否禁用,g.name as 服务器角色,'√' as 'flag'FROM sys.server_principals uINNER JOIN sys.server_role_mem ...
分类:数据库   时间:2019-04-10 13:19:19    阅读次数:177
Docker报错 WARNING: IPv4 forwarding is disabled. Networking will not work.
问题:创建容器的时候报错WARNING: IPv4 forwarding is disabled. Networking will not work. # docker run -it -p 30001:22 --name=centos-ssh centos /bin/bash WARNING: I ...
分类:Web程序   时间:2019-04-07 12:40:53    阅读次数:185
Win10系统Cortana 小娜无法搜索
1、在开始菜单中找“Windows PowerShell”文件夹,打开后右键单击Windows PowerShell,选择“以管理员身份运行” 2、输入命令,通过重新注册语音小娜来解决问题 3、瞬间执行完毕,即可搜索 ...
分类:Windows程序   时间:2019-04-07 09:59:35    阅读次数:385
2057条   上一页 1 ... 35 36 37 38 39 ... 206 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!