上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 99 下一页
摘要: c# HexStringtoByte十六进制字符串转字节与modusCRC校验 public static byte[] hexStrTobyte(string hexString) { hexString = hexString.Replace(" ", ""); if ((hexString.L 阅读全文
posted @ 2022-02-24 08:15 txwtech 阅读(1214) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/txwtech/p/15913845.html 图标在左文字在右 <?xml version="1.0" encoding="utf-8"?> <!-- items.xml --> <LinearLayout xmlns:android="http:/ 阅读全文
posted @ 2022-02-23 21:51 txwtech 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 安卓app_sl3_28同意显示开始按钮示范 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andro 阅读全文
posted @ 2022-02-23 21:05 txwtech 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 安卓app_sl3_27通过ImageView显示带边边框的图片 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/to 阅读全文
posted @ 2022-02-23 20:46 txwtech 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 安卓app_sl3_26练习_猜猜鸡蛋在哪只鞋子里面 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andr 阅读全文
posted @ 2022-02-20 16:38 txwtech 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 安卓app_sl3_25同意游戏条款功能示范 package com.example.sl3_25; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.vie 阅读全文
posted @ 2022-02-20 11:56 txwtech 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 参考: https://doc.xuehai.net/bcc052224fb42561c87900fd9.html 找到安装目录Rockwell Software--FactoryTalk Tools--FactoryTalk Directory Configuration Wizard 打开这个配 阅读全文
posted @ 2022-02-20 10:37 txwtech 阅读(1251) 评论(0) 推荐(0) 编辑
摘要: 安卓app_sl3_24实现带图标的ListView列表视图 //实现带图标的ListView列表视图 //MainActivity.java package com.example.sl3_24; import java.util.ArrayList; import java.util.HashM 阅读全文
posted @ 2022-02-19 22:12 txwtech 阅读(68) 评论(0) 推荐(0) 编辑
摘要: android从入门到精通pdf 明日科技 链接: https://pan.baidu.com/s/1dGSkbCl 密码: wpaa (失效) 链接:https://pan.baidu.com/s/1AL9EY2UXJoqKy8D1f5uI5A 密码:np8i 阅读全文
posted @ 2022-02-19 21:37 txwtech 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 安卓app_sl3_22计时器_显示当前时间_系统时间 package com.example.sl3_22; import java.text.SimpleDateFormat; import java.util.Date; import android.app.Activity; import 阅读全文
posted @ 2022-02-19 20:56 txwtech 阅读(62) 评论(0) 推荐(0) 编辑
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 99 下一页