logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vm 虚拟机 operating system not found 与 ntldr is missing

<br />以下的问题可以参考,但只是个人理解!<br />operating system not found 没有发现系统<br />ntldr is missing 无法进入系统时的问题<br />今天我遇到的是开机则提示ntldr is missing,开机F2进入BOS设置无效,走过ntldr is missing后进入提示operating system not found ,有时则根

#虚拟机#活动
最简单的点击展开关闭效果

无标题文档function show(obj){var obj=document.getElementById(obj); //获得id为b的容器//如果下面的内容显示的话就隐藏if(obj.style.display=="block"){obj.style.display="none";}elseobj.style.display="block";}

apache + phpStudy 配置vue history模式

1、将打包的dist文件放到  D:\phpStudy\PHPTutorial\WWW  这个文件夹下2、在dist文件夹中放入.htaccess文件,意思大概是将所有文件都指向index.html文件,文件内容如下:     &amp;lt;IfModule mod_rewrite.c&amp;gt;          RewriteEngine On          RewriteBase

vue下history与hash模式遇到的问题

一:hash更换为history模式更换需要修改2个地方:1、router-&amp;gt;index.js// mode:'hash',mode: 'history',2、config-&amp;gt;index.jsassetsPublicPath: '/', //publicPath: assetsPublicPath[process.env.NODE_ENV]二:hash模...

vue element-ui实现input输入框金额数字添加千分位【转载】

在util.js中定义方法包含金额添加过滤千分位,验证金额格式等1、在util.js中定义方法const MoneyTest = /((^[1-9]\d*)|^0)(\.\d{0,2}){0,1}$/;// 金额添加千分位const comdify = function (n) {if(!n) return n;let str = n.split('.');...

JS弹出层/窗口源代码收集

最近经常会用到这些东西,于是决定专门开一篇来收集关于弹出的好代码。。。。。。 1.测试后火狐可用,ie不可用JS弹出层body {margin:0px}#Loading {position:absolute;z-index:10;left:10px;top:10px;border:1px #666666 solid;background:#eeeeee;widt

#javascript#microsoft
到底了