Wesley13 Wesley13
3年前
Java NIO选择器【源码笔记】
目录一、I/O复用模型回顾二、创建选择器1.Pipe函数2.Poll函数三、注册Channel到Selector四、Select返回就绪事件集合一、I/O复用模型回顾!(https://oscimg.oschina.net/oscnet/01e7f742f41c502c3ae941a
Stella981 Stella981
3年前
List of Useful jQuery Plugins
IviewedeachofthejQuerypluginsinthejQuerypluginsrepository(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fjquery.com%2Fplugins%2Fproject%2FPlugins%2Fname).I
Wesley13 Wesley13
3年前
Java NIO之选择器
1.简介前面的文章说了缓冲区,说了通道,本文就来说说NIO中另一个重要的实现,即选择器Selector。在更早的文章(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.coolblog.xyz%2F2018%2F02%2F08%2FIO%25E6%25A8%25A
Stella981 Stella981
3年前
IE下 iframe子页面document.documentElement报错问题(未指明的错误。)
测试环境:IE8 jquery1.11.1问题描述:如果使用了<iframe,并且在iframe页面中用到了jquery,那么在加载iframe页面时会报错.(未指明的错误)经过排查,错误来自红色部分"focus":function(elem){  returnelem document.activeE
Stella981 Stella981
3年前
Jquery补充及插件
此篇为jQuery补充的一些知识点,详细资料请看另一篇博客,地址:https://www.cnblogs.com/chenyanbin/p/10454503.html一、jQuery中提供的两个函数1$.map(array,callback(element,index));21.对于数组
Stella981 Stella981
3年前
JQuery EasyUI Grid 分页
以下示例使用JQueryEasyUI、SpringMVC:首先定义一个DataGrid:$('tt').datagrid({fit:true,pageNumber:1,pageList:
Stella981 Stella981
3年前
JavaScript强化教程——jQuery
本文为 H5EDU(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.h5edu.cn%2F) 机构官方 HTML5培训(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.h5edu.cn%2F) 教程,主要
Stella981 Stella981
3年前
JQuery BlockUI遮罩层
官方地址:http://jquery.malsup.com/block/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fjquery.malsup.com%2Fblock%2F) 需要使用的js引入jquery包引入插件包JQueryBlockUI(官方下载相应的js)
Stella981 Stella981
3年前
Image Upload based on jQuery
今天把自己写的一个简单的jQuery上传插件放到了Git@OSC上了,希望能帮助需要的人,并且得到高人的指点,一起用心的维护下去。戳这里((https://git.oschina.net/GoodLoser/ImageUploader)http://git.oschina.net/GoodLoser/iUploader(http://git.osch
Stella981 Stella981
3年前
Jquery判断ie浏览器,用$.support替换$.browser判断
如果你也是Jquery最初的使用者,那么你一定经历过这样判断浏览器的时代:$.browser.msie&&$.browser.version,你目前使用的组件里可能还有应用。但是Jquery1.3以后就不建议使用了,到jQuery1.9之后就不复存在了。应该是因为到ie8以上的版本判断就有问题了...⊙﹏⊙b汗只有另外想办法,使用$.support