-
java中的一个手工写出的,表格代码,初学者可以看一下,没有的属性可以自己加...
java中的一个手工写出的,表格代码,初学者可以看一下,没有的属性可以自己加-java in a manual written form code, beginners can look at it. can not attribute increases
- 2023-06-07 15:45:03下载
- 积分:1
-
A shopping platform
快速学习相关网站开发知识,了解架构问题,深入学习(Help understand network structure, understand topology discovery algorithm and function implementation.)
- 2018-03-30 22:01:47下载
- 积分:1
-
安卓源码 webview
android 中自带的 webview 简易使用程序,带网址的天气预报,比较简单,外带按钮切换,小白程序………………另外带全屏的视频播放程序代码…………
- 2022-03-15 14:10:37下载
- 积分:1
-
一个很好玩的手机游戏,用J2ME开发的,大家看看。
一个很好玩的手机游戏,用J2ME开发的,大家看看。-a very fun and games, with the development of J2ME, see.
- 2023-02-01 04:05:04下载
- 积分:1
-
Java就应该这样学
- 2022-10-08 20:20:27下载
- 积分:1
-
云之讯短信demo
对接云之讯短信通道源代码
登录云之讯管理后台获取相关配置信息,如accountSid,authToken,appId
再将其信息复制到源码中进行测试
测试短信发送前需配置短信模板,每个账号都有测试模板可登录后查看测试短信模板将其替换即可
- 2022-03-31 11:51:26下载
- 积分:1
-
插针规格大全
应用背景导针类:LED导针、方PIN、咬花PIN针、十字PIN针,工字头PIN针、T形针、U形针、跳线、端子、圆头导针,直角多角导针等精密导针。
导线类:镀锡铜包钢线(CP线)、铜包钢线、镀镍铜包钢线、镀锡(镀镍)磷铜线、镀镍高碳钢线;
服 务:以客为尊 诚信服务关键技术二、详细说明:
型号 OEM 规格尺寸 多款供选(mm)
材质 不锈钢/铁 特性 精度高
用途 电子设备
产品介绍:
品 名:插针
产 地:中国深圳
品 牌:腾菲尔/OEM
材 料:铁/铜/钢/铝/等
尺 寸:根据您的要求
用 途:各行业各领域
表面处理:电镀、磷化、钝化,酸洗等
质 量:严格把关,质量优良
质量认证:ISO9001:2008
交货时间:5---7天
最少订量:10000件
付款方式:30%定金+款到发货
装运方式:塑料袋+纸箱盒子+木盒/托盘
- 2023-08-13 17:15:03下载
- 积分:1
-
奥博暴利 月100%-美日1H
说明: 各种指标统计趋势加仓,风控合理,适合小资金,多品种对冲暴力ea(It is suitable for small capital and multi variety hedging violence EA)
- 2020-07-10 01:34:40下载
- 积分:1
-
Guessnumber
猜数字游戏 游戏说明: 1、游戏开始,电脑随机产生一个数字不重复的四位数。 2、将您猜的数点击OK按钮提交。 3、电脑会将您提交的数与它自动产生的数进行比较,结果显示成"*A*B"。A代表位置正确数字也正确,B代表数字 正确但位置不正确,比如:"2A2B"表示您有2个数字的位置正确且数值也正确,除此以外,您还猜对了2个数字 ,但位置不对。 4、您共有10次机会,在10次内,如果结果为“4A0B”,游戏成功。如果10次里您都没有猜对游戏失败。(Guessnumber: 1, games started, the computer randomly generated a number of non-repetition of the four-digit. 2, would you guess the number of clicks the OK button to submit. 3, the computer will take you to submit a few with it automatically generated a number of comparison, the result is displayed as* A* B . A representative of the location of the correct figure is also correct, B representative of the number of correct but the location is incorrect, such as: 2A2B that you have a two-digit numerical position is correct and also the right, in addition, you guessed it two figures, but wrong location. 4, your opportunity for a total of 10 times in 10 times, if the results of 4A0B , the game successfully. 10 years if you do not have to guess the failure of the game.)
- 2021-03-22 08:19:17下载
- 积分:1
-
计算胖瘦标准
package com.example.A_5_5;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TextView;
public class ResultActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.result); //设置该Activity使用的布局
TextView sex=(TextView)findViewById(R.id.sex); //获取显示性别的文本框
TextView stature=(TextView)findViewById(R.id.stature); //获取显示身高的文本框
TextView weight=(TextView)findViewById(R.id.weight); //获取显示标准体重的文本框
Intent intent=getIntent(); //获取Intent对象
Bundle bundle=intent.getExtras(); //获取传递的数据包
Info info=(Info)bundle.getSerializable("info"); //获取一个可序列化的info对象
sex.setText("您是一位"+info.getSex()+"士"); //获取性别并显示到相应文本框中
- 2022-04-10 00:43:02下载
- 积分:1