主要应用jQuery的on和off方法实现在 mousedown 的情况下进行mousemove。 其他:$(window).width() 、$(window).height() 获取浏览页面的宽高。 pageX、pagerY(ie8不兼容)或 clientX、clientY 获取鼠标当前位置的横 ...
分类:
Web程序 时间:
2017-09-05 01:46:24
阅读次数:
269
awesome-android Introduction android libs from github System requirements Android Notice If the lib is no longer being maintained,please do not add it ...
分类:
移动开发 时间:
2017-08-29 12:46:23
阅读次数:
1038
@Controller @Scope("prototype") @Namespace("/") @ParentPackage("struts-default") @Results({ @Result(name = "login", location = "/login.jsp"), @Result(... ...
分类:
其他好文 时间:
2017-08-26 22:14:34
阅读次数:
134
1.修改jqgrid自带的行编辑按钮样式 2.设置自定义表单验证规则 ...
分类:
其他好文 时间:
2017-08-25 17:46:21
阅读次数:
149
public class MainActivity extends AppCompatActivity implements XListView.IXListViewListener{ private boolean flag; private ViewP... ...
分类:
其他好文 时间:
2017-08-19 10:47:14
阅读次数:
208
处理问题一:viewPager.setOffscreenPageLimit(0)不管用还是默认会加载第二个fragment的原因(源码解读); 处理问题二:setUserVisibleHint的使用场景和onCreate onResume() 的执行顺序 这个情况适合多个fragment之间切换时统 ...
分类:
其他好文 时间:
2017-08-14 18:52:50
阅读次数:
1721
周末这天手痒,正好没事干,想着写一个分页的例子出来给大家分享一下。 这个案例分前端和后台两部分,前端使用面向对象的方式写的,里面用到了一些回调函数和事件代理,有兴趣的朋友可以研究一下。后台的实现技术是将分页Pager作为一个实体对象放到domain层,当前页、单页数据量、当前页开始数、当前页结束数、 ...
分类:
数据库 时间:
2017-08-13 14:15:12
阅读次数:
246
有时,为美观效应,需要设置jqgrid隔行换色。jqgrid提供altRows属性来配置 启动隔行换色:altRows: true,//隔行换色 ...
分类:
其他好文 时间:
2017-08-08 20:07:56
阅读次数:
254
Hadoop家族学习路线图 Hadoop家族系列文章,主要介绍Hadoop家族产品,常用的项目包括Hadoop, Hive, Pig, HBase, Sqoop, Mahout, Zookeeper, Avro, Ambari, Chukwa,新增加的项目包括,YARN, Hcatalog, Ooz ...
分类:
其他好文 时间:
2017-08-07 10:16:29
阅读次数:
165
在shell中执行git diff命令,常常会看到例如以下警告信息: terminal is not fully functional事实上非常easy,配置一下就可以。git config --global core.pager "" 在shell中执行git diff命令,常常会看到例如以下警告 ...
分类:
系统相关 时间:
2017-08-06 10:47:24
阅读次数:
266