Linux安装apr-util报错的解决方法 8年前 (2018-05-31) 阅读 4,202 次 评论 0 条 Linux xml/apr_xml.c:35:19: 错误:expat.h:没有那个文件或目录 xml/apr_xml.c:66: 错误:expected specifier-qualifier-list before ‘XML_Parser’ xm... apr, apr-util, linux
Bootstrap实现点击table行默认选中当前行中的复选框 8年前 (2018-05-31) 阅读 4,887 次 评论 0 条 HTML/CSS 使用Bootstrap的时候,在table中点击行的时候,选中当前行中的checkbox,由于复选框很小,不容易点到,所以点击每一行也可以选中该行, 并用高亮... Bootstrap, table选中行
Bootstrap在一个模态框上弹出另一个模态框遮罩层问题处理方法 8年前 (2018-05-31) 阅读 2,427 次 评论 0 条 HTML/CSS bootstrap3官网明确指出 千万不要在一个模态框上重叠另一个模态框。要想同时支持多个模态框,需要自己写额外的代码来实现。 bootstrap3相关源码... Bootstrap, 模态框
Android Studio报错Failed to create MD5 hash for file…解决方法 8年前 (2018-05-30) 阅读 2,402 次 评论 0 条 Android 问题:Android项目开发过程中,出现如下异常, Error:Execution failed for task ':app:compileDebugJavaWithJavac'. > Failed to create MD5... Android Studio
SVN报错is scheduled for addition, but is missing解决方法 8年前 (2018-05-29) 阅读 3,695 次 评论 0 条 版本管理工具 删除文件夹后点commit提交,但是报错,报错内容如下: 提示 "svn: Commit failed (details follow): svn: '/***/xxx.c' is scheduled for addit... SVN
Android Studio常见 Build 问题 Error:failed to find Build Tools revision 23.0.2 8年前 (2018-05-29) 阅读 1,967 次 评论 0 条 Android 有时候从 Github 上拷贝人家的工程,运行会出现各种依赖包、版本包问题。 修改 build.gradle 在项目的 build.gradle 里面设置,注意有两个build... Android Studio, Build Tools
php判断两个日期之间相差多少个月份的方法 8年前 (2018-05-28) 阅读 1,971 次 评论 0 条 PHP /** * @author injection(injection.mail@gmail.com) * @var date1日期1 * @var date2 日期2 * @var tags 年月日之间的分隔符标记,默认为'-' * ... php
Thinkphp中通过CURL发送HTTP请求的函数 8年前 (2018-05-28) 阅读 3,122 次 评论 0 条 PHP /** * 发送HTTP请求方法 * @param string $url 请求URL * @param array $params 请求参数 * @param string $method 请求方法GET/POST * @return ... curl, php, Thinkphp
JavaScript从数组中删除指定值元素的方法 8年前 (2018-05-28) 阅读 1,602 次 评论 0 条 JS/JQuery 下面的代码使用了两种方式删除数组的元素,第一种定义一个单独的函数,第二种为Array对象定义了一个removeByValue的方法, 定义函数removeByValu... JavaScript, JS
Android Studio报错Error:(1, 0) Gradle version 2.2 is required. Current version is 3.4.1 8年前 (2018-05-26) 阅读 1,971 次 评论 0 条 Android 我们在使用Android Studio的时候新建项目没什么问题的,但是当我们下载一份Github上的项目导入进去的时候却没法正常使用,其原因主要是gradle配... Android Studio, Gradle