全部 文章 问答 分享 共找到38个相关内容
[分享] 换ICON方案 思考有没有更加完善的方案

之前思考过 后面没去设计 今天刚好看到 下面评论说Android overlay 方案 正在拜读https://blog.csdn.net/u013795543/article/details/

2022-03-02 17:02 · 换ICON
[问答] 学习网络编程时运行jar包失败

学习大锯老师的网络编程时,下载例程后运行在bashshell 运行失败 去csdn上查了错误 不知道怎么解决2021-09-04 17:10 · Android网络编程

[问答] testCase无法继承的问题

测试类 用DAO 进行增删改查时,遇到testCase无法继承的问题,然后采用了https://blog.csdn.net

2021-11-16 16:34 · testCase无法继承的问题
[文章] Centos安装locate
把自己csdn的博客搬来混点积分如果能给csdn的博客也带来点访问量就更好了https://blog.csdn.net/weixin_43976137/article/details/105199553Centos
2020-07-16 00:40 · centos
[分享] 没有Android手机的小伙伴怎么集成喜马拉雅SDK?解决方案
下载地址: https://blog.csdn.net/GHY2016/article/details/83422620
2019-10-18 22:57 · android / x86 / ARM
[文章] 屏蔽CSDB等低质量搜索结果[Bing,谷歌搜索]
安装插件谷歌商店:ublacklist其他浏览器直接到各自商店搜索ublacklist订阅规则https://hentioe.dev/ublacklist.txt注:这个订阅放行了blog.csdn.net
2025-05-19 10:55 · CSDN
[文章] 安卓扫码功能的实现
转载自https://blog.csdn.net/suyimin2010/article/details/93382605第一次在网上写笔记文章,凑合着看哈!测试了下可以使用,跟着文章流程走就可以了。
2020-03-26 22:24 · 安卓扫码
[问答] recyclerView怎样实现二级列表
怎样用recyclerView来做二级列表,百度了好几天,csdn上看了也几天,虽然各个的效果都差不多,但是实现的代码都各个不一,有没有一个容易且看的懂的
2020-10-12 16:24 · Androidrecyclerview
[问答] 顶部标题栏和底部导航栏具体怎么做?找了很多教程,一个教程一个写法,快晕了!救救孩子吧
救救孩子吧


顶部标题栏没有找到一个系统性学习的地方,包括返回键、自定义按钮啥的


底部导航栏在CSDN上、Github上、简书、知乎等各种平台都找了

