03 2022 档案
摘要:PCC:Power Control Center 动力控制中心 PCC原意为动力中心,通常指一般馈电回路.MCC(Motor Control Center)控制柜,即电动机控制中心 由一个或多个低压开关设备和与之相关的控制、测量、信号、保护。。。
阅读全文
摘要:FO1140,45^BY3^BQN,2,6^FDMM,A1PLMBT3904LT1G$1TLA2147000A092$9D2148$Q30000000$SLA9121468FF40QA$A3360300880^FS^PQLEN000,0,1,Y string pattern2 = @"SLA(?<a
阅读全文
摘要://实现仿Windows 7图片预览窗格效果//GridView网格视图 package com.example.sl4_16; //实现仿Windows 7图片预览窗格效果 //GridView网格视图 import android.app.Activity; import android.os.
阅读全文
摘要:如何把eclipse编写好的java web JSP页面布局发布到tomcat服务器 https://txwtech.blog.csdn.net/article/details/80013263 正式使用时:若要输入localhost:8080,就可以打开默认的网页时,先把tomcat里面root文
阅读全文
摘要:应用程序正在为首次使用计算机做准备--一直显示 安装java SDK时提示。 Fixing “Windows Installer Coordinator” loop-- Sometimes when you install software, you got stuck at window whic
阅读全文
摘要:JAVA字符串怎么转换成整数 首先你要确定你的字符串可以转换为int类型的,比如说: String s = "12345"; 如果String s = "abc";则转换时会报错! 需要的包是<a href="https://www.baidu.com/s?wd=java.lang&tn=44039
阅读全文
摘要:安卓app_sl4_15带图标的列表对话框 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:
阅读全文
摘要:安卓app_sl_4_14询问是否退出的对话框-关闭程序-退出程序 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/too
阅读全文
摘要:安卓app_sl4_13使用AlertDialog创建对话框 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
阅读全文
摘要:安卓app_sl4_12使用Notification在状态栏上显示通知 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/t
阅读全文
摘要:安卓app_sl4_11使用Toast显示消息提示框 通过构造方法创建消息提示框 package com.example.sl4_11; /* * 使用Toast显示消息提示框 */ import android.app.Activity; import android.os.Bundle; imp
阅读全文
摘要:安卓app_sl4_10幻灯片式图片浏览器淡入淡出的效果-动画效果 <?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="Gallery"> <attr name="android:galleryIte
阅读全文
摘要:安卓app_sl4_9显示在标题上的进度条 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:
阅读全文
摘要:c#点击获取listview单元格的数据或值 private void listView_zhimo_info_Click(object sender, EventArgs e) { Point tmpPoint = listView_zhimo_info.PointToClient(Cursor.
阅读全文
摘要:安卓app_sl4_8在Eclipse中创建Android项目,名称为4.8,实现在屏幕中添加画廊视图,用于浏览图片 package com.example.sl4_8; import android.app.Activity; import android.content.res.TypedArr
阅读全文
摘要:网格视图GridView使用方法,适配器使用方法 package com.example.sl4_7; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map;
阅读全文