<body> <div id="content"> <span>好好学习</span> <span>天天向上</span> </div></body> <script type="text/javascript"> $(document).ready(function(){ $("#content>... ...
分类:
Web程序 时间:
2019-10-29 17:07:53
阅读次数:
142
$(document).ready(function(){//选择账户的类型$("div.rgtypeli").click(function(){$(this).addClass("ppt").siblings("li").removeClass("ppt");$("#mtype").attr(&q
分类:
Web程序 时间:
2019-10-29 17:07:21
阅读次数:
183
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and put. get(key) - Get the ...
分类:
系统相关 时间:
2019-10-29 09:52:12
阅读次数:
89
Vue系列---理解Vue.nextTick使用及源码分析(五) ...
分类:
其他好文 时间:
2019-10-29 09:24:52
阅读次数:
86
“阻塞”与"非阻塞"与"同步"与“异步"不能简单的从字面理解,提供一个从分布式系统角度的回答。1.同步与异步 同步和异步关注的是消息通信机制 (synchronous communication/ asynchronous communication) 所谓同步,就是在发出一个*调用*时,在没有得到 ...
分类:
其他好文 时间:
2019-10-29 00:30:20
阅读次数:
90
1、外部配置(externalized configuration) 2、健康检查(health checks) 3、日志 4、应用监控 ...
分类:
其他好文 时间:
2019-10-26 01:00:13
阅读次数:
151
1.图片的淡出效果 fadeIn $(document).ready(function(){ $("#div").fadeIn("slow");}); <div id="div" style="width:80px;height:80px;display:none;background-color: ...
分类:
其他好文 时间:
2019-10-25 20:43:51
阅读次数:
150
资料来源 https://wiki.wireshark.org/Network_Lock_Manager 目的 The purpose of the NLM protocol is to provide something similar to POSIX advisory file locking ...
分类:
Web程序 时间:
2019-10-25 10:02:18
阅读次数:
120
libev与libuv的区别 https://www.cnblogs.com/charlesblc/p/6341280.html 参考: http://blog.csdn.net/w616589292/article/details/46475555 libuv 和 libev ,两个名字相当相近的 ...
分类:
其他好文 时间:
2019-10-24 10:13:21
阅读次数:
69
FBV与CBV 及CBV源码分析 FBV(Function Based View) 基于函数的视图 基于函数的视图,我们一直在用没啥好讲的,就是导入模块调用函数执行业务 CBV(Class Based View) 基于类的视图 路由 视图 CBV源码分析 首先我们的路由竟然是一个函数(),这样的话是 ...
分类:
其他好文 时间:
2019-10-23 21:45:17
阅读次数:
75