51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#TE
【laravel5.4】php artisan migrate报错:Specified key was too long; max key length is 767 bytes
1、原因:在进行迁移文件生成时,程序并未给varchar类型字段设置合适的长度,导致报错。2、解决办法:找到database/目标迁移文件,修改其中类型为string的字段长度,建议不要超过255,否则报错【然后再次运行phpartisanmigrate即可成功】 示例: MySQL:ERROR10...
IT猿
·
2020-03-25
key
laravel5.4
php
artisan
migrate
【jquery】多日期选择插件easyui date
1、本次介绍一个好用的多日期选择插件:EasyUIdate,适用于:需要一次性选择多个日期,无需手动一个一个进行添加。2、效果图:3、下载地址:http://www.jeasyui.com/download/index.php4、汉化:建议在使用页面:<scripttype="text/javascript"sr...
IT猿
·
2020-03-25
jquery
日期
选择
插件
easyui
【转】file_get_contents("php://input")的使用方法
$data=file_get_contents("php://input"); php://input是个可以访问请求的原始数据的只读流。POST请求的情况下,最好使用php://input来代替$HTTP_RAW_POST_DATA,因为它不依赖于特定的php.ini指令。而且,这样的情况下$H...
IT猿
·
2020-03-25
file
get
contents
quotphp
input
【php将日志写入一个按时间天来分类的文件】put_file_contents()
具体参考php官方文档:http://php.net/manual/zh/function.file-put-contents.php 具体参数:成功返回插入数据的字节数,失败返回false使用示例:4、根据时间的天为单位,写入日志(无需开启755,默认644即可) file_put_content...
IT猿
·
2020-03-25
php
日志
写入
一个
时间
nginx出现500 Internal Server Error错误的解决办法
来自:http://www.asklinux.com/webserver/nginx/165---------------------------------------------------------------------nginx通常很少出现500错误,常见的是502或504错误。当出现500错误,可能的原因...
IT猿
·
2020-03-25
nginx
出现
Internal
Server
Error
testNG框架提示:Cannot find class in classpath: NewTest
selenium+Java的testNG运行时,报如下错误:org.testng.TestNGException:Cannotfindclassinclasspath:NewTestatorg.testng.xml.XmlClass.loadClass(XmlClass.java:81)atorg.testng.xml...
IT猿
·
2020-03-25
testNG
框架
提示
Cannot
find
Exception in thread "main" java.lang.NoSuchMethodError: org.testng.TestNG.configure(Lorg/testng/CommandLineArgs;)V
TestNG运行时报以下错误:Exceptioninthread"main"java.lang.NoSuchMethodError:org.testng.TestNG.configure(Lorg/testng/CommandLineArgs;)Vatorg.testng.remote.AbstractRemoteTe...
IT猿
·
2020-03-25
Exception
in
thread
quotmain
quot
TestNG入门教程
阅读目录TestNG介绍在Eclipse中在线安装TestNG在Eclipse中离线安装TestngTestNG最简单的测试TestNG的基本注解TestNG中如何执行测试使用testtng.xml文件执行case TestNG按顺序执行CaseTestNG异常测试TestNG组测试TestNG参数化测试Te...
IT猿
·
2020-03-25
TestNG
入门教程
The path to the driver executable must be set by the webdriver.gecko.driver system property;
今天安装了webdriver后,编写了一个测试小程序,但运行时控制台报了这样的错误:1Exceptioninthread"main"java.lang.IllegalStateException:Thepathtothedriverexecutablemustbesetbythewebdriver.geck...
IT猿
·
2020-03-25
the
The
path
to
driver
如何使php页面中不再出现NOTICE和DEPRECATED的错误提示
在php.ini配置文件中修改:error_reporting=E_ALL&~E_NOTICE&~E_DEPRECATED亲测有效,拿去用吧...
IT猿
·
2020-03-25
如何
php
页面
中不
再出现
小程序文案过长,‘收起/展开’文字,createSelectorQuery 获取节点成功,boundingClientRect 返回信息null
问题描述:wxml中id是动态生成的。 获取节点信息是在onReady生命周期函数内延时500ms执行的,select(id)可以获取全部节点信息,boundingClientRect(rect)返回的有些有信息,有些是null。代码如下图 解决方法:很是费解,以为是forEach异步的问题,经过了...
IT猿
·
2020-03-25
程序
文案
过长
收起
展开
react初探索--react + react-router + ant-design 后台管理系统配置
首先确认安装了node环境,Node>=6。如果对react及ant-design一无所知,建议去阅读下api文档,react可以在codePen在线练习。 reactApi中文文档 ant-design中文文档本人也是第一次接触react,对本教程如疑问,欢迎评论或发...
IT猿
·
2020-03-25
react
探索
--react
react-router
ant-design
微信小程序 设置计时器(setInterval)、清除计时器(clearInterval)
1、wxml代码<!--index.wxml--><viewclass="container"><buttontype='primary'bindtap='startSetInter'>开始</button><buttontype='primary'bindtap=...
IT猿
·
2020-03-25
计时器
微信
程序
设置
setInterval
document.documentElement
1,释意document.documentElement属性可返回文档的根节点。2,兼容在IE怪异模式下(IE8及以下)无法获取到HTML标签,用document.body代替; 其余兼容问题参考:http://www.cnblogs.com/xwgli/p/3490466.html...
IT猿
·
2020-03-25
document.documentElement
swiper.animate--css3翻页动画
基于swiper的animate动画,适用于Swiper2.x和Swiper3.x。1.使用SwiperAnimate需要先加载swiper.animate.min.js和animate.min.css。ViewCode2.初始化时隐藏元素并在需要的时刻开始动画。<script>varmySwiper=ne...
IT猿
·
2020-03-25
swiper.animate--css3
翻页
动画
首页
上一页
...
1201
1202
1203
1204
1205
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他