1、pc网页右侧经常会有楼梯效果,页面滑动到一定高度,楼梯出来,同时点击相应的楼层页面滑动到对应的位子,并且在不点击的时候,只是滑动液面的话,滑动到相应的楼层,左侧的楼梯相应的楼梯要高亮显示。(有的顶部也有这样的效果 ,原理一样方法也是一样的)。 2、说先html,css代码为 3、在页面上引入的j ...
分类:
移动开发 时间:
2017-02-23 00:12:18
阅读次数:
221
原文 http://blog.csdn.net/firefoxbug/article/details/7931730 安装mysql [root@sample ~]# yum -y install mysql-server ← 安装MySQL [root@sample ~]# yum -y inst ...
分类:
数据库 时间:
2017-02-14 20:29:38
阅读次数:
324
I joined Analytics Vidhya as an intern last summer. I had no clue what was in store for me. I had been following the blog for some time and liked the ...
分类:
其他好文 时间:
2017-02-07 15:05:49
阅读次数:
449
son作为一种轻量级的数据交换格式,由于其传输数据格式的方便性,今天偶然想将其应用于分页实现,分页做为web开发一个长久的话题,其应用的高效与重要性就不多说了本文主要技术:反射机制,Json数据格式,jquery为了应用的通用性,首先要根据反射机制,能将要返回的任意类型的结果对象转化成Json类型的 ...
分类:
Web程序 时间:
2017-02-07 12:39:55
阅读次数:
249
I really enjoyed this talk, optimistic and helpful. May I offer a small but perhaps helpful bit of knowledge that may help prevent some forms of blind ...
分类:
系统相关 时间:
2017-01-24 10:50:34
阅读次数:
206
1、Windows的窗口刷新管理 窗口句柄(HWND)都是由操作系统内核管理的,系统内部有一个z-order序列,记录着当前窗口从屏幕底部(假象的从屏幕到眼睛的方向),到屏幕最高层的一个窗口句柄的排序,这个排序不关注父窗口还是子窗口。 当任意一个窗口接收到WM_PAINT消息产生重绘,更新区域绘制完 ...
As a system administrator or Linux power user, you may have probably come across or even on several occasions, used the versatile Linux Rsync tool, wh ...
分类:
系统相关 时间:
2017-01-08 14:07:44
阅读次数:
243
弹出遮罩层后,手指在手机上上下滑动 遮罩层下的页面出现滑动。下面代码解决这个问题 (1)触摸后不产生事件 (2)body不出现滚动条 ...
分类:
其他好文 时间:
2016-12-31 15:28:02
阅读次数:
211
$("#jqTree").jstree({ //这个例子只是一部分的功能,还有待优化的地方 "json_data" : { "ajax" : { "type":"get", // "cache":false, "url" : "请求json的url", "data" : function (n) { ...
分类:
Web程序 时间:
2016-12-28 01:17:11
阅读次数:
431