首页
学习
活动
专区
工具
TVP
发布

互联网软件技术

互联网软件技术
专栏作者
59
文章
156424
阅读量
12
订阅数
Vue脚手架搭建项目
全局安装vue脚手架 $ npm install -g vue-cli 卸载方法 $ npm uninstall -g vue-cli 查看vue版本(注意:大写的V) $ vue -V
ProsperLee
2018-11-19
7330
Phaser.js之简单的跑酷游戏
源码(详细源码图片资源可点击文章下方或屏幕右上方的github链接进行clone)
ProsperLee
2018-10-29
2.9K0
将表格导出为excel
1 <table id="tableExcel" border="1"> 2 <tr> 3 <th>零</th> 4 <th>一</th> 5 <th>二</th> 6 <th>三</th> 7 <th>四</th> 8 </tr> 9 <tr> 10 <td>万籁寂无声</td> 11 <td>衾铁棱棱近五更</td> 12 <td>香断
ProsperLee
2018-10-24
1.8K0
本地多图上传预览
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" 6 content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> 7 <meta http-equiv
ProsperLee
2018-10-24
1.4K0
结合vue展示百度天气接口天气预报
HTML: 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 8 <title>百度天气</title>
ProsperLee
2018-10-24
6.9K1
本地单张图片上传预览
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" 6 content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> 7 <meta http-equiv="X-UA-
ProsperLee
2018-10-24
3.2K0
H5移动端rem适配
1 /** 2 * 移动端自适应 3 */ 4 <meta name="viewport" 5 content="width=device-width,user-scalable=no,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0"> 6 // <!--content--> 7 // <!--width=device-width 可视区域的宽度,值可为数字或关键词de
ProsperLee
2018-10-24
1.4K0
逻辑思维推理-你的大脑转速是多少?
一个村子里,有50户人家,每家都养了一条狗.现在,发现村子里面出现了N只疯狗,村里规定,谁要是发现了自己的狗是疯狗,就要将自己的狗枪毙.村子里面的人只能看出别人家的狗是不是疯狗,而不能看出自己的狗是不
ProsperLee
2018-10-24
8900
ajax文件上传-FormData()
HTML: 1 <form action=""> 2 3 <input type="file" id="file1" name=""> 4 5 <br> 6 7 <input type="file" id="file2" name=""> 8 9 <br> 10 11 <input type="button" value="保存"> 12 13
ProsperLee
2018-10-24
5K0
纯css抖动效果
HTML: 1 <button class="shake">按钮</button> CSS: 1 .shake{ 2 width: 120px; 3 height: 33px; 4 border-radius: 66px; 5 background-color: #00ff00; 6 border: 0; 7 color: #fff; 8 font-weight: bold; 9 } 10 /* shake 按钮抖
ProsperLee
2018-10-24
3.8K0
CSS3景深-perspective
3D视图正方体: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5
ProsperLee
2018-10-24
8820
评分---五星好评
CSS: 1 #score1 i { 2 vertical-align: middle; 3 display: inline-block; 4 width: 32px; 5 height: 32px; 6 background: url('图片地址') no-repeat center center; 7 background-size: cover; 8 } 9 10 #score1 i.on { 11 background-im
ProsperLee
2018-10-24
1.2K0
input上传文件个数控制
HTML: 1 <h3>请上传[2,5]个文件</h3> 2 <form action="" enctype="multipart/form-data"> 3 <input type="file" name="file" multiple="multiple" id="file" onchange="fileCountCheck(this,2,5)" /> 4 </form> JavaScript: 1 /** 2 * [fileCountChe
ProsperLee
2018-10-24
5.1K0
ajax请求完之前的loading加载
很多时候我们需要引入框架来开发项目,这时我们可能会遇到页面还没加载完源码出来了的问题,给用户一种不好的视觉体验,这是便需要loading加载了,来完善用户体验!
ProsperLee
2018-10-24
1.4K0
本地存储之cookie
源码可以到GitHub上下载! JS操作cookies方法 :   1.cookie若不设置过期时间关闭浏览器后会自动清除数据   2.存储限制4k   3.同地址下其他文件也能读取到     cookie用字符串拼接即可     cookie后可接 ; path=path       ; domain=domain       ; secure 1 /** 2 * [setCookie 设置cookie] 3 * @param {[String]
ProsperLee
2018-10-24
1.5K0
js获取地址栏传参
地址:http://127.0.0.1:8082/prosperleedir/index.html?id=6666&name=prosper#prosper         Location{    
ProsperLee
2018-10-24
6.1K0
js识别设备
console.log(window.navigator); Navigator 对象属性         appCodeName     返回浏览器的代码名。         appMinorVersion 返回浏览器的次级版本。         appName         返回浏览器的名称。         appVersion      返回浏览器的平台和版本信息。         browserLanguage 返回当前浏览器的语言。         cookieEnabl
ProsperLee
2018-10-24
2.4K0
消息提示框-事件冒泡
1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <title>事件冒泡-提示框</title> 7 </head> 8 <style> 9 button { 10 width: 160px; 11 height: 30px; 12 background-color: #ff0000; 13 color: #fff;
ProsperLee
2018-10-24
1.6K0
鼠标点击特效
展示: (function() { window.onclick = function(event) { var heart = document.
ProsperLee
2018-10-24
3.4K0
wangEditor-基于javascript和css开发的 Web富文本编辑器, 轻量、简洁、易用、开源免费(2)
1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <title>wangEditor上传图片到服务器</title> 7 </head> 8 9 <body> 10 11 <div id="editor"></div> 12 13 <!-- 注意, 只需要引用 JS,无需引用任何 CSS !!!--> 14 <scr
ProsperLee
2018-10-24
8410
点击加载更多
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档