上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 129 下一页
摘要: //实现仿Windows 7图片预览窗格效果//GridView网格视图 package com.example.sl4_16; //实现仿Windows 7图片预览窗格效果 //GridView网格视图 import android.app.Activity; import android.os. 阅读全文
posted @ 2022-03-21 12:32 txwtech 阅读(39) 评论(0) 推荐(0)
摘要: 如何把eclipse编写好的java web JSP页面布局发布到tomcat服务器 https://txwtech.blog.csdn.net/article/details/80013263 正式使用时:若要输入localhost:8080,就可以打开默认的网页时,先把tomcat里面root文 阅读全文
posted @ 2022-03-17 11:37 txwtech 阅读(167) 评论(0) 推荐(0)
摘要: 应用程序正在为首次使用计算机做准备--一直显示 安装java SDK时提示。 Fixing “Windows Installer Coordinator” loop-- Sometimes when you install software, you got stuck at window whic 阅读全文
posted @ 2022-03-17 11:29 txwtech 阅读(1254) 评论(0) 推荐(0)
摘要: 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 阅读(715) 评论(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 阅读(114) 评论(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 阅读(82) 评论(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 阅读(93) 评论(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 阅读(81) 评论(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 阅读(88) 评论(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 阅读(85) 评论(0) 推荐(0)
上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 129 下一页