自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (5)
  • 收藏
  • 关注

原创 中国大陆省市区县三级、四级菜单数据整理

省市区县三级数据 json 格式数据,mysql 导入数据下载element 级联菜单地理数据 下载iview 级联菜单 地理位置数据下载

2017-10-20 16:37:40 8365 1

原创 spring boot maven 报错 sconnected from the target VM, address: '127.0.0.1:57472', transport: 'socket'

spring boot maven web项目启动 报错 sconnected from the target VM, address: '127.0.0.1:57472', transport: 'socket' idea 直接运行 springbootAplication 启动类,无法启动web项目,也没有什么具体的报错信息。百度后 有说 是因为这个项目已经启动了,但是因意外关闭导...

2017-10-09 10:40:23 20264 3

simplewebrtc.js webrtc网页视频开发帮助工具

网页视频开发 webrtc ;(function () { var logger = { log: function (){}, warn: function (){}, error: function (){} }; // normalize environment var RTCPeerConnection = null, getUserMedia = null, attachMediaStream = null, reattachMediaStream = null, browser = null, webRTCSupport = true; if (navigator.mozGetUserMedia) { logger.log("This appears to be Firefox"); browser = "firefox"; // The RTCPeerConnection object. RTCPeerConnection = mozRTCPeerConnection; // The RTCSessionDescription object. RTCSessionDescription = mozRTCSessionDescription; // The RTCIceCandidate object. RTCIceCandidate = mozRTCIceCandidate; // Get UserMedia (only difference is the prefix). // Code from Adam Barth. getUserMedia = navigator.mozGetUserMedia.bind(navigator); // Attach a media stream to an element. attachMediaStream = function(element, stream) { element.mozSrcObject = stream; element.play(); }; reattachMediaStream = function(to, from) { to.mozSrcObject = from.mozSrcObject; to.play(); }; // Fake get{Video,Audio}Tracks MediaStream.prototype.getVideoTracks = function() { return []; }; MediaStream.prototype.getAudioTracks = function() { return []; }; } else if (navigator.webkitGetUserMedia) { browser = "chrome"; // The RTCPeerConnection object. RTCPeerConnection = webkitRTCPeerConnection; // Get UserMedia (only difference is the prefix). // Code from Adam Barth. getUserMedia = navigator.webkitGetUserMedia.bind(navigator); // Attach a media stream to an element. attachMediaStream = function(element, stream) { element.autoplay = true; element.src = webkitURL.createObjectURL(stream); }; reattachMediaStream = function(to, from) { to.src = from.src; }; // The representation of tracks in a stream is changed in M26. // Unify them for e

2013-03-27

图片处理工具,图片切割,图片缩放,图片黑白处理

图片切割,图片缩放,图片黑白处理,gif图片制作,gif图片分解,等图片处理工具类 在 OperateImage 类中包含所有工具方法

2012-10-21

blazeds.war

blazeds.war

2011-12-01

flex 4 api

flex 4 api 文档

2011-12-01

SocketSniff-v1.05

网络数据包截取工具,选择监听进程,获取该进程发送和接受的数据包

2011-08-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除