http://learn.jquery.com/plugins/basic-plugin-creation/ 如何创建一个基本的插件 有时候你想在整个代码中提供一些功能。 例如,也许你想要一个单一的方法,你可以调用一个jQuery selection来对selection执行一系列操作。 在这种情况 ...
分类:
Web程序 时间:
2018-07-05 14:56:39
阅读次数:
211
Design a Cache System Similar to our previous posts, we would like to select system design interview questions that are popular and practical so that ...
分类:
系统相关 时间:
2018-06-13 14:35:15
阅读次数:
369
docker rror response from daemon: conflict: unable to delete 61739b4cf2d5 (cannot be forced) - image has dependent child images
分类:
其他好文 时间:
2018-06-08 12:04:15
阅读次数:
181
含义: HTTP Methods:也叫 HTTP Verbs,HTTP Methods 可以翻译成 HTTP 方法。它们是 HTTP 协议的一部分,主要规定了 HTTP 如何请求和操作服务器上的资源,常见的有GET,POST等。 API:Application Programming Interfa ...
Yacc 与 Lex 快速入门 yyparse() returns a value of 0 if the input it parses is valid according to the given grammar rules. It returns a 1 if the input is in ...
分类:
其他好文 时间:
2018-05-22 22:12:51
阅读次数:
261
Error:Execution failed for task ':app:preDebugAndroidTestBuild'.> Conflict with dependency 'com.android.support:support-annotations' in project ':app' ...
分类:
其他好文 时间:
2018-05-22 16:37:18
阅读次数:
176
db2 V10.3启动的时候提示: 问题1: db2start执行后提示: SQL1072C The database manager resources are in an inconsistent state. The database manager might have been incor ...
分类:
数据库 时间:
2018-05-21 16:58:59
阅读次数:
585
10. 合并分支并解决冲突(conflict) 1) 合并分支 在代码管理过程中,切换分支或者同步服务器代码时,常常会出现代码冲突的情况,这种情况出现的原因一般是由于两个分支对同一个文件进行修改, 当把这两个分支进行合并时就有可能会出现冲突(pull远程服务器上的代码是一样的道理)。 以Test仓库 ...
分类:
其他好文 时间:
2018-05-17 18:50:57
阅读次数:
223
接Git分支合并冲突解决,在使用rebase合并冲突情况下,如果不小心,执行完add后执行了commit,此时本地仓库HEAD处于游离态(即HEAD指向未知的分支),如何解决? 解决方法 (1)此时,分支处于 无分支 状态,创建并切换到新分支(git checkout -b conflict),从而 ...
分类:
其他好文 时间:
2018-05-16 22:44:31
阅读次数:
327
大多数时候我们用TortoiseSVN作为客户端,其实SVN提供了强大的客户端命令行工具,和Git差不不多。 1. 查看工作副本修改的整体状况。 $ svn status ? scratch.c A stuff/loot A stuff/loot/new.c D stuff/old.c M bar. ...
分类:
其他好文 时间:
2018-05-11 23:17:58
阅读次数:
174