好东西,一起分享,包括了《30天学通Java Web项目案例开发》的所有案例的源码
2023-07-04 16:24:10 54.34MB Java Web项目源码
1
《初识Java微信公众号开发》 http://www.imooc.com/learn/368 附件是整理的源码编译没有错误。 环境说明:tomcat8.5、jdk1.8、dom4j-1.6.1、XStream-1.4.9 程序总是报错“org.xmlpull.v1.XmlPullParserException”,解决办法: XStream压缩文件包 里的xmlpull1.1.3和xpp3_min-1.1.4c.jar也要放到项目的lib里。
2023-05-10 23:11:13 801KB java
1
Android开发从入门到精通.扶松柏光盘源代码,分为2部分,2-6章及7-12章
2023-04-16 11:30:21 31.99MB Android开发 源码
1
PHP实例开发源码——白菜骗子QQ举报查询系统网站源码php版
2023-04-11 20:37:08 28KB
基于Java通讯开发jms源代码 (jms通讯开发源码) java,net,socket,通讯开发,jms /* * @(#)Message.java 1.60 02/04/09 * * Copyright 1997-2002 Sun Microsystems, Inc. All Rights Reserved. * * SUN PROPRIETARY/CONFIDENTIAL. * This software is the proprietary information of Sun Microsystems, Inc. * Use is subject to license terms. * */ import java.util.Enumeration; public interface Message { String getJMSMessageID() throws JMSException; void setJMSMessageID(String id) throws JMSException; long getJMSTimestamp() throws JMSException; void setJMSTimestamp(long timestamp) throws JMSException; byte [] getJMSCorrelationIDAsBytes() throws JMSException; void setJMSCorrelationIDAsBytes(byte[] correlationID) throws JMSException; String getJMSCorrelationID() throws JMSException; Destination getJMSReplyTo() throws JMSException; void setJMSReplyTo(Destination replyTo) throws JMSException; Destination getJMSDestination() throws JMSException; void setJMSDestination(Destination destination) throws JMSException; int getJMSDeliveryMode() throws JMSException; void setJMSDeliveryMode(int deliveryMode) throws JMSException; boolean getJMSRedelivered() throws JMSException; void setJMSRedelivered(boolean redelivered) throws JMSException; String getJMSType() throws JMSException; void setJMSType(String type) throws JMSException; long getJMSExpiration() throws JMSException; void setJMSExpiration(long expiration) throws JMSException; int getJMSPriority() throws JMSException; void setJMSPriority(int priority) throws JMSException; void clearProperties() throws JMSException; boolean propertyExists(String name) throws JMSException; boolean getBooleanProperty(String name) throws JMSException; byte getByteProperty(String name) throws JMSException; short getShortProperty(String name) throws JMSException; int getIntProperty(String name) throws JMSException; long getLongProperty(String name) throws JMSException; float getFloatProperty(String name) throws JMSException; double getDoubleProperty(String name) throws JMSException; String getStringProperty(String name) throws JMSException; Object getObjectProperty(String name) throws JMSException; Enumeration getPropertyNames() throws JMSException; void setBooleanProperty(String name, boolean value) throws JMSException; void setByteProperty(String name, byte value) throws JMSException; void setShortProperty(String name, short value) throws JMSException; void setIntProperty(String name, int value) throws JMSException; void setLongProperty(String name, long value) throws JMSException; void setFloatProperty(String name, float value) throws JMSException; void setDoubleProperty(String name, double value) throws JMSException; void setStringProperty(String name, String value) throws JMSException; void setObjectProperty(String name, Object value) throws JMSException; void acknowledge() throws JMSException; void clearBody() throws JMSException; } 通讯开发必备源码资料!
2023-04-01 22:36:51 322KB java net socket 通讯开发 jms
1
本系统采用Android框架,可以在eclipse中安装Android开发插件,使用Android模拟器也可以使用任意Android终端。模拟器和真正的Android手机没有太大区别,用户对手机操作早已熟悉。 综合以上三方面,该系统具有很高的开发可行性,无论是从技术上经济上还是操作上,都可以实现 根据对系统的功能进行分析我们总结信息的获取的具体功能模块包括下面的几个主要的功能模块: 程序开发软件:MyEclipse8.5以上 数据库:mysql 后台采用技术: SSM框架(SpringMVC + Spring + Mybatis) 前台采用技术: div + css + easyui框架 此系统源码全部免费发布了 需要的同学可以拿去学习学习 技术要点: 1 此系统采用了目前最流行的ssm框架,其中的spingMVC框架相对于struts2框架更灵活,更安全。 2 本项目springMVC框架采用了注解映射器,使用了RESTful风格的url对系统发起http请求,开发更灵活。 3 同时使用了了hibernate提供的校验框架,对客户端数据进行校验!
2023-03-28 21:53:48 18.77MB Android 公交线路查询 毕业设计 课程设计
1
基于VS2010 WPF开发的流程建模可视化工具,提供测试源码
2023-03-15 09:07:32 7.81MB WPF 工作流
1
本项目是用mule3.9.0版本来做的一个服务与服务之间调用的demo。包括完整的项目源码和部署开发说明文档。测试服务项目和数据库。
2023-03-14 11:35:01 2.09MB MULE ESB 企业服务总线
1
跑步小程序 这是一个微信小程序Demo,主要功能是跑步。 他可以记录跑步的时间,路线,跑步的速度等信息 ###截图 ![首页](https://github.com/alanwangmodify/weChatApp-Run/blob/master/pic/home.png) ![跑步页面](https://github.com/alanwangmodify/weChatApp-Run/blob/master/pic/run.png) ![侧滑返回](https://github.com/alanwangmodify/weChatApp-Run/blob/master/pic/slideback.png) ![侧滑返回](https://github.com/alanwangmodify/weChatApp-Run/blob/master/pic/slide.png) ###截图 ![首页](https://github.com/alanwangmodify/weChatApp-Run/blob/master/pic/home.png) ![跑步页面](https://githu
2023-03-13 09:20:53 429KB 微信小程序 毕业设计 移动开发 源码
1
SIM800C模块资料, SIM800C AT指令,开发例程,源码
2023-03-10 16:53:00 73.96MB SIM800C AT指令 开发源码
1