内容选择
全部
内容选择
内容分类
  • 学堂
  • 博客
  • 论坛
  • 开发服务
  • 开发工具
  • 直播
  • 视频
  • 用户
时间
  • 一周
  • 一个月
  • 三个月
  • qt desinger自定义控件插件

    qt自带的例子中的customwidgetplugin展示了如何编写一个用户自定义的qt designer的扩展插件;---好主意参考:1599011200467023734.png

    作者: Amrf
    发表时间: 2020-09-02 09:12:57
    2382
    0
  • 技术分享 | app自动化测试(Android)-- 特殊控件 Toast 识别

    capabilities caps = {} caps["platformName"] = "Android" caps["appPackage"] = "io.appium.android.apis" caps["appActivity"] = ".ApiDemos" #必须使用uiautomator2框架

    作者: Tester_muller
    发表时间: 2022-06-24 14:12:58
    800
    0
  • Android View 综述

    <Button android:id="@+id/my_button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@st

    作者: AnRFDev
    发表时间: 2021-09-01 02:15:47
    2994
    0
  • Android高级UI开发(二十九)自定义动画框架-让scrollview里的所有控件随着滑动的距离执行各自的动画

    iew里包含的控件自定义属性,就可以实现滑动Scrollview时,里面的控件根据滑动的距离执行各自的动画进度。scrollivew里包含的这些控件可以是任意常用的控件,如 imageView,Button,TextView等。我们将给这些普通的系统控件配置自定义属性!看到这里

    作者: yd_57386892
    发表时间: 2020-12-28 14:55:14
    2067
    0
  • Android

    Android Preparations Scenario 1: Screen Sharing Scenario 2: Playing Audio Effect Files Scenario 3: Playing Music Files

  • jQuery Mobile 滑动控件

    如需创建滑动条,请使用 <input type="range">: 实例 <form method="post" action="demoform.php">  <label for="points">进度:</la

    作者: 上传头像
    发表时间: 2021-04-19 03:06:17
    2848
    0
  • 技术分享 | app自动化测试(Android)-- 特殊控件 Toast 识别

    capabilities caps = {} caps["platformName"] = "Android" caps["appPackage"] = "io.appium.android.apis" caps["appActivity"] = ".ApiDemos" #必须使用uiautomator2框架

    作者: CeshirenTester
    发表时间: 2022-06-24 04:56:25
    281
    0
  • Android 自定义View - 柱状波形图 wave view

    import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.util

    作者: AnRFDev
    发表时间: 2022-08-15 10:26:58
    783
    0
  • 自定义头像 Android

    自定义头像 AndroidAndroid应用中,提供用户自定义头像的功能可以增加用户的个性化体验。本篇文章将介绍一种在Android应用中实现自定义头像的方法。 步骤 以下是实现自定义头像的步骤: 第一步:准备资源 首先,您需要准备与头像相关的资源,例如头像的图片、背景、边

    作者: 皮牙子抓饭
    发表时间: 2024-06-20 23:12:22
    24
    0
  • Android自定义ListView和GridView解决滑动冲突和显示不全

    1.ListView public class MyListView extends ListView { public MyListView(Context context, AttributeSet attrs, int defStyleAttr)

    作者: yechaoa
    发表时间: 2022-05-30 15:07:25
    339
    0
  • Android高级UI开发(一)RecyclerView控件的基本使用

      学了Android开发这么久,Google新出的许多控件在实际项目中几乎没有用过,深感惭愧。今天就来介绍一下控件RecyclerView,简单的说就是列表控件ListView的升级版,还是一个列表控件,只是性能和扩展性远远超过了ListView列表控件。这么好的升级版控件竟然没

    作者: yd_57386892
    发表时间: 2020-12-28 14:34:54
    1539
    0
  • Android修行手册 - 自定义Switch

    <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="#BB00FF00"

    作者: 芝麻粒儿
    发表时间: 2022-03-29 15:08:00
    506
    0
  • 技术分享 | app自动化测试(Android)--App 控件定位

    Python 版本 driver.find_element(By.ID, "android:id/text1").click() Java 版本 driver.findElement(By.id("android:id/text1")).click(); 注意 resource-id

    作者: Tester_muller
    发表时间: 2022-06-08 10:50:36
    511
    0
  • 自定义FlowLayout,android flowLayout实现

    java.util.List; import android.content.Context;import android.util.AttributeSet;import android.view.View;import android.view.ViewGroup; public

    作者: 再见孙悟空_
    发表时间: 2022-01-13 15:29:02
    507
    0
  • 自定义ViewGroup—实现自定义ViewPager

    widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas

    作者: yd_221104950
    发表时间: 2020-12-02 16:35:13
    2162
    0
  • C# winform 一个窗体需要调用自定义用户控件控件名称

    ucQRCode uQRCode=new ucQRCode(); ucQRCode.PictureBoxFSHLQrCode.属性= 要复制或传给用户控件上的控件的值; 以上就是MySQL 版本号排序的介绍,做此记录,如有帮助,欢迎点赞关注收藏!

    作者: GoodTimeGGB
    发表时间: 2023-10-27 16:17:38
    12
    0
  • 安卓ScrollView向上滑动控件顶部悬浮效果实现

    重写ScrollView中的onScrollChanged方法,通过接口回调计算滑动距离,控制控件的显示隐藏达到这种效果,在布局中,注意魁拔那张图片(第二张),其实在布局中存在两个完全一样的这张图片,这时候ScrollView滑动便会通过接口,计算出滑动距离,当滑动距离大于这张图高度时候,便会出现,反之隐藏!

    作者: 第三女神程忆难
    发表时间: 2021-05-26 08:44:43
    1589
    0
  • 技术分享 | app自动化测试(Android)--App 控件交互

    '//*[@resource-id="com.xueqiu.android' ).get_attribute('text') Java 版本 driver.findElementByXPath\ "//*[@resource-id=\"com.xueqiu.android\"]").\

    作者: 霍格沃兹测试开发学社
    发表时间: 2022-06-14 02:42:36
    290
    0
  • 技术分享 | app自动化测试(Android)--App 控件定位

    Python 版本 driver.find_element(By.ID, "android:id/text1").click() Java 版本 driver.findElement(By.id("android:id/text1")).click(); 注意 resource-id

    作者: 霍格沃兹测试开发学社
    发表时间: 2022-06-08 01:21:37
    293
    0
  • 技术分享 | app自动化测试(Android)--App 控件定位

    Python 版本 driver.find_element(By.ID, "android:id/text1").click() Java 版本 driver.findElement(By.id("android:id/text1")).click(); 注意 resource-id

    作者: ceshiren
    发表时间: 2022-06-08 10:03:42
    346
    0