[问答] 一个大四渴望救赎的小白
csdn上看到 Android好多不行了初中级程序员饱和了的帖子。想报班学java全栈吧。又觉学费太贵了两万多。我今天学到不会的地方。自己还找不到讲解视频。有自我消化不了的时候。
2020-09-19 19:22 · 救赎
[文章] android-UI学习记录-CSDN个人主页
成果展示:代码实现:<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"android:background="#ddd"><RelativeLayoutandroid:id="@+id/topPanel"android:layout_width="match_parent"android:layout_height="50dp"android:orientation="horizontal"><ImageViewandroid:layout_width="50dp"android:layout_height="match_parent"android:src="@mipmap/addfriend"android:layout_marginTop="5dp"android:layout_marginLeft="5dp"/><Buttonandroid:layout_width="70dp"android:layout_height="30dp"android:layout_centerVertical="true"android:text="签到"android:textColor="#ffffff"android:textSize="20sp"android:layout_toLeftOf="@id/set"android:background="@drawable/shape"/><ImageViewandroid:id="@+id/set"android:layout_width="40dp"android:layout_height="match_parent"android:src="@mipmap/set"android:layout_toLeftOf="@id/message"android:layout_centerVertical="true"android:layout_marginRight="10dp"android:layout_marginTop="10dp"/><ImageViewandroid:id="@+id/message"android:layout_width="40dp"android:layout_height="match_parent"android:src="@mipmap/message"android:layout_toLeftOf="@id/bincode"android:layout_centerVertical="true"android:layout_marginRight="10dp"android:layout_marginTop="10dp"/><ImageViewandroid:id="@+id/bincode"android:layout_width="40dp"android:layout_height="match_parent"android:layout_alignParentRight="true"android:src="@mipmap/bincode"android:layout_centerVertical="true"android:layout_marginRight="10dp"android:layout_marginTop="10dp"/></RelativeLayout><RelativeLayoutandroid:layout_width="match_parent"android:layout_height="550dp"android:background="#eee"android:layout_below="@+id/topPanel"android:layout_marginTop="150dp"><LinearLayoutandroid:id="@+id/mould_ad"android:layout_width="match_parent"android:layout_height="50dp"android:layout_marginTop="50dp"android:orientation="horizontal"android:background="@drawable/shape_ad"android:layout_marginLeft="10dp"android:layout_marginRight="10dp"><TextViewandroid:layout_width="wrap_content"android:layout_height="20dp"android:text="千门课免费看+下载会员,低至0.8员/天"android:textSize="18sp"android:layout_gravity="center"/><TextViewandroid:layout_width="wrap_content"android:layout_height="20dp"android:layout_gravity="center"android:text="立即开通"android:layout_marginLeft="15dp"/></LinearLayout><LinearLayoutandroid:id="@+id/content"android:layout_width="match_parent"android:layout_height="150dp"android:layout_below="@+id/mould_ad"android:layout_marginTop="16dp"android:background="@drawable/shape_user"android:layout_marginLeft="10dp"android:layout_marginRight="10dp"android:orientation="vertical"><TextViewandroid:layout_width="match_parent"android:layout_height="50dp"android:text="内容"android:textColor="#000"android:textSize="22sp"android:gravity="center_vertical"android:layout_marginLeft="20dp"/><LinearLayoutandroid:layout_width="match_parent"android:layout_height="100dp"android:orientation="horizontal"android:layout_marginLeft="40dp"android:layout_marginRight="20dp"><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"android:src="@mipmap/blog"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="博客"android:textSize="20sp"android:textColor="#444"android:layout_marginTop="10dp"android:gravity="center"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"android:src="@mipmap/blink"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="Blink"android:textSize="20sp"android:textColor="#444"android:gravity="center"android:layout_marginTop="10dp"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="50dp"android:src="@mipmap/talk"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="帖子"android:textSize="20sp"android:textColor="#444"android:gravity="center"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"android:src="@mipmap/simi"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="私密文章"android:textSize="18sp"android:textColor="#444"android:gravity="center"android:layout_marginTop="10dp"/></LinearLayout></LinearLayout></LinearLayout><LinearLayoutandroid:id="@+id/study"android:layout_width="match_parent"android:layout_height="250dp"android:layout_below="@+id/content"android:layout_marginTop="16dp"android:background="@drawable/shape_user"android:layout_marginLeft="10dp"android:layout_marginRight="10dp"android:orientation="vertical"><TextViewandroid:layout_width="match_parent"android:layout_height="50dp"android:text="学习"android:textColor="#000"android:textSize="22sp"android:gravity="center_vertical"android:layout_marginLeft="20dp"/><LinearLayoutandroid:layout_width="match_parent"android:layout_height="100dp"android:orientation="horizontal"android:layout_marginLeft="40dp"android:layout_marginRight="20dp"><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="50dp"android:src="@mipmap/zuji"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="足迹"android:textSize="20sp"android:textColor="#444"android:gravity="center"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"android:src="@mipmap/dabeny"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="大本营"android:textSize="20sp"android:textColor="#444"android:gravity="center"android:layout_marginTop="10dp"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="50dp"android:src="@mipmap/collect"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="收藏夹"android:textSize="20sp"android:textColor="#444"android:gravity="center"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"android:src="@mipmap/video"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="视频课"android:textSize="20sp"android:textColor="#444"android:gravity="center"android:layout_marginTop="10dp"/></LinearLayout></LinearLayout><LinearLayoutandroid:layout_width="match_parent"android:layout_height="100dp"android:orientation="horizontal"android:layout_marginLeft="40dp"android:layout_marginRight="20dp"><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"android:src="@mipmap/books"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="书架"android:textSize="20sp"android:textColor="#444"android:layout_marginTop="10dp"android:gravity="center"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"android:src="@mipmap/loc"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="付费专栏"android:textSize="18sp"android:textColor="#444"android:gravity="center"android:layout_marginTop="10dp"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="50dp"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text=""android:textSize="20sp"android:textColor="#444"android:gravity="center"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text=""android:textSize="20sp"android:textColor="#444"android:gravity="center"android:layout_marginTop="10dp"/></LinearLayout></LinearLayout></LinearLayout><LinearLayoutandroid:layout_width="match_parent"android:layout_height="250dp"android:layout_below="@id/study"android:layout_marginTop="16dp"android:background="@drawable/shape_user"android:layout_marginLeft="10dp"android:layout_marginRight="10dp"android:orientation="vertical"><TextViewandroid:layout_width="match_parent"android:layout_height="50dp"android:text="学习"android:textColor="#000"android:textSize="22sp"android:gravity="center_vertical"android:layout_marginLeft="20dp"/><LinearLayoutandroid:layout_width="match_parent"android:layout_height="100dp"android:orientation="horizontal"android:layout_marginLeft="40dp"android:layout_marginRight="20dp"><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="50dp"android:src="@mipmap/zuji"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="足迹"android:textSize="20sp"android:textColor="#444"android:gravity="center"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"android:src="@mipmap/dabeny"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="大本营"android:textSize="20sp"android:textColor="#444"android:gravity="center"android:layout_marginTop="10dp"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="50dp"android:src="@mipmap/collect"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="收藏夹"android:textSize="20sp"android:textColor="#444"android:gravity="center"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"android:src="@mipmap/video"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="视频课"android:textSize="20sp"android:textColor="#444"android:gravity="center"android:layout_marginTop="10dp"/></LinearLayout></LinearLayout><LinearLayoutandroid:layout_width="match_parent"android:layout_height="100dp"android:orientation="horizontal"android:layout_marginLeft="40dp"android:layout_marginRight="20dp"><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"android:src="@mipmap/books"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="书架"android:textSize="20sp"android:textColor="#444"android:layout_marginTop="10dp"android:gravity="center"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"android:src="@mipmap/loc"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text="付费专栏"android:textSize="20sp"android:textColor="#444"android:gravity="center"android:layout_marginTop="10dp"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="50dp"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text=""android:textSize="20sp"android:textColor="#444"android:gravity="center"/></LinearLayout><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="1"android:orientation="vertical"><ImageViewandroid:layout_width="match_parent"android:layout_height="40dp"/><TextViewandroid:layout_width="match_parent"android:layout_height="30dp"android:text=""android:textSize="20sp"android:textColor="#444"android:gravity="center"android:layout_marginTop="10dp"/></LinearLayout></LinearLayout></LinearLayout></RelativeLayout><LinearLayoutandroid:id="@+id/user_info"android:layout_width="match_parent"android:layout_height="160dp"android:layout_below="@id/topPanel"android:layout_margin="15dp"android:background="@drawable/shape_user"android:orientation="horizontal"><LinearLayoutandroid:layout_width="0dp"android:layout_height="match_parent"android:layout_weight="6"android:orientation="vertical"><LinearLayoutandroid:layout_width="match_parent"android:layout_height="0dp"android:layout_weight="1"><ImageViewandroid:layout_width="60dp"android:layout_height="60dp"android:src="@drawable/shape_avter"android:layout_margin="10dp"/><LinearLayoutandroid:layout_width="match_parent"android:layout_height="match_parent"android:layout_marginTop="5dp"android:orientation="vertical"><TextViewandroid:layout_width="match_parent"android:layout_height="0dp"android:text="threelinesofcode"android:textSize="26sp"android:textColor="#000"android:layout_weight="1"/><TextViewandroid:layout_width="match_parent"android:layout_height="0dp"android:text="阅读59天/阅读总时长4时14分"android:layout_weight="1"/></LinearLayout></LinearLayout><LinearLayoutandroid:layout_width="match_parent"android:layout_height="0dp"android:layout_weight="1"><TextViewandroid:layout_width="0dp"android:layout_weight="1"android:text="4\n关注"android:textSize="20sp"android:gravity="center"android:layout_height="match_parent"/><TextViewandroid:layout_width="0dp"android:layout_weight="1"android:text="1\n粉丝"android:textSize="20sp"android:gravity="center"android:layout_height="match_parent"/><TextViewandroid:layout_width="0dp"android:layout_weight="1"android:text="0\n访问"android:textSize="20sp"android:gravity="center"android:layout_height="match_parent"/><TextViewandroid:layout_width="0dp"android:layout_weight="1"android:text="--\n排名"android:textSize="20sp"android:gravity="center"android:layout_height="match_parent"/></LinearLayout></LinearLayout><RelativeLayoutandroid:layout_width="0dp"android:layout_weight="1"android:layout_height="wrap_content"><TextViewandroid:layout_width="wrap_content"android:text="主页>"android:textSize="16sp"android:layout_alignParentBottom="true"android:layout_height="wrap_content"/></RelativeLayout></LinearLayout></RelativeLayout>
2020-01-17 12:07 · android学习
[文章] Centos 搜索命令 whereis 、which 、locate
把自己csdn的博客搬来混点积分如果能给csdn的博客也带来点访问量就更好了https://blog.csdn.net/weixin_43976137/article/details/1051987741
2020-07-16 00:43 · centos
[文章] Android Studio 4.0升级后 class不会加修饰符问题解决 java
="")implements${INTERFACES}#end{}模板不支持中文原文摘抄https://blog.csdn.net/qq_27070117/article/details
2020-10-20 08:42 · AndroidStudio4.0 / 修饰符 / template
[问答] 关于拉大锯老师《Android开发数据持久化存储》存储到SD卡上的问题
failed: EACCES (Permission denied)


