推荐
专栏
教程
课程
飞鹅
本次共找到2690条
thinkphp自动验证
相关的信息
Easter79
•
3年前
vue 弹窗式 滑动图片验证码
效果图:!(https://oscimg.oschina.net/oscnet/b752f73a444f2bcb7cc4d21a9ccab54c68f.png)具体代码:test.vue//整个页面是个弹窗visible控制弹窗的显示关闭默认打开<template<divclass
Karen110
•
4年前
手把手教你用Python操纵Word自动编写离职报告
前言大家好,我是吴老板,今天给大家分享一篇Python自动化文章。Python是自动化处理的一把好手,比如自动编写离职申请!!!安装pipinstallpythondocxihttps://pypi.douban.com/simple/基本用法创建一个docx文档fromdocximportDocumentfromdocx.
Easter79
•
3年前
Vue 页面权限控制和登陆验证
更多文章(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fwoai3c%2FFrontendarticles)
Stella981
•
3年前
Shell实现自动登录ssh
!/usr/bin/expect//指定shebangsettimeout3//设定超时时间为3秒spawnsshuser_name@172...//fork一个子进程执行ssh命令expec
Wesley13
•
3年前
Java中的参数验证(非Spring版)
1\.Java中的参数验证(非Spring版)1.1.前言为什么我总遇到这种非正常问题,我们知道很多时候我们的参数校验都是放在controller层的传入参数进行校验,我们常用的校验方式就是引入下列的jar包,在参数中添加@Validated,并对Bean对象的参数做不
Wesley13
•
3年前
VS 代码过长自动换行
1.然后就需要设置自动换行。在VS上面的菜单栏中,选择工具》选项,出现选项对话框。!在VS中如何设置自动换行(https://oscimg.oschina.net/oscnet/df1862aed07bce25a233b7c801af54f952f.png)(https://www.oschina.net/action/G
Stella981
•
3年前
Spring Boot 自动配置(auto
本章,我们为你揭秘SpringBoot自动配置(AutoConfiguration)运行机制,谈到autoconfiguration,肯定离不开@EnableAutoConfiguration注解。packageorg.springframework.boot.autoconfigure;@Target(Element
Wesley13
•
3年前
UI自动化框架
1.https://github.com/NetEaseGame/ATX(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FNetEaseGame%2FATX)2.https://github.com/AirtestProject/Airtest(h
Stella981
•
3年前
Jenkins 支持 Github APP 身份验证了
!(https://oscimg.oschina.net/oscnet/dbb6ed60758646c1b661cfbdcf5fff1934c.jpg)我很高兴的宣布在Jenkins中GitHub应用进行身份验证现已支持。这是许多用户期待已久的功能。它已在GitHubBranchSource2.7.1中发布,现在可以在Jenkin
Wesley13
•
3年前
PHP验证码无法显示的原因
一、如果是utf8,就有可能是BOM没有清除二、在Header("Contenttype:image/PNG");之前有输出三、第一行PHP隐藏了代码,如空格,回车等。解决代码:$image_width70;//设置图像宽度$image_height18;
1
•••
42
43
44
•••
269