文件名称:javaweixin
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2017-03-29
- 文件大小:
- 26.57mb
- 下载次数:
- 0次
- 提 供 者:
- 阿*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
《微信公众平台应用开发:方法、技巧与案例》源代码说明
1、所有源码均在JDK6.0 + MyEclipse6.0 + Tomcat6.0环境上测试通过。
2、MyEclipse编码方式为GBK,习惯用UTF-8的读者在将项目导入MyEclipse后,在项目上点击右键,选择“Properties”,将弹出窗口中Resource中的“Text file encoding”选项设置为Other,并选择“UTF-8”,再依次点击右下角的“Apply”、“OK”按钮即可。
3、项目chapter-03至chapter-11分别为第3-11章的源代码,项目baemysql是在BAE环境使用MySQL的源代码。-" Micro-channel public platform application development: methodologies, techniques and case" source code Descr iption 1, all source code are on JDK6.0+ MyEclipse6.0+ Tomcat6.0 environment test. 2, MyEclipse encoding is GBK, accustomed readers UTF-8 after the project into MyEclipse, right click and " Properties" in the project, the pop-up window Resource in the " Text file encoding" option is set to Other, and the " UTF-8" , then click the lower right corner of the " Apply" , " OK" button. 3, chapter-03 project to the chapter-11, respectively, for the first chapter of 3-11 source code, project baemysql using MySQL source code BAE environment.
1、所有源码均在JDK6.0 + MyEclipse6.0 + Tomcat6.0环境上测试通过。
2、MyEclipse编码方式为GBK,习惯用UTF-8的读者在将项目导入MyEclipse后,在项目上点击右键,选择“Properties”,将弹出窗口中Resource中的“Text file encoding”选项设置为Other,并选择“UTF-8”,再依次点击右下角的“Apply”、“OK”按钮即可。
3、项目chapter-03至chapter-11分别为第3-11章的源代码,项目baemysql是在BAE环境使用MySQL的源代码。-" Micro-channel public platform application development: methodologies, techniques and case" source code Descr iption 1, all source code are on JDK6.0+ MyEclipse6.0+ Tomcat6.0 environment test. 2, MyEclipse encoding is GBK, accustomed readers UTF-8 after the project into MyEclipse, right click and " Properties" in the project, the pop-up window Resource in the " Text file encoding" option is set to Other, and the " UTF-8" , then click the lower right corner of the " Apply" , " OK" button. 3, chapter-03 project to the chapter-11, respectively, for the first chapter of 3-11 source code, project baemysql using MySQL source code BAE environment.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
baemysql
........\.classpath
........\.mymetadata
........\.project
........\src
........\...\org
........\...\...\liufeng
........\...\...\.......\course
........\...\...\.......\......\servlet
........\...\...\.......\......\.......\UserServlet.java
........\WebRoot
........\.......\index.jsp
........\.......\META-INF
........\.......\........\MANIFEST.MF
........\.......\WEB-INF
........\.......\.......\classes
........\.......\.......\.......\org
........\.......\.......\.......\...\liufeng
........\.......\.......\.......\...\.......\course
........\.......\.......\.......\...\.......\......\servlet
........\.......\.......\.......\...\.......\......\.......\UserServlet.class
........\.......\.......\lib
........\.......\.......\web.xml
chapter-03
..........\.classpath
..........\.mymetadata
..........\.project
..........\src
..........\...\org
..........\...\...\liufeng
..........\...\...\.......\course
..........\...\...\.......\......\servlet
..........\...\...\.......\......\.......\CoreServlet.java
..........\...\...\.......\......\util
..........\...\...\.......\......\....\SignUtil.java
..........\WebRoot
..........\.......\index.jsp
..........\.......\META-INF
..........\.......\........\MANIFEST.MF
..........\.......\WEB-INF
..........\.......\.......\classes
..........\.......\.......\.......\org
..........\.......\.......\.......\...\liufeng
..........\.......\.......\.......\...\.......\course
..........\.......\.......\.......\...\.......\......\servlet
..........\.......\.......\.......\...\.......\......\.......\CoreServlet.class
..........\.......\.......\.......\...\.......\......\util
..........\.......\.......\.......\...\.......\......\....\SignUtil.class
..........\.......\.......\lib
..........\.......\.......\web.xml
chapter-04
..........\.classpath
..........\.mymetadata
..........\.project
..........\src
..........\...\org
..........\...\...\liufeng
..........\...\...\.......\course
..........\...\...\.......\......\message
..........\...\...\.......\......\.......\event
..........\...\...\.......\......\.......\.....\BaseEvent.java
..........\...\...\.......\......\.......\.....\LocationEvent.java
..........\...\...\.......\......\.......\.....\MenuEvent.java
..........\...\...\.......\......\.......\.....\QRCodeEvent.java
..........\...\...\.......\......\.......\.....\SubscribeEvent.java
..........\...\...\.......\......\.......\req
..........\...\...\.......\......\.......\...\BaseMessage.java
..........\...\...\.......\......\.......\...\ImageMessage.java
..........\...\...\.......\......\.......\...\LinkMessage.java
..........\...\...\.......\......\.......\...\LocationMessage.java
..........\...\...\.......\......\.......\...\TextMessage.java
..........\...\...\.......\......\.......\...\VideoMessage.java
..........\...\...\.......\......\.......\...\VoiceMessage.java
..........\...\...\.......\......\.......\resp
..........\...\...\.......\......\.......\....\Article.java
..........\...\...\.......\......\.......\....\BaseMessage.java
..........\...\...\.......\......\.......\....\Image.java
..........\...\...\.......\......\.......\....\ImageMessage.java
..........\...\...\.......\......\.......\....\Music.java
..........\...\...\.......\......\.......\....\MusicMessage.java
..........\...\...\.......\......\.......\....\NewsMessage.java
..........\...\...\.......\......\.......\....\TextMessage.java
..........\...\...\.......\......\.......\....\Video.java
..........\...\...\.......\......\.......\....\VideoMessage.java
..........\...\...\.......\......\.......\....\Voice.java
..........\...\...\.......\......\.......\....\VoiceMessage.java
..........\...\...\.......\......\service
..........\...\...\.......\......\.......\CoreService.java
..........\...\...\.......\......\servlet
..........\...\...\.......\......\.......\CoreServlet.java
..........\...\...\.......\......\util
..........\...\...\.......\......\....\MessageUtil.java
..........\...\...\.......\......\....\SignUtil.java
..........\WebRoot
..........\.......\index.jsp
..........\.......\META-INF
..........\.......\