首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏python学习教程

    手把手教你用Python开发“剪刀石头布”小游戏【附源码】

    = QTextBrowser() self.actionText.setText('第0轮') self.actionText.setFixedSize(70, 50) self.imagelayout.addWidget(self.actionText, 0, 1, Qt.AlignCenter) self.blueText = QTextBrowser self.gametimes=0 self.redscores=0 self.bluescores=0 self.tietimes=0 self.actionText.setText = QTextBrowser() self.actionText.setText('第0轮') self.actionText.setFixedSize(70, 50) self.imagelayout.addWidget(self.actionText, 0, 1, Qt.AlignCenter) self.blueText = QTextBrowser

    1.8K30发布于 2020-07-28
  • 来自专栏Android干货

    Android项目实战(十六):QQ空间实现(一)—— 展示说说中的评论内容并有相应点击事件

    =0) { StringBuilder actionText = new StringBuilder(); //谁回复 actionText.append =null&&toName.get(position).length()>0) { actionText.append("回复"); actionText.append content.get(position) + " " + " "); holder.txt_comment.setText(Html.fromHtml(actionText.toString =0) { StringBuilder actionText = new StringBuilder(); //谁回复 actionText.append =null&&toName.get(position).length()>0) { actionText.append("回复"); actionText.append

    2.9K60发布于 2018-05-18
  • 来自专栏Android干货

    Android项目实战(十六):QQ空间实现(一)—— 展示说说中的评论内容并有相应点击事件

    =0) { StringBuilder actionText = new StringBuilder(); //谁回复 actionText.append =null&&toName.get(position).length()>0) { actionText.append("回复"); actionText.append content.get(position) + " " + " "); holder.txt_comment.setText(Html.fromHtml(actionText.toString =0) { StringBuilder actionText = new StringBuilder(); //谁回复 actionText.append =null&&toName.get(position).length()>0) { actionText.append("回复"); actionText.append

    2.2K70发布于 2018-06-25
  • 来自专栏Android开发指南

    Android知识点

    textColor); tv_.setText(spannableString); 也可以这样写: private void setCurrentTip() { StringBuilder actionText = new StringBuilder(); actionText.append("若平台今日快速还款额度用完 ,还款将于次日到账\n"); actionText.append("查看" ); actionText.append("规则"); tvBankArrivaldesc.setText (Html.fromHtml(actionText.toString())); tvBankArrivaldesc.setMovementMethod(LinkMovementMethod

    91610发布于 2020-03-27
  • 来自专栏PHP 开发

    Laravel 5.5 为 Mailables 类型新增 theme 属性

    @component('mail::button', ['url' => $actionUrl, 'color' => $color]) {{ $actionText }} @endcomponent

    2K50发布于 2018-03-02
  • 来自专栏Java爬坑系列

    在centos7 上部署 vuepress

    │ └── README.md └── package.json 五、初始化 在docs目录下创建README.md --- home: true heroImage: /hero.png actionText

    1.8K30发布于 2018-09-28
  • 【案例实战】鸿蒙HarmonyOS开发深度解析

    && this.onActionClick) { Button(this.actionText) .width('100%') .margin this.isExpanded }) } onActionChanged() { console.info('Action text changed:', this.actionText ', imageUrl: 'https://example.com/harmony-logo.png', actionText: '了解更多' }, { ', imageUrl: '', actionText: '查看详情' } ] build() { Scroll() { Column( : card.actionText, onActionClick: () => { this.handleCardAction(index)

    53711编辑于 2025-11-03
  • 来自专栏Windows技术交流

    Win7、2008R2 Bypass ESU最后一个补丁截止2025年6月,6月后的补丁要么安装不上,要么蓝屏报UNSUPPORTED_PROCESSOR

    ) (E4:58) [11:12:24:033]: Doing action: INSTALL MSI (s) (E4:58) [11:12:24:033]: Note: 1: 2205 2: 3: ActionText (E4:58) [11:12:24:049]: Doing action: AppSearch MSI (s) (E4:58) [11:12:24:049]: Note: 1: 2205 2: 3: ActionText :049]: Doing action: CA_ASPPlusVersionCmd_amd64 MSI (s) (E4:58) [11:12:24:049]: Note: 1: 2205 2: 3: ActionText [11:12:24:065]: Doing action: ValidateProductID MSI (s) (E4:58) [11:12:24:065]: Note: 1: 2205 2: 3: ActionText :12:24:065]: Doing action: CA_ESUValidate_amd64 MSI (s) (E4:58) [11:12:24:065]: Note: 1: 2205 2: 3: ActionText

    81810编辑于 2025-10-29
  • 来自专栏python爬虫日记

    cxfreeze打包python程序的方法说明(生成安装包,实现桌面快捷方式、删除快捷方式)

    dialog.title("Welcome to the [ProductName] installer")         text = dialog.text("ActionText", 15, 110 text.mapping("ActionText", "Text")         text = dialog.text("ActionData", 15, 135, 320, 30, 0x30003 dialog.text("StatusLabel", 35, 100 ,35, 20, 3, "Status:")         text = dialog.text("ActionText", 70 text.mapping("ActionText", "Text")         control = dialog.control("ProgressBar", "ProgressBar", 35,

    9.1K40发布于 2018-09-27
  • 来自专栏万丈高楼平地起

    vuePress

    /README.md 进入到 docs 里面创建一个README.md文件,这个文件就是我们的首页,我们在里面编辑一些内容 --- home: true heroImage: /logo.jpg actionText

    76910编辑于 2022-03-09
  • 来自专栏前端vue

    VuePress搭建永久文档/博客网站VuePress 使用

    首页图片 修改首页显示文件 docs/README.md 官方配置手册 --- home: true heroImage: /hero.png actionText: 快速上手 → actionLink

    2.7K30发布于 2018-12-04
  • 来自专栏pangguoming

    VuePress

    (如果以及有了就不要再新建) 根目录下的README.md文件可以当作首页,在文件中加入下面文字: --- home: true actionText: 快速上手 → actionLink: /guide

    1.5K10发布于 2019-05-25
  • 来自专栏与前端沾边

    使用 vitepress + github Pages搭建自己的博客网站

    tagline: Hero subtitle actionText: Get Started actionLink: /ts/basics features: - title: Simplicity

    4K50编辑于 2021-12-06
  • 来自专栏玩转大前端

    VuePress 入门

    docs文件夹目录下创建一个README.md --- home: true // 为true则开启主页 # heroImage: hi // logo,本人引入根目录图片却如法正常显示,望告知方法 actionText

    79930编辑于 2022-08-15
  • 来自专栏SH的全栈笔记

    【硬核教程】只需1秒—你也可以有自己的API文档

    --- home: true heroImage: /logo.jpg heroText: 你的标题 tagline: 你的副标题 lang: en-US actionText: 开始开发 → actionLink

    1.1K10发布于 2020-01-02
  • 来自专栏微信终端开发团队的专栏

    Klee:用 C++ 实现数据驱动开发

    Item>> items) {   return Page("音乐馆",     List(items).cell([](const Item& item)->CellRef{       auto actionText pt, 0x666666_rgb);               })             )           ),           Space(12),           Button(actionText

    2.8K30发布于 2021-06-30
  • 来自专栏奇异维度

    利用Vuepress搭建一个精美好看的静态博客

    ', description: '欢迎来到我的博客' } 4、在docs目录里面创建一个README.md的文件,输入内容 --- home: true heroImage: /hero.png actionText

    95720发布于 2021-03-02
  • 来自专栏前端历劫之路

    文档如何自动化部署到线上环境「每个前端都可以拥有自己的博客」

    以Strve.js文档首页为例: --- home: true heroImage: /logo.png heroText: Strve.js tagline: 一个可以将字符串转换为视图的JS库 actionText

    65930编辑于 2021-12-21
  • 来自专栏前端达人

    VuePress搭建技术网站与个人博客

    README.md添加home: true,格式如下: --- home: true heroImage: /spider.png heroText: 我的主页 tagline: My homepage actionText

    2.1K10发布于 2020-05-14
  • 来自专栏itclanCoder

    手把手教你用vuepress搭建自己的网站(2)

    如下所示 --- home: true heroImage: /images/itclancoder.jpeg heroText: itclanCoder tagline: 书以启智,技于谋生,活出斜杠 actionText

    3.1K20发布于 2020-10-28
领券