匠心不改,精益求精!
[ 登陆 - 注册 ]

相关分类

欢迎 小蝌蚪加大 的加入!

将下载下来的字体图标放入.static/fonts 目录下在指定页面引入或在vue入口文件中全局引入<style> /* 引入阿里字体图标 */ @import url("./static/fonts/iconfont.css"); </st

项目简介基于 vue.js 的前端开发环境,用于前后端分离后的单页应用开发,可以在开发时使用 ES Next、scss 等最新语言特性。项目包含:基础库: vue.js、vue-router、vuex、whatwg-fetch编译/打包工具:webpack、babel、node-sass单元测试工具:karma、mocha、sinon-chai本地服务器:e

创建文件./unit/http.js// 封装promise网络请求 const BASE_URL = "http://www.51cdev.com/api/" export const myRequest = (options ) =

<input type="text" name="key"  value="请输入搜索关键词!" onBlur="if(this.value == '') this.value='

示列:根目录下新建store/index.jsimport Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex) const store = new Vuex.S

加在<style>标签里即可page{     background:red;   }

将需要开机自动启动的软件快捷方试复制到以下目录即可C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp

虽别百度蜘蛛推送广告,肉眼看不出来,杀毒软件也杀不到,实在可恨<?php header('Content-Type:text/html;charset=gb2312'); $key= $_SERVER["HTTP_USER_AGENT"]; if(strpos(

如果使用的是阿里云服务器,需要在安全组设置中,对22、21端口放行,并且被动端口(39000 - 40000)也需要处于放行状态

<!DOCTYPE html> <html>     <head>         <meta charset="UTF-8">  &

//$a_url远程图片地址 //$a_savePath 本地存储地址 public function grabImage($a_url,$a_savePath){ if($a_url != ""){ //如果图片地址为空   $a_url=str_re

//子级页面js var index = parent.layer.getFrameIndex(window.name); //获取窗口索引 parent.layer.close(index); //关闭窗口 //父级页面js layer.open({    &nb

<?php if(!defined('IN_DISCUZ')) { exit('Access Denied'); } session_start(); //生成验证码图片 Header("Content-type: imag

填写你的域名

微信网页授权access_token和普通access_token爬坑两者的区别:1、相同点:两者的有效期都是7200s2、不同点:①、网页授权access_token无需用户授权,无需用户关注,在网页授权回调域名下可获取到code,通过code换取网页授权access_token即可,且调用次数无限制(无需缓存)②、普通access_token需要用户关注

百度有很多说法我添加了 -webkit-text-size-adjust: none; 解决了

方式一:使用PHPExcel类库 //引入PHPExcel库文件(路径根据自己情况) include './phpexcel/Classes/PHPExcel.php'; $excel = new PHPExcel(); //创建对象 $letter = arr

function filterEmoji($str) {     $str = preg_replace_callback( '/./u',       &n

layer.open({ title:'序号越小越靠前', content:'<input type="text" class="sortVal">', yes:function(index,layero

error_reporting(E_ALL | E_STRICT);