#np

NProgress的使用 及 路由 token 定向的使用

  主要配合路由生命周期使用  实现一个进度条的效果  使用方法:    1.下载:npminstall--savenprogress    使用:NProgress.start(); 开始       NProgress.done();停止  在router中使用路由守卫  token重定向的使用  rou...

npm转成别的下载地址的插件

  第一种方式  1.  查看当前计算机的下载地址    npmgetregistry  2.  修改为淘宝npm镜像    npmconfigsetregistryhttp://registry.npm.taobao.org/  3.  修改为cnpmjs镜像    npmconfigsetregistryhttp:...

input输入框自动获取焦点

代码实例:<html><head></head><body>用户名:<inputtype="text"id="username"name="username"autofocus="autofocus"/><br/>密码:<inputtype=...

Android input输入框 移动页面input手机键盘中的“搜索”按键

动页面input手机键盘中的“搜索”按键满足以下几点机即可:   inputtype="search"   放到form标签中   使用action属性<formaction="."><inputtype='se...

css 能改变input type radio和checkbox 圆圈或方框的大小

把input隐藏,外面套label,再里面加个span,样式写在span上,让label覆盖在span上面,js去改active的class <labelfor="remember"class="text-muted"><spanclass="circle-btn"></span...

关于input 的选中,自定义input[type="checkbox"]样式

原文1、css呈现  选中后的input的样式可以用 /*背景图*/   background:url('../pc/images/archives/icon_choosed.png')no-repeatcentercenter;  )代码1/*in...

字节输入流:io包中的InputStream为所有字节输入流的父类。

字节输入流:io包中的InputStream为所有字节输入流的父类。Intread();读入一个字节(每次一个);可先使用new byte[]=数组,调用read(byte[]b)read(byte[])返回值可以表示有效数;read(byte[])返回值为-1表示结束。 字节输出流:io包中的Ou...

dedecms用runphp功能,写for循环,@me输出不出来

今天在{dede:fieldname='typeid'runphp='yes'}中写for循环,出现@me输出不了内容,把for循环删掉之后,就可以输出。死了几十万脑细胞,没有解决,后来把循环for($i=0;$i<count($matchitem[0]);$i++)中的$i换成$j之后,问题解决了,可能是$i变...

使用DolphinPHP的框架中的excel插件导入数据

直接上函数吧publicfunctionimportfile(){if($this->request->isPost()){if($_POST['files']){CustomerDataModel::where('id','>',0)->delete();$info=Db::name('adm...

bootstrap file input 多图片上传编辑THINKPHP5

{layoutname="layout"title="文章添加"/}<formid="defaultForm"role="form"method="POST"action="{:url('/admin/article/add/')}"><divclass="form-group"><lab...

解决 php 报错 open_basedir restriction in effect或者nginx提示No input file specified怎么办

解决php报错open_basedirrestrictionineffect或者nginx提示Noinputfilespecified怎么办问题是出现在了PHP.INI上面了,原因是php.ini里设置了 open_basedir=/var/web/w0895/:/tmp:/usr/lib/php这里加上相关...

centos中nodejs npm安装cordova

1、安装cordovanpminstall-gcordova--registryhttps://registry.npm.taobao.orgnpminstall-gionic--registryhttps://registry.npm.taobao.org 2、安装cordova插件热更新npminstal...

centos 6.X 安装nodejs v6.11.0和npm

下载nodejswget-c https://nodejs.org/dist/v6.11.0/node-v6.11.0-linux-x64.tar.xz安装gcc++yuminstall-ygccgcc-c++maketar.xz结尾的压缩文件解压nodejstar-xvJfnode-v6.11.0-linu...

cas sso ajax的jsonp实现方案总结(新浪微薄、淘宝案例分析)

Cas自定义登录页面Ajax实现:http://cydiay.iteye.com/blog/1738713CAS之跨域Ajax登录实践:http://denger.iteye.com/blog/1119233新浪微博如何实现SSO的分析:http://www.iteye.com/topic/1039052淘宝如何跨域获...
代码星球 ·2021-02-11
首页上一页...1516171819...下一页尾页