码迷,mamicode.com
首页 >  
搜索关键字:ttext    ( 494个结果
JAVA日报
从零开始的体温app开发(基本操作) editText0 = (EditText) findViewById(R.id.edt_name); editText0.setText();//编辑 编辑框内容 Intent intent = new Intent(); intent.setClass(ge ...
分类:编程语言   时间:2021-06-20 18:06:10    阅读次数:0
Springboot整合Redis以及Lua脚本的使用
一、添加maven依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 二、applicati ...
分类:编程语言   时间:2021-06-11 18:20:30    阅读次数:0
这个可怕的、诡异的异常终于被解决了,开心
if (this->qObjVector.size()==0) { ESMessageBox msgBox; msgBox.AutoSetSize(320, 180); msgBox.setText(tr(u8"图元未连接,请用箭头连接图元后保存!")); msgBox.exec(); return ...
分类:其他好文   时间:2021-06-02 18:09:19    阅读次数:0
基于android自定义view写一个飞机大战
图: 懒得写解释了直接上代码: 代码: package chenlong.chenlong.viewstudy.myview; import android.content.Context; import android.graphics.Canvas; import android.graphic ...
分类:移动开发   时间:2021-05-24 14:36:13    阅读次数:0
05-文本视图TextView
textview基本属性: text setText 设置文本的内容 textColor setTextColor 设置文本的颜色 textSize setTextSize 设置文本大小 textAppearance setTextAppearance 设置文本的分格,风格定义在res/styles ...
分类:其他好文   时间:2021-05-20 17:48:35    阅读次数:0
接口授权常见处理方案之token
服务提供方和调用方同时用某个算法计算出一个token,比较时间来确定token是否有效。 1 import org.springframework.util.Assert; 2 3 import javax.crypto.Mac; 4 import javax.crypto.SecretKey; 5 ...
分类:其他好文   时间:2021-05-03 11:58:45    阅读次数:0
Jmeter中模拟多用户执行多场景操作
1、其实一个用户组就是一个场景(Thread Group)。可以在一个测试计划中进行多个场景的执行,在测试计划下加一个全局的User Defined Variables(用户自定义变量),在这个里面可以设置执行总数total 2、在User Defined Variables中设置total,${_ ...
分类:其他好文   时间:2021-04-29 12:20:36    阅读次数:0
VUE——使用easy-typer-js实现打字机效果
前言 github:https://github.com/pengqiangsheng/easy-typer-js 内容 安装 npm install easy-typer-js --save 封装 print.js import EasyTyper from 'easy-typer-js' exp ...
分类:Web程序   时间:2021-04-09 13:02:48    阅读次数:0
PVE6.3去订阅
6.3较之前有些不同 sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxl ...
分类:其他好文   时间:2021-04-06 14:03:16    阅读次数:0
Qt QListView 简单应用
简言:listview 无论在mfc中还是在Qt中应用是极其广泛的,本节简单进行Qlistview在Qt中操作。 目标:QlistView中插入一段数据,根据点击的相应顺序,弹出列表中的项目。 .h 1 #ifndef MAINWINDOW_H 2 #define MAINWINDOW_H 3 4 ...
分类:其他好文   时间:2021-03-30 13:44:32    阅读次数:0
494条   1 2 3 4 ... 50 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!