大数据可视化 https://leafletjs.com/index.htmlhttps://echarts.baidu.com/echarts2/doc/example/theme.htmlhttps://blog.csdn.net/hwhsong/article/details/83097924https://yyhsong.github.io/iDataV/https://www.echa...
大数据可视化 https://leafletjs.com/index.htmlhttps://echarts.baidu.com/echarts2/doc/example/theme.htmlhttps://blog.csdn.net/hwhsong/article/details/83097924https://yyhsong.github.io/iDataV/https://www.echa...
大数据可视化界面 https://leafletjs.com/index.htmlhttps://echarts.baidu.com/echarts2/doc/example/theme.htmlhttps://blog.csdn.net/hwhsong/article/details/83097924https://yyhsong.github.io/iDataV/https://www.echa...
大屏数据可视化 https://yyhsong.github.io/iDataV/https://blog.csdn.net/hwhsong/article/details/80805511https://blog.csdn.net/hwhsong/article/details/83097924https://blog.csdn.net/qq_23334071/article/details/...
地图相关js库 https://leafletjs.com/index.htmlhttps://echarts.baidu.com/echarts2/doc/example/theme.htmlhttps://blog.csdn.net/hwhsong/article/details/83097924https://yyhsong.github.io/iDataV/https://ww...
PHP验证邮箱格式 $emailRegex="/([a-z0-9]*[-_.]?[a-z0-9]+)*@([a-z0-9]*[-_]?[a-z0-9]+)+[.][a-z]{2,3}([.][a-z]{2})?/i";$emailRegexRes = preg_match($emailRegex,$data['email']);if(!$emailRegexRes){ echo "请正确填写教育类型.e...
检查邮箱是否包含教育后缀.edu结尾的邮箱 var email = $(".email").val();if(!email.match(/^[a-zA-Z0-9_.-]+@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*\.[a-zA-Z0-9]{2,6}$/) || email.indexOf('edu')==-1){ alert('请正确填写教育类型.edu后缀的Email.'); $('.emaill')...
centos7配置IP地址 转载自:https://www.cnblogs.com/yhongji/p/9336247.html有关于centos7获取IP地址的方法主要有两种,1:动态获取ip;2:设置静态IP地址在配置网络之前我们先要知道centos的网卡名称是什么,centos7不再使用ifconfig命令,可通过命令IP addr查看,如图,网卡名为ens32,是没有IP地址的1、动态获...
SFTP Net Drive https://www.nsoftware.com/sftp/netdrive/SFTP网络驱动器一个易于使用的实用程序,通过SFTP将远程文件系统安装为Windows驱动器。连接后,您可以浏览和处理文件,就像它们存储在本地计算机上一样。将远程服务器映射到本地虚拟驱动器SFTP Net Drive允许您像在计算机上一样访问它们,从而消除了处理存储在远程服务器上的文件的麻烦。这...
解决 js ajax跨域访问报“No 'Access-Control-Allow-Origin' header is present on the requested resource.”错误 https://blog.csdn.net/CNYYGJ/article/details/68489200
discuz 二次开发文章 参考:Discuz! X3.2 二次开发基本流程:https://blog.csdn.net/qq_35637004/article/details/81078611discuz二次开发常用技术手册代码:https://blog.csdn.net/qq_37744937/article/details/80241712Discuz X2二次开发之数据库操作 DB类:...