上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 125 下一页
摘要: JAVA字符串怎么转换成整数 首先你要确定你的字符串可以转换为int类型的,比如说: String s = "12345"; 如果String s = "abc";则转换时会报错! 需要的包是<a href="https://www.baidu.com/s?wd=java.lang&tn=44039 阅读全文
posted @ 2022-03-17 11:27 txwtech 阅读(710) 评论(0) 推荐(0)
摘要: 安卓app_sl4_15带图标的列表对话框 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android: 阅读全文
posted @ 2022-03-14 12:53 txwtech 阅读(106) 评论(0) 推荐(0)
摘要: 安卓app_sl_4_14询问是否退出的对话框-关闭程序-退出程序 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/too 阅读全文
posted @ 2022-03-14 12:45 txwtech 阅读(76) 评论(0) 推荐(0)
摘要: 安卓app_sl4_13使用AlertDialog创建对话框 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" 阅读全文
posted @ 2022-03-11 14:42 txwtech 阅读(83) 评论(0) 推荐(0)
摘要: 安卓app_sl4_12使用Notification在状态栏上显示通知 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/t 阅读全文
posted @ 2022-03-10 08:06 txwtech 阅读(75) 评论(0) 推荐(0)
摘要: 安卓app_sl4_11使用Toast显示消息提示框 通过构造方法创建消息提示框 package com.example.sl4_11; /* * 使用Toast显示消息提示框 */ import android.app.Activity; import android.os.Bundle; imp 阅读全文
posted @ 2022-03-10 08:01 txwtech 阅读(80) 评论(0) 推荐(0)
摘要: 安卓app_sl4_10幻灯片式图片浏览器淡入淡出的效果-动画效果 <?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="Gallery"> <attr name="android:galleryIte 阅读全文
posted @ 2022-03-09 08:11 txwtech 阅读(83) 评论(0) 推荐(0)
摘要: 安卓app_sl4_9显示在标题上的进度条 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android: 阅读全文
posted @ 2022-03-09 08:06 txwtech 阅读(36) 评论(0) 推荐(0)
摘要: c#点击获取listview单元格的数据或值 private void listView_zhimo_info_Click(object sender, EventArgs e) { Point tmpPoint = listView_zhimo_info.PointToClient(Cursor. 阅读全文
posted @ 2022-03-08 13:13 txwtech 阅读(1155) 评论(0) 推荐(0)
摘要: 安卓app_sl4_8在Eclipse中创建Android项目,名称为4.8,实现在屏幕中添加画廊视图,用于浏览图片 package com.example.sl4_8; import android.app.Activity; import android.content.res.TypedArr 阅读全文
posted @ 2022-03-07 12:51 txwtech 阅读(87) 评论(0) 推荐(0)
上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 125 下一页