Stella981 Stella981
3年前
Android Studio 编译异常Could not execute build using Gradle installation解决办法
AndroidStudio编译异常CouldnotexecutebuildusingGradleinstallation解决办法参考文章:(1)AndroidStudio编译异常CouldnotexecutebuildusingGradleinstallation解决办法(https://www.oschi
Stella981 Stella981
3年前
Android模拟器不能上网的解决方法
我原来一直不用Android的模拟器,因为这东西的多年前的印象真的是很糟糕——启动半个小时,不支持OpenGL。即使后来有了x86镜像,在HAXM的支持下快的飞起,也不想用,因为NDK还要编译x86的。那个时候我一直用网易的MuMu模拟器——只需要编译Armv7的就行了。再后来就是网易的全部MacApp不知道抽了什么风,疯狂写log,直到写满硬盘为止,我就
Stella981 Stella981
3年前
OpenCascade编译
OpenCASCADE的编译 The Installation and Compilation of OpenCASCADEeryar@163.com(https://www.oschina.net/action/GoT
Stella981 Stella981
3年前
Android toolbar 标题精确居中 不会因返回键偏移
1\.总的布局文件<android.support.design.widget.CoordinatorLayoutxmlns:android"http://schemas.android.com/apk/res/android"xmlns:app"http://schemas.android.com
Stella981 Stella981
3年前
Android控件ListView简易使用(使用ArrayAdapter)
<?xmlversion"1.0"encoding"utf8"?<TextViewxmlns:android"http://schemas.android.com/apk/res/android"android:id"@id/tv"android:la
Stella981 Stella981
3年前
CentOS 手工编译、手动编译安装 MongoDB
下载所需软件(下载到/usr/local/src目录)wgethttp://downloads.mongodb.org/src/mongodbsrcr1.8.1.tar.gzwgethttp://ftp.mozilla.org/pub/mozilla.org/js/js1.7.0.tar.gzwgethttp
可莉 可莉
3年前
10个前端8个用Vue的,怎么才能在面试中出彩?
现在但凡出去面试,面试官几乎必问Vue3.0。不仅会问一些核心特性,还会问原理层面的问题。比如:▶框架层面问题:Vue3.0新特性CompositionAPI与React.js中Hooks的异同点?▶源码、原理层面问题: Vue3.0编译做了哪些优化?Vue3.0是如何变得更快的?
Stella981 Stella981
3年前
Android选项卡TabHost功能和用法
1、布局文件<TabHostxmlns:android"http://schemas.android.com/apk/res/android"xmlns:tools"http://schemas.android.com/tools"android:id"@android:id/tabhost"
Wesley13 Wesley13
3年前
编译Linux
如题:scripts/extractcert.c:21:25:fatalerror:openssl/bio.h:Nosuchfileordirectorycompilationterminated.scripts/Makefile.host:90:recipefortarget'scripts/ex
待兔 待兔
1星期前
Android Glide的源码三线主线分析
Here'stheMarkdownversionofyourarticle:markdownGlide流程分析说到图片加载框架,大家最熟悉的莫过于Glide了,但我却不推荐简历上写熟悉Glide,除非你熟读它的源码,或者参与Glide的开发和维护。然而很多