会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
81
82
83
84
85
86
87
88
89
···
129
下一页
2022年3月21日
安卓app_sl4_16实现仿Windows 7图片预览窗格效果
摘要: //实现仿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)
2022年3月17日
tomcat Eclipse调试时的server端口更改与正式使用发布的端口更改
摘要: 如何把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)
windows server应用程序正在为首次使用计算机做准备
摘要: 应用程序正在为首次使用计算机做准备--一直显示 安装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字符串怎么转换成整数
摘要: 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)
2022年3月14日
安卓app_sl4_15带图标的列表对话框
摘要: 安卓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询问是否退出的对话框-关闭程序-退出程序
摘要: 安卓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)
2022年3月11日
安卓app_sl4_13使用AlertDialog创建对话框
摘要: 安卓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)
2022年3月10日
安卓app_sl4_12使用Notification在状态栏上显示通知
摘要: 安卓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显示消息提示框
摘要: 安卓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)
2022年3月9日
安卓app_sl4_10幻灯片式图片浏览器淡入淡出的效果-动画效果
摘要: 安卓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
下一页