随笔分类 -  web前端

web前端
摘要:index.html <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>window.open</title> <script src="https://cdn.staticfile.org/jquery/1.10.2/jquery 阅读全文
posted @ 2020-10-23 00:21 onceweb 阅读(5730) 评论(0) 推荐(1)
摘要:文件目录WEB-INF conf jdbc.properties ①sqlserver连接 jdbc.url=jdbc:sqlserver://127.0.0.1:22;databaseName=p18000jdbc.driver=com.microsoft.sqlserver.jdbc.SQLSe 阅读全文
posted @ 2020-10-21 10:43 onceweb 阅读(526) 评论(0) 推荐(0)
摘要:一、执行了nginx命令,ip访问不生效,操作如下 ①云服务器 更多 安全组 实例端口检测 ②一件检测 一键放通 二、安装 Nginx 在 CentOS 上,可直接使用 yum 来安装 Nginx(也可以通过下载压缩包、解压、编译的方式安装) yum install nginx -y 三、启动Ngi 阅读全文
posted @ 2020-10-20 00:50 onceweb 阅读(302) 评论(0) 推荐(0)
摘要:html: <div style="position: absolute;left:0;top: 0;"> <input type="button" onclick="clickFun('baidu')" value="百度网全屏"> <input type="button" onclick="cl 阅读全文
posted @ 2020-09-28 11:07 onceweb 阅读(662) 评论(0) 推荐(0)
摘要:第一步打开网络连接,如下图 第二步选择网络然后右键点击状态,如下图 第三步点击属性然后选择(ICP/IPv4)点击属性,如下图 第四步输入DNS,如下图 这样网络就会正常解析了...... 阅读全文
posted @ 2020-08-05 11:31 onceweb 阅读(145) 评论(0) 推荐(0)
摘要:配置前 配置后 一、下载高亮地址 https://github.com/vuejs/vue-syntax-highlight 二、下载好解压复制,然后在sublime打开浏览程序包 三、在打开位置里面建一个vue文件夹,然后粘贴高亮文件进去 四、然后回到sublime界面,按住ctrl + shif 阅读全文
posted @ 2020-03-09 17:25 onceweb 阅读(177) 评论(0) 推荐(0)
摘要:一、在bash.bashrc中添加alias vue = 'winpty vue.cmd' (D:\Program Files (x86)\Git\etc文件夹下的bash.bashrc) (如果打开当前文件修改无法保存,请以管理员身份运行sublime再添加保存即可) 这里以 vue create 阅读全文
posted @ 2020-03-09 16:34 onceweb 阅读(793) 评论(0) 推荐(0)