php发起http请求的示例代码如下:public function http_post2($url, $data_string) { $ch = curl_init(); curl_...
分类 bug汇总 下的文章
网上有一些教程没有介绍完,其实换地址需要换两处才行:第一处:替换brew.git: cd "$(brew --repo)" git remote set-url origin https://m...
it seems that the lastest version of android which is 28 will not work the format like :<item name="...
最近升级了AS 3.2以及android 28版本以后,编译报错如下:Android resource compilation failed Output: /Users/landsnail/Documents/g...
今天把build.gradle中的classpath升级为:classpath 'com.android.tools.build:gradle:3.2.0',同步相关资源后出现:Android Studio Coul...
java.lang.NoSuchMethodError: No static method getFont(Landroid/content/Context;ILandroid/util/TypedV
升级了某些组件SDK后,编译可以通过,但是运行期发现报错:java.lang.NoSuchMethodError: No static method getFont(Landroid/content/Context;...
好久不更新的服务器今天执行命令:apt-get update 和 apt-get upgrade 都未能成功,出现如下错误:root@iZ62g7i:~/certbot# apt-get udpate E: Inva...
Python “pip install ” is failing with AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
在mac上环境乱了以后,出现描述:Python “pip install ” is failing with AttributeError: 'module' object has no attribute 'SSL...
调试了几天的微信小程序终于成功,这里简单总结下,以备后来开发者查询。网上关于微信支付返回“签名错误”的原因有好几个,一个是API key没有正确设置,一个是参数或者值大小写或者文档拼写错误的问题,还有一个是utf-8...
升级gradle 3.1 和及其对应的jdk后,编译apk的时候出现以下错误:> Task :app:compileReleaseJavaWithJavac 注: 某些输入文件使用了未经检查或不安全的操作。 注...
Android dependency 'com.android.support:multidex' has different version for the compile (1.0.2) and runtime (1.0.3) classpath
升级android stadio 3.1今天好奇升级了下IDE,把android stadio从3.0.1升级到3.1,跟着就要求升级Gradle插件和java的版本。编译后发现报如下错:Android depend...
使用命令:pip install pyspider为mac安装pyspider过程中,会出现错误,其中的一段异常信息如下: running install_lib copying build/lib.mac...