摘要:
c# HexStringtoByte十六进制字符串转字节与modusCRC校验 public static byte[] hexStrTobyte(string hexString) { hexString = hexString.Replace(" ", ""); if ((hexString.L 阅读全文
摘要:
https://www.cnblogs.com/txwtech/p/15913845.html 图标在左文字在右 <?xml version="1.0" encoding="utf-8"?> <!-- items.xml --> <LinearLayout xmlns:android="http:/ 阅读全文
摘要:
安卓app_sl3_28同意显示开始按钮示范 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andro 阅读全文
摘要:
安卓app_sl3_27通过ImageView显示带边边框的图片 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/to 阅读全文
摘要:
安卓app_sl3_26练习_猜猜鸡蛋在哪只鞋子里面 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" andr 阅读全文
摘要:
安卓app_sl3_25同意游戏条款功能示范 package com.example.sl3_25; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.vie 阅读全文
摘要:
参考: https://doc.xuehai.net/bcc052224fb42561c87900fd9.html 找到安装目录Rockwell Software--FactoryTalk Tools--FactoryTalk Directory Configuration Wizard 打开这个配 阅读全文
摘要:
安卓app_sl3_24实现带图标的ListView列表视图 //实现带图标的ListView列表视图 //MainActivity.java package com.example.sl3_24; import java.util.ArrayList; import java.util.HashM 阅读全文
摘要:
android从入门到精通pdf 明日科技 链接: https://pan.baidu.com/s/1dGSkbCl 密码: wpaa (失效) 链接:https://pan.baidu.com/s/1AL9EY2UXJoqKy8D1f5uI5A 密码:np8i 阅读全文
摘要:
安卓app_sl3_22计时器_显示当前时间_系统时间 package com.example.sl3_22; import java.text.SimpleDateFormat; import java.util.Date; import android.app.Activity; import 阅读全文