胖胖爱家
码龄11年
  • 941,415
    被访问
  • 125
    原创
  • 1,328,300
    排名
  • 188
    粉丝
  • 0
    铁粉
关注
提问 私信
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:广东省
  • 加入CSDN时间: 2011-08-19
博客简介:

雨林

博客描述:
雨林
查看详细资料
个人成就
  • 获得134次点赞
  • 内容获得51次评论
  • 获得470次收藏
创作历程
  • 67篇
    2019年
  • 13篇
    2018年
  • 48篇
    2013年
  • 12篇
    2012年
  • 77篇
    2011年
成就勋章
TA的专栏
  • PHP
    38篇
  • JAVA
    7篇
  • Nodejs
    4篇
  • Python
    9篇
  • Msyql / SQL Server
    15篇
  • H5 / CSS3
    14篇
  • 服务器
    15篇
  • 轻松时刻
    3篇
  • js / jq / vue
    85篇
  • zend framework
    1篇
  • 小程序 / 微信 / webAPP
    4篇
  • Lavarel
    2篇
  • Linux
    1篇
  • 工具软件
    18篇
  • C# / ASP.NET
    1篇
  • 移动端
  • C
    1篇
  • go
    2篇
兴趣领域 设置
  • 大数据
    mysql
  • PHP
    php
  • 微软技术
    c#.netasp.net
  • 服务器
    linux
  • 最近
  • 文章
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

大数据可视化

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 ·
1185 阅读 ·
1 点赞 ·
0 评论

大数据可视化

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 ·
547 阅读 ·
1 点赞 ·
0 评论

大数据可视化界面

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 ·
11936 阅读 ·
2 点赞 ·
0 评论

大屏数据可视化

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 ·
1052 阅读 ·
0 点赞 ·
0 评论

地图相关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 ·
1059 阅读 ·
0 点赞 ·
0 评论

echarts中的世界地图

echarts中的世界地图:https://blog.csdn.net/mm_hello11/article/details/82989883
转载
发布博客 2019.03.22 ·
3495 阅读 ·
0 点赞 ·
0 评论

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 ·
333 阅读 ·
0 点赞 ·
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 ·
1855 阅读 ·
0 点赞 ·
1 评论

thinkphp3.2.3导入导出Excel数据并封装

http://www.thinkphp.cn/code/4039.html
转载
发布博客 2019.03.13 ·
823 阅读 ·
0 点赞 ·
0 评论

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 ·
1902 阅读 ·
0 点赞 ·
0 评论

Go Web 编程

https://www.w3cschool.cn/yqbmht/dx6guozt.html
转载
发布博客 2019.03.07 ·
451 阅读 ·
0 点赞 ·
0 评论

go run go build go install 命令解释

https://blog.csdn.net/zyz770834013/article/details/78656985
转载
发布博客 2019.03.07 ·
1247 阅读 ·
0 点赞 ·
0 评论

xshell / xftp家庭/学校免费版官网下载地址

https://www.netsarang.com/zh/free-for-home-school/
原创
发布博客 2019.03.07 ·
2359 阅读 ·
0 点赞 ·
0 评论

vs code 默认是单击在原tab上打开,改为单击后其它文件在新tab打开

把true改为false
原创
发布博客 2019.03.06 ·
4693 阅读 ·
1 点赞 ·
0 评论

SFTP Net Drive

https://www.nsoftware.com/sftp/netdrive/SFTP网络驱动器一个易于使用的实用程序,通过SFTP将远程文件系统安装为Windows驱动器。连接后,您可以浏览和处理文件,就像它们存储在本地计算机上一样。将远程服务器映射到本地虚拟驱动器SFTP Net Drive允许您像在计算机上一样访问它们,从而消除了处理存储在远程服务器上的文件的麻烦。这...
转载
发布博客 2019.03.05 ·
3811 阅读 ·
0 点赞 ·
1 评论

Dev c++工具将C代码生成dll文件以及如何调用dll文件

https://blog.csdn.net/bingjia103126/article/details/76640464
转载
发布博客 2019.03.05 ·
1420 阅读 ·
0 点赞 ·
0 评论

C语言入门教程,C语言学习教程(非常详细)

http://c.biancheng.net/c/
转载
发布博客 2019.03.05 ·
17965 阅读 ·
57 点赞 ·
1 评论

解决 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 ·
2570 阅读 ·
0 点赞 ·
0 评论

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 ·
506 阅读 ·
0 点赞 ·
0 评论

不错的屏幕截图工具

不错的屏幕截图工具:Snipaste
原创
发布博客 2019.02.26 ·
146 阅读 ·
0 点赞 ·
0 评论
加载更多