#RES

Android res目录结构

 所有以drawable开头的文件夹都是用来放图片的所有以values开头的文件夹都是用来放字符串的layout文件夹是用来放布局文件的menu文件夹是用来放菜单文件的。之所以有这么多drawable开头的文件夹,其实主要是为了让程序能够兼容更多的设备在制作程序的时候最好能够给同一张图片提供几个不同分辨率的副...
代码星球 ·2020-08-09

ResourceNotFound: rosbridge_server

 Checkinglogdirectoryfordiskusage.Thismaytakeawhile.PressCtrl-CtointerruptDonecheckinglogfilediskusage.Usageis<1GB.Traceback(mostrecentcalllast):File"/o...

ResourceNotFound: rgbd_launch

 Checkinglogdirectoryfordiskusage.Thismaytakeawhile.PressCtrl-CtointerruptDonecheckinglogfilediskusage.Usageis<1GB.Traceback(mostrecentcalllast):File"/o...
代码星球 ·2020-08-09

Hardcoded string should use @string resource 警告

 在布局文件中,文本的设置使用如下写法时会有警告:Hardcodedstring"下一步",shoulduse@stringresource<Buttonandroid:id="@+id/button1"android:layout_width="118dp"android:layout_height=...

sudo: unable to resolve host myhostname: Connection timed out

 第一种原因,/etc/hostname中的hostname与/etc/hosts里面的不对应,导致无法解析将两个文件的hostname改成一样的即可。/etc/hostname    aaa/etc/hosts127.0.0.1localhost本机IPaaa&nbs...
代码星球 ·2020-08-09

【Spark】RDD(Resilient Distributed Dataset)究竟是什么?

目录基本概念官方文档概述含义RDD出现的原因五大属性以单词统计为例,一张图熟悉RDD当中的五大属性解构图RDD弹性RDD特点分区只读依赖缓存checkpoint基本概念官方文档介绍RDD的官方说明:http://spark.apache.org/docs/latest/rdd-programming-guide.htm...

es6中promise ALL Race Resolve Reject finish的实现

functionmypromise(func){this.statue="pending";this.data=null;this.resolveCallback=[];this.rejectCallback=[];this._final=null;varself=this;varresolve=function(da...

resource not found : rosbridge_server

1.放到src下,改名字为rosbridge_server,编译catkin_makegit clone https://github.com/RobotWebTools/rosbridge_suite.git...

resource not found :rgbd_launch

放到src下,再次编译catkin_makegithttps://github.com/ros-drivers/rgbd_launch.git...

安装ceres-solver

 安装依赖:sudoapt-getinstall-ygoogle-mocklibboost-all-devlibeigen3-devlibgflags-devlibgoogle-glog-devliblua5.2-devlibprotobuf-devlibsuitesparse-devlibwebp-devn...
代码星球 ·2020-08-08

Ubuntu14.04(server amd 64)编译安装 ceres-solver

 文档地址:http://www.ceres-solver.org/installation.html git地址:(需要翻墙下载)gitclonehttps://ceres-solver.googlesource.com/ceres-solver1.安装相关的依赖包#CMakesudoapt-ge...

Couldn't find an AF_INET address for

vim~/.bashrc#输入内容exportROS_HOSTNAME=你的hostnameexportROS_MASTER_URI=http://(目标主机的IP):11311exportROS_IP=192.168.3.10(本机的IP)  vim/etc/hosts  按照前几行格式,输入目标主机IP以及host...
代码星球 ·2020-08-08

ubuntu 安装pip3 遇到Ignoring ensurepip failure: pip 8.1.1 requires SSL/TLS错误

3.5版本之后的会自动安装pip,所以我们直接从官网下载3.5.2,下载地址:https://www.python.org/ftp/python/下载以后,可以用命令解压,也可以右键进行解压,tarzxvfPython-3.5.2.tgz切换目录cdPython-3.5.2准备安装./configuresudomake...

集成ShareSdk一键分享和第三方登录

在Mob官网http://mob.com/注册,创建应用,下载SDK,申请APP_key根据官网开发指南导入SDK到你的项目中:在assets/ShareSDk.xml中修改你的APP_keypackagecom.loaderman.thirdpartylogindemo;importandroid.content.I...

sharesdk短信验证码的集成

在ShareSDK官网http://mob.com/注册并创建Android应用.申请APP_key,下载SDK等根据官网开发文档导入SDK,目录结构如下将以上文件按需放入AndroidStudio项目所要使用SMSSDK的Module所在的Libs里面,再在Module的build.gradle里面将libs加入仓库...
代码星球 ·2020-08-08
首页上一页...114115116117118...下一页尾页