新建Android工程报错: 处理方法: 在module的build.gradle中添加 ...
分类:
移动开发 时间:
2018-07-05 18:27:43
阅读次数:
481
http://learn.jquery.com/plugins/basic-plugin-creation/ 如何创建一个基本的插件 有时候你想在整个代码中提供一些功能。 例如,也许你想要一个单一的方法,你可以调用一个jQuery selection来对selection执行一系列操作。 在这种情况 ...
分类:
Web程序 时间:
2018-07-05 14:56:39
阅读次数:
211
rpm -qa | grep mysql 检查已安装的mysql版本 rpm -e --nodeps mysql-libs-5.1.71 卸载 tar -zxvf MySQL.tar.gz 解压 安装顺序: client server service mysql status 检查状态 servic ...
分类:
数据库 时间:
2018-07-03 15:06:35
阅读次数:
157
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
linux下安装MySQL 5.7.22版本 1、用rpm -qa | grep mysql查看当前rpm安装的MySQL版本 2、卸载系统默认rpm安装的MySQL版本 使用rpm -e --nodeps mysql-libs-5.1.73-7.el6.x86_64命令卸载系统默认rpm安装的My ...
分类:
数据库 时间:
2018-06-03 16:23:09
阅读次数:
219
含义: HTTP Methods:也叫 HTTP Verbs,HTTP Methods 可以翻译成 HTTP 方法。它们是 HTTP 协议的一部分,主要规定了 HTTP 如何请求和操作服务器上的资源,常见的有GET,POST等。 API:Application Programming Interfa ...
1、检测是否安装MySQL a rpm -qa | grep mysql mysql-libs-5.1.71-1.el6.x86_64 b rpm -e --nodeps mysql-libs-5.1.71-1.l6.x86_64 2、上传mysql并解压 在/usr/local/下mkdir my ...
分类:
数据库 时间:
2018-05-23 17:02:54
阅读次数:
166
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