-
APII
Android应用,个人生活助手类,支持天气地点照片等状态显示与分享至微信朋友圈(Android applications, personal life helper classes to support weather locations and sharing photos and status display to the micro-channel circle of wechat)
- 2013-12-01 01:42:24下载
- 积分:1
-
series with the compression process! !
用java编的压缩程序-series with the compression process! !
- 2022-02-04 19:13:31下载
- 积分:1
-
This is the definition of the graphic work flow definition, I have been extracte...
这是自定义工作流的图形定义部分,被我抽取出来,可以用于很多类似的系统-This is the definition of the graphic work flow definition, I have been extracted and can be used in many similar systems
- 2022-09-04 08:20:03下载
- 积分:1
-
sqlite的增删改查
package com.fenghuo.service;import java.util.ArrayList;import java.util.List;import android.content.Context;import android.database.Cursor;import android.database.SQLException;import android.database.sqlite.SQLiteDatabase;import com.fenghuo.db.DBHelper;import com.fenghuuo.pojo.Product;public class ProductService {private DBHelper helper;public ProductService(Context context){helper =new DBHelper(context);}//查询商品 按价格升序排序 升序price asc 降序:price descpublic ListfindAll(){List list=new ArrayList();SQLiteDatabase db=helper.getReadableDatabase();Cursor c=db.rawQuery("select id ,name,price,address from product order by pric
- 2022-03-25 01:25:14下载
- 积分:1
-
easy-java-chat
简单java聊天程序,尚学堂科技_马士兵_在线聊天系统雏形视频教程(Plain java chat program, School Technology _ Refbacks _ online chat system prototype video tutorial)
- 2013-10-01 12:32:56下载
- 积分:1
-
蓝牙 4.0 控灯
应用背景
蓝牙ble4.0.用的是广州汇承出的蓝牙芯片。X宝20多。是一款比较优惠和使用方便的芯片,操作文档有相对的at
指令集和相应的内部底层驱动指令集。可用于安卓小车测试和智能家居的测试。
关键技术蓝牙4.0的是兼容ble协议在内的芯片。本代码是通过ble连接芯片,让蓝牙4.0发出串口数据给STM32f0303接收。然后用app一个简单的控件就一个滑条,来改变蓝牙发出来的数据,进而改变灯的亮度。发出的数据可以在串口助手上看到。是这个16进制的数据。
- 2022-01-27 11:50:16下载
- 积分:1
-
java 写的一个小游戏.和大家分享.
源代码值得参考哟.
java 写的一个小游戏.和大家分享.
源代码值得参考哟.-java game.good code for you to learn...
- 2023-05-08 19:10:03下载
- 积分:1
-
android listview 动画
android listview 动画
- 2014-04-24下载
- 积分:1
-
Java program to achieve a simple drawing of three randomly generated color graph...
Java实现简单画图程序随机生成三种图形颜色等-Java program to achieve a simple drawing of three randomly generated color graphics, etc.
- 2022-03-20 01:02:38下载
- 积分:1
-
Java 2入门经典:JDK 5 SOLUTION
这本书综合介绍了使用J2SE(Java 2 Standard Edition)5.0或更高版本开发动态程...
Java 2入门经典:JDK 5 SOLUTION
这本书综合介绍了使用J2SE(Java 2 Standard Edition)5.0或更高版本开发动态程序的过程,阐述了Java语言的各个方面,包括Java语言结构和工作原理的基本知识,用大量的实例讲述如何开发功能齐全的Java应用程序,以期帮助读者掌握Java语言的最新特性和Java类库中主要的功能包,积累Java应用环境的使用经验,并在核心技术领域打下坚实的基础。.
本书系统全面、浅显易懂,非常适合没有任何编程经验的初学者阅读,也可作为软件开发人员和高校师生的必备参考书。
通过阅读本书,你可以借助J2SE 5.0这个最新、最出色的Java平台来学习Java编程。J2SE 5.0拥有强大的新特性和新功能,使Java性能产生了巨大的飞跃。
-Java 2 portal classic : JDK 5 SOLUTION this book on the integrated use of J2SE (Java 2 Standard Edition) version 5.0 or higher dynamic program development process. expounded the Java language in all its aspects, including the Java language"s structure and working principle of the basic knowledge, with plenty of examples on how to develop fully functional Java applications, to help readers master the latest Java language features and Java class library major functional package, Java application environment accumulation of experience and core technology in the field to lay a solid foundation. . The book system of comprehensive, sim
- 2022-11-18 10:05:03下载
- 积分:1