得知6.0以上版本需要 重新获取动态权限

试了一下方法

https://blog.csdn.net

2021-10-16 01:20 · 获取动态权限
[问答] 康师傅 这个图片重定向问题
content/2022_05_05/971717238157475840.png">

问题答案引用链接:https://blog.csdn.net

2022-05-05 10:20 · Glide
[文章] Flutter 项目 搭建小坑 记录
1.今天在公司新起一个flutter项目重新装了一下as新起项目的时候嫌下载gradle满的很百度一下配置了一下代理https://blog.csdn.net/qq_53376718/article/details
2023-07-28 22:50 · flutter
[文章] CentOS 8配置静态IP(固定IP地址)
CentOS8配置静态IP(固定IP地址)CentOS8以下的系统可以参考一下这篇https://blog.csdn.net/qq_38138069/article/details/809825271.
2020-06-28 19:26 · linux / centos8 / 配置静态IP
[文章] SpringBoot+MybatisPlus项目配置MySQL+SqlServer两种数据库并动态修改SqlServer的IP
主要参考资料https://blog.csdn.net/qq_29752857/article/details/120214853    动态添加移除数据源https://blog.csdn.net/liadc
2022-03-16 21:02 · java / mysql / SqlServer
[文章] Android各个版本的新功能(4.2-11.0)
Android11正式发布|开发者们的舞台已就绪由于Android10和11的变化太多了,所以给大家收集了部分<++Google中国官方账号++>的相关博客,更多内容请关注《谷歌开发者》微信公众号或CSDN
2021-01-23 11:16 · Android / 安卓 / 版本 / 功能变化
[文章] Windows和Mac等上使用VNote做笔记
,3.1.1获取Token,仓库自建这个令牌获取参考PicGo+gitHub制作图床的CSDN吧(很多人应该都看过),简述一下吧,点击头像,接着点击settings,Developersettings生成的令牌自己记好
2020-08-12 00:42 · 图床 / 笔记
[文章] AOSP Android 10.0单编替换framework.jar刷入手机
如何关闭dex优化,看这个文章https://blog.csdn.net/Otaku_627/article/details/108441530关闭之后需要全编译,建议在第一次编译系统的时候就关闭,后面更新
2022-11-27 18:20 · AOSP / Android10 / framework / 改机系列
[文章] 富文本编辑器中,让布局保持在键盘上方,可以看看这个文章。
参考内容我就放到下面了:地址:https://blog.csdn.net/mjyy10181103/article/details/78261500在实际项目中,肯定会有输入数据的情况,这样就会用到键盘
[文章] Android Studio配置ollvm编译so
把得到的so放到ida中,未加混淆:配置ollvm后参考:https://blog.csdn.net/u013314647/article/details/117740784
2023-11-15 14:25 · Android / 混淆 / ollvm / jni
[文章] Ubuntu命令行(netplan)连接wifi
如果没有报错,并且能正常更新,说明网络连接成功简单的声明本文在csdn和sunofbeach同时发布。主要是与前面文章形成iwork10系列,方便阅读。
2023-01-22 09:07 · ubutnu / ubuntu / wifi / netplan
[文章] 账号密码加密(了解)
关于密码泄漏的历史事件2011年12月,当时最大的程序员社区网站CSDN泄漏用户账号密码,还是明文。
2020-01-29 23:03 · 加密 / 账号 / 密码 / 算法
[文章] SpringSecurity跟SpringBoot的整合-从数据库中读取用户信息校验
BeanpublicPasswordEncodergetPasswordEncoder(){returnnewMyPasswordEncoder();}登录这是用户表里的数据登录一下吧密码加密我们总不能把密码明文放在数据库里吧,你以为是CSDN
[文章] 树莓派装机体验笔记(均附有每个步骤的参考链接博客)
@TOC本人CSDN,欢迎关注,嘿嘿1.这是一个开发板,嗯,懂。2.两个系统我用的是servier服务版(小黑框)。3.配制静态IP。!!!!
2021-02-28 12:49 · 树莓派
[文章] 锁定安兔兔安装版本以及设备在5度的时候有温度过高的弹窗,60度关机,-5度弹窗,-10度关机
pkgLite.recommendedInstallLocation==InstallLocationUtils.RECOMMEND_FAILED_INSUFFICIENT_STORAGE){这个方法我也是参考CSDN
2023-10-08 16:17 · AndroidFramework
  • 1
  • 2