weixin_26728245
码龄10年
关注
提问 私信
  • 博客:53,845
    53,845
    总访问量
  • 暂无
    原创
  • 681,273
    排名
  • 3
    粉丝
  • 0
    铁粉
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:广东省
  • 加入CSDN时间: 2015-03-20
博客简介:

weixin_26728245的博客

查看详细资料
个人成就
  • 获得11次点赞
  • 内容获得0次评论
  • 获得76次收藏
创作历程
  • 78篇
    2020年
创作活动更多

HarmonyOS开发者社区有奖征文来啦!

用文字记录下您与HarmonyOS的故事。参与活动,还有机会赢奖,快来加入我们吧!

0人参与 去创作
  • 最近
  • 文章
  • 代码仓
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

自定义exoplayer叠加层,就像youtube播放器一样

Creating custom UI elements for ExoPlayer为ExoPlayer创建自定义UI元素If you haven’t checked out my first part on ExoPlayer like What is ExoPlayer, Why do we need it and ExoPlayer basic integration please chec...
翻译
发布博客 2020.10.14 ·
1448 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

带有androids springanimation x和y的弹性动画

SpringAnimation is “physics-based motion driven by force”. An important part of this animation is a SpringForce that guides the interactivity and motion. It has two properties:SpringAnimation是“受力驱动的基于...
翻译
发布博客 2020.10.14 ·
459 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

gradle github_我如何为我的gradle或android项目设置github动作

gradle githubHello Human!您好人类!This tutorial is for you if 本教程适合您✅ you have an Android or Kotlin or Java project built with Gradle✅您有使用Gradle构建的Android或Kotlin或Java项目✅ you write unit tests✅您编写单元测试❌ yo...
翻译
发布博客 2020.10.14 ·
586 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

android中的热量

Android Q introduced new thermal APIs to allow better handling of thermal issues. This article goes over why these APIs were needed, the information and controls they provide, and how you can test you...
翻译
发布博客 2020.10.14 ·
535 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

如何在recyclerview适配器中使用视图绑定

View binding is a feature that allows you to more easily write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present i...
翻译
发布博客 2020.10.14 ·
591 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

侧扫声呐的应用_适用于多模块android应用的声纳

侧扫声呐的应用Writing test cases is an essential part of the development cycle. It helps to detect potential bugs early in the lifecycle. Critical code reviews are necessary to ensure proper code practices a...
翻译
发布博客 2020.10.14 ·
418 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

android开发工具_android开发的三个方便工具

android开发工具I kicked off my journey as an Android developer about a year ago, and I have been introduced to several programs that has helped me along the way. These are three of my favourites!大约一年前,我开始...
翻译
发布博客 2020.10.14 ·
322 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

锈湖根源成就_锈的策略设计模式

锈湖根源成就One of the means to achieve decoupling software modules is following Dependency Inversion Principle (DIP). In this post I want to show how to implement the Strategy Design Pattern in order to ac...
翻译
发布博客 2020.10.11 ·
662 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

devops 项目经理_devops项目

devops 项目经理问题陈述:(Problem Statement:)Deploy Webserver using the best Principles, Tools, Techniques of DevOps Culture. 使用DevOps Culture的最佳原则,工具和技术部署Web服务器。 解决方案的简要说明:(Brief Explanation of Solution:)...
翻译
发布博客 2020.10.11 ·
404 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

指针算法_使用两个指针技术优化算法解决方案

指针算法When dealing with strings and arrays in the context of algorithm challenges, our first instinct usually revolves around built-in methods.当在算法挑战的背景下处理字符串和数组时,我们的第一个本能通常是围绕内置方法。Let’s take a look at...
翻译
发布博客 2020.10.11 ·
234 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

医学生转行_值得学习编码为医学生的4个理由

医学生转行内容(Content)Boost your research促进您的研究Become ‘computer literate’成为“计算机素养”Understand trends and developments 了解趋势和发展Expand your options扩展您的选择Whether you‘re a doctor, a medical student or just thin...
翻译
发布博客 2020.10.11 ·
344 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

tds测量电路图_用于tds咖啡测量的过滤注射器似乎是不必要的

tds测量电路图As I poked around the World Wide Web, I came across a small study looking at filtering an espresso sample before taking a TDS (Total Dissolved Solids) measurement. TDS is widely used to measur...
翻译
发布博客 2020.10.11 ·
907 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

python测试grpc_如何在python中用蝗虫io负载测试grpc应用程序

python测试grpcThis article gives a brief introduction to how you can load test gRPC based applications written in any programming languages like Java or Python using an open-source tool called Locust.io...
翻译
发布博客 2020.10.11 ·
230 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

aws预留实例_aws没有告诉您有关储蓄计划和预留实例的信息

aws预留实例AWS has a new Savings Plan that is pitched for Savings Costs for folks who don’t want to make an upfront cost commitment on their infrastructure. Here is our suggestion on what approach you sho...
翻译
发布博客 2020.10.11 ·
1459 阅读 ·
0 点赞 ·
0 评论 ·
4 收藏

python scikit_使用scikit学习识别python中的手写数字

python scikitIn this article, I will let you know about how can we use scikit-learn to do machine learning classification on Digits dataset of handwritten digits. You can use any of the dataset for ha...
翻译
发布博客 2020.10.11 ·
352 阅读 ·
0 点赞 ·
0 评论 ·
5 收藏

引入equa11y一个用于Web可访问性的命令行测试工具

You just pulled up to your favorite coffee shop. There’s just a small flight of about six or seven steps between you and a savory breakfast sandwich and a cup of your favorite drink. For most people, ...
翻译
发布博客 2020.10.11 ·
153 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

设计第1天的hashmap python

This is my first day at 365 days of coding challenge. I will try solving the most frequently asked questions in interviews from leetcode. The motive behind writing medium post is two-fold,这是我参加365天编码挑...
翻译
发布博客 2020.10.11 ·
121 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

编码 面试_编码挑战面试

编码 面试The coding challenge is a very common step in developer interviews. This step usually comes before or after the technical interview and can be done in two forms.编码挑战是开发人员访谈中非常常见的步骤。 此步骤通常在技术面试之前或...
翻译
发布博客 2020.10.11 ·
245 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

php异步mysql_用php和mysql在角度逐步指南中进行异步验证

php异步mysqlValidation performs a very important role in application development. Validation helps the user to access/use the application in a better way. Most of the UI frameworks offer built-in valida...
翻译
发布博客 2020.10.11 ·
167 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

利用麋鹿堆栈zartis来利用微服务的功能

In this article, we will explore the capacity of the ELK stack to get the most from a microservices approach to software development. Microservices bring plenty of opportunity for a more efficient app...
翻译
发布博客 2020.10.11 ·
142 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏
加载更多