- 博客(217)
- 资源 (11)
- 收藏
- 关注
转载 大数据可视化
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...
2019-03-27 14:26:18
1375
转载 大数据可视化
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...
2019-03-27 14:25:46
762
转载 大数据可视化界面
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...
2019-03-27 14:24:48
12686
转载 大屏数据可视化
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/...
2019-03-27 14:00:49
1245
转载 地图相关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...
2019-03-27 10:03:37
1272
转载 echarts中的世界地图
echarts中的世界地图:https://blog.csdn.net/mm_hello11/article/details/82989883
2019-03-22 14:45:59
3864
原创 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...
2019-03-15 10:12:55
490
1
原创 检查邮箱是否包含教育后缀.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')...
2019-03-15 09:41:31
2455
1
转载 centos7配置IP地址
转载自:https://www.cnblogs.com/yhongji/p/9336247.html有关于centos7获取IP地址的方法主要有两种,1:动态获取ip;2:设置静态IP地址在配置网络之前我们先要知道centos的网卡名称是什么,centos7不再使用ifconfig命令,可通过命令IP addr查看,如图,网卡名为ens32,是没有IP地址的1、动态获...
2019-03-08 10:11:24
2216
转载 go run go build go install 命令解释
https://blog.csdn.net/zyz770834013/article/details/78656985
2019-03-07 16:39:54
1416
原创 xshell / xftp家庭/学校免费版官网下载地址
https://www.netsarang.com/zh/free-for-home-school/
2019-03-07 08:50:22
2741
转载 SFTP Net Drive
https://www.nsoftware.com/sftp/netdrive/SFTP网络驱动器一个易于使用的实用程序,通过SFTP将远程文件系统安装为Windows驱动器。连接后,您可以浏览和处理文件,就像它们存储在本地计算机上一样。将远程服务器映射到本地虚拟驱动器SFTP Net Drive允许您像在计算机上一样访问它们,从而消除了处理存储在远程服务器上的文件的麻烦。这...
2019-03-05 17:27:55
4745
1
转载 Dev c++工具将C代码生成dll文件以及如何调用dll文件
https://blog.csdn.net/bingjia103126/article/details/76640464
2019-03-05 16:43:10
1639
转载 解决 js ajax跨域访问报“No 'Access-Control-Allow-Origin' header is present on the requested resource.”错误
https://blog.csdn.net/CNYYGJ/article/details/68489200
2019-03-05 15:50:39
2670
转载 discuz 二次开发文章
参考:Discuz! X3.2 二次开发基本流程:https://blog.csdn.net/qq_35637004/article/details/81078611discuz二次开发常用技术手册代码:https://blog.csdn.net/qq_37744937/article/details/80241712Discuz X2二次开发之数据库操作 DB类:...
2019-03-05 09:45:23
699
转载 React Native中文网
React Native中文网https://reactnative.cn/ 教程:http://v.youku.com/v_show/id_XMTQ5OTE3MjkzNg==.html
2019-02-21 10:10:37
1360
原创 Eclipse IDE for Enterprise Java Developers和JDK8与apache-tomcat-8下载地址
jdk1.8.0_201下载地址:官网下载页:https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html?ssSourceSiteId=otncn软件包直接下载地址:https://download.oracle.com/otn-pub/java/jdk/8u201-b09/429...
2019-02-21 10:04:13
9207
6
转载 Struts 2.5.20 在Eclipse配置
Struts 2.5.20 在Eclipse配置转自:https://blog.csdn.net/qq_17058993/article/details/86627269 参考博客:1、Struts框架入门教程2、Struts 2.5.10.1配置注意 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecu...
2019-02-20 17:22:38
669
转载 SSH框架搭建和整合(struts2、spring4、hibernate5)
https://www.cnblogs.com/laibin/category/877979.html https://www.cnblogs.com/hww123/p/5852086.html
2019-02-20 11:53:09
175
转载 apache tomcat部署web应用的三种实现方式
https://blog.csdn.net/liufeilong_sean/article/details/78448465
2019-02-20 10:26:32
837
转载 项目在eclipse中部署到tomcat时部署到了wtpwebapps文件夹下
https://blog.csdn.net/huangyuhuangyu/article/details/77914195
2019-02-19 17:30:57
271
原创 java EE的apache-tomcat配置文件web.xml
<?xml version="1.0" encoding="UTF-8"?> <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:
2019-02-19 14:09:53
383
转载 修改Eclipse中项目在Apache Tomcat中的部署路径
https://jingyan.baidu.com/article/495ba841f2262638b20ede59.html
2019-02-19 11:50:34
338
转载 sql server compact
Microsoft SQL Server Compact 4.0 是适合于嵌入在桌面和 Web 应用程序中的压缩数据库。SQL Server Compact 4.0 为开发本机和托管应用程序的开发人员提供了与其他 SQL Server 版本通用的编程模型。SQL Server Compact 只需占用很少的空间即可提供关系数据库功能:强大的数据存储、优化查询处理器以及可靠、可扩展的连接。SQL...
2019-02-18 13:46:26
1601
转载 isual studio community 2017离线版 v15.2 免费安装版
http://www.downcc.com/soft/300422.html
2019-02-15 09:31:11
182
转载 在dos下用csc命令编译,提示“csc不是内部或外部命令,也不是可运行的程序... ”
三种方法可以解决:1)右键点击"我的电脑"--"属性"--"高级"--"环境变量"--"系统变量" 将PATH中加上路径:C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319(环境变量之间用英文分号;隔开)2)直接在dos环境的cs相应文件夹目录执行 set Path=C:\WINDOWS\Microsoft.NET\Framework\v...
2019-02-14 17:11:30
1097
1
原创 Discuz!UCenter创始人密码重置方法
//加密原理是md5(md5("你的密码")."加密混淆字符串")//$myNewPaass = md5(md5($password).$salt);define('UC_FOUNDERPW', 'a1b2c3d4');//这里是密码define('UC_FOUNDERSALT', '55667788');//这里加密混淆字符串//例如:$pw = md5(md5(UC_FOUN...
2019-02-14 14:33:27
1823
httpd-2.2.21-win32-x86+php-5.4.0RC4-Win32-VC9-x86+mysql-5.5.18-win32
2016-06-15
destoon5.0企业精品模板30套
2015-12-25
Windows WANMP版主机宝管理面板v1.0.1
2015-12-25
lightbox2.02.rar
2011-09-30
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人