07 2019 档案

摘要:(1)atom-ternjs : js(e6)的自动补充 (2)key-binding-mode : atom 快捷键管理 (3)pre-view : pdf预览 (4)activate-power-mode : 相信很多人开始用atom是因为看了关于这个超级炫酷的动画来的,它让你敲代码的时候产生炫 阅读全文
posted @ 2019-07-29 21:31 武卡卡 阅读(703) 评论(0) 推荐(0) 编辑
摘要:原文地址:https://blog.csdn.net/fengzhen8023/article/details/81281117 上周完成一个PC端的项目,对于我这样的小白来说,这个项目里面最大的问题就是,如何做到让HTML页面适应电脑的不同分辨率。 通过师傅的指导和自己查阅资料,最终成功适配不同的 阅读全文
posted @ 2019-07-29 15:15 武卡卡 阅读(4740) 评论(0) 推荐(0) 编辑
摘要:$(document).ready(function(){ $("body").click(function(){ if(!event.srcElement.type) { $("input").blur(); } }) }) $(document).ready(function(){ $("bod 阅读全文
posted @ 2019-07-26 16:34 武卡卡 阅读(4001) 评论(0) 推荐(0) 编辑
摘要:var a = "" function aa() { a="卡卡" } aa() // 注意,aa() 一定要执行,局部赋值全局变量才会有作用 alert(a) 阅读全文
posted @ 2019-07-25 22:20 武卡卡 阅读(6885) 评论(0) 推荐(2) 编辑
摘要:要将 api.addEventListener 放在最前面 , 减少受到其他事件的影响 apiready = function () { api.addEventListener({ name : 'close' }, function(ret, err) { 。。。 }); api.addEven 阅读全文
posted @ 2019-07-25 16:29 武卡卡 阅读(1198) 评论(0) 推荐(0) 编辑
摘要:<?php session_start(); $codeT = strtoupper(trim($_POST['codeT']));//接收前端传来的数据,转换成大写 $raw_success = array('codeT' => 1, 'msg' => '验证码正确'); $raw_fail = 阅读全文
posted @ 2019-07-21 11:10 武卡卡 阅读(401) 评论(0) 推荐(0) 编辑
摘要:input{ padding: 20px; width: 100%; height: 5vh; margin-bottom: 2vh; border-radius: 10vw; border: 0; outline-style: none; } input{ padding: 20px; width 阅读全文
posted @ 2019-07-20 21:29 武卡卡 阅读(703) 评论(0) 推荐(0) 编辑
摘要:网页可见区域宽:document.body.clientWidth; 网页可见区域高:document.body.clientHeight; 网页可见区域高:document.body.offsetWidth (包括边线的宽);网页可见区域高:document.body.offsetHeight ( 阅读全文
posted @ 2019-07-20 18:19 武卡卡 阅读(303) 评论(0) 推荐(0) 编辑
摘要:一,主页 index.php <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> < 阅读全文
posted @ 2019-07-20 18:13 武卡卡 阅读(446) 评论(0) 推荐(0) 编辑
摘要:—————————————————————————————————————————— —————————————————————————————————————————— 阅读全文
posted @ 2019-07-18 11:31 武卡卡 阅读(138) 评论(0) 推荐(0) 编辑
摘要:一、json字符串转json对象 1.json字符串转json对象 2.获取对象的value 二、json对象转json字符串 阅读全文
posted @ 2019-07-14 16:09 武卡卡 阅读(258) 评论(0) 推荐(0) 编辑
摘要:$("p:eq(1)").css({ "width": winWidth * 300 / 1080, "top": winWidth * 700 / 1080, "left": winWidth * 220 / 1080, }); 阅读全文
posted @ 2019-07-14 10:48 武卡卡 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-14 10:07 武卡卡 阅读(785) 评论(0) 推荐(0) 编辑
摘要:<body> <label>Hello APP</label> <div id='sys-info'></div></body> <script type="text/javascript" src="../script/api.js"></script> <script type="text/ja 阅读全文
posted @ 2019-07-13 15:26 武卡卡 阅读(518) 评论(0) 推荐(0) 编辑
摘要:$(".userinfo-three:eq(0)").css({ "width": winWidth * 300 / 1080, "top": winWidth * 530 / 1080, "left": winWidth * 450 / 1080, }); $(".userinfo-three:e 阅读全文
posted @ 2019-07-12 15:47 武卡卡 阅读(3841) 评论(0) 推荐(0) 编辑
摘要:1,slider.js /** * slider插件可悬停控制 */ ; $(function ($, window, document, undefined) { Slider = function (container, options) { /* options = { auto: true, 阅读全文
posted @ 2019-07-06 17:49 武卡卡 阅读(300) 评论(0) 推荐(0) 编辑
摘要:1,index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <me 阅读全文
posted @ 2019-07-03 20:29 武卡卡 阅读(430) 评论(0) 推荐(1) 编辑
摘要:1,index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <me 阅读全文
posted @ 2019-07-02 18:48 武卡卡 阅读(1304) 评论(0) 推荐(0) 编辑
摘要:@import url('http://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900'); body{ font-family: 'Poppins',sans-serif; } body{ fo 阅读全文
posted @ 2019-07-02 18:26 武卡卡 阅读(1092) 评论(0) 推荐(1) 编辑

喜欢请打赏

扫描二维码打赏

支付宝打赏

点击右上角即可分享
微信分享提示