[GO语言编程] Flex+Java留言本系统源码

[复制链接]
发表于 2022-9-24 16:40:16
很简单的flex+java制作的留言板系统,资源内有数据库表的结构,导入就好~----数据库:`notebook`----------------------------------------------------------------表的结构`admin`--CREATETABLE`admin`(`user`varchar(45)charactersetutf8NOTNULL,`pass`varchar(100)charactersetutf8NOTNULL,PRIMARYKEY(`user`))ENGINE=InnoDBDEFAULTCHARSET=utf8;----导出表中的数据`admin`--INSERTINTO`admin`(`user`,`pass`)VALUES(#39;admin#39;,#39;123#39;);--------------------------------------------------------------表的结构`notebook`--CREATETABLE`notebook`(`nid`int(10)unsignedNOTNULLauto_increment,`user_name`varchar(100)NOTNULL,`user_email`varchar(150)NOTNULL,`title`varchar(200)NOTNULL,`date`datetimeNOTNULL,`content`textNOTNULL,`reply`text,PRIMARYKEY(`nid`))ENGINE=InnoDBDEFAULTCHARSET=utf8;
flexjava留言本系统\flexSource\.settings\org.eclipse.core.resources.prefs
flexjava留言本系统\flexSource\bin\images\logo.png
flexjava留言本系统\flexSource\bin\images\Thumbs.db
flexjava留言本系统\flexSource\bin\AC_OETags.js
flexjava留言本系统\flexSource\bin\history.htm
flexjava留言本系统\flexSource\bin\history.js
flexjava留言本系统\flexSource\bin\history.swf
flexjava留言本系统\flexSource\bin\noteBook-debug.html
flexjava留言本系统\flexSource\bin\noteBook-debug.swf
flexjava留言本系统\flexSource\bin\noteBook.html
flexjava留言本系统\flexSource\bin\noteBook.swf
flexjava留言本系统\flexSource\bin\playerProductInstall.swf
flexjava留言本系统\flexSource\control\noteControl.as
flexjava留言本系统\flexSource\events\noteEvent.as
flexjava留言本系统\flexSource\events\replyNoteEvent.as
flexjava留言本系统\flexSource\html-template\AC_OETags.js
flexjava留言本系统\flexSource\html-template\history.htm
flexjava留言本系统\flexSource\html-template\history.js
flexjava留言本系统\flexSource\html-template\history.swf
flexjava留言本系统\flexSource\html-template\index.template.html
flexjava留言本系统\flexSource\html-template\playerProductInstall.swf
flexjava留言本系统\flexSource\images\logo.png
flexjava留言本系统\flexSource\images\Thumbs.db
flexjava留言本系统\flexSource\model\ModelLocator.as
flexjava留言本系统\flexSource\view\addNote.mxml
flexjava留言本系统\flexSource\view\loginPanel.mxml
flexjava留言本系统\flexSource\view\modifyPassPanel.mxml
flexjava留言本系统\flexSource\view\noteDetail.mxml
flexjava留言本系统\flexSource\view\notePanel.mxml
flexjava留言本系统\flexSource\view\noteThumb.mxml
.....太多文件了略.....

(A very simple message board system made by flex java. There is a database table structure in the resource. Just import it~----Database:`notebook`----------------- ----------------------------------------------- Structure of the table `admin`--CREATETABLE`admin`(`user`varchar(45)charactersetutf8NOTNULL,`pass`varchar(100)charactersetutf8NOTNULL,PRIMARYKEY(`user`))ENGINE=InnoDBDEFAULTCHARSET=utf8;----export the data in the table `admin`--INSERTINTO`admin`(`user`,`pass`)VALUES(#39;admin#39;,#39;123#39;);------------- -------------------------------------------------surface struct `notebook`--CREATETABLE`notebook`(`nid`int(10)unsignedNOTNULLauto_increment,`user_name`varchar(100)NOTNULL,`user_email`varchar(150)NOTNULL,`title`varchar(200)NOTNULL,`date `datetimeNOTNULL,`content`textNOTNULL,`reply`text,PRIMARYKEY(`nid`))ENGINE=InnoDBDEFAULTCHARSET=utf8;
flexjava message this system\flexSource\.settings\org.eclipse.core.resources.prefs
flexjava guestbook system\flexSource\bin\images\logo.png
flexjava message this system\flexSource\bin\images\Thumbs.db
flexjava message system\flexSource\bin\AC_OETags.js
flexjava message this system\flexSource\bin\history.htm
flexjava guestbook system\flexSource\bin\history.js
flexjava message this system\flexSource\bin\history.swf
flexjava guestbook system\flexSource\bin\noteBook-debug.html
flexjava guestbook system\flexSource\bin\noteBook-debug.swf
flexjava guestbook system\flexSource\bin\noteBook.html
flexjava guestbook system\flexSource\bin\noteBook.swf
flexjava message this system\flexSource\bin\playerProductInstall.swf
flexjava message system\flexSource\control\noteControl.as
flexjava guestbook system\flexSource\events\noteEvent.as
flexjava message system\flexSource\events\replyNoteEvent.as
flexjava guestbook system\flexSource\html-template\AC_OETags.js
flexjava guestbook system\flexSource\html-template\history.htm
flexjava guestbook system\flexSource\html-template\history.js
flexjava guestbook system\flexSource\html-template\history.swf
flexjava guestbook system\flexSource\html-template\index.template.html
flexjava message this system\flexSource\html-template\playerProductInstall.swf
flexjava guestbook system\flexSource\images\logo.png
flexjava message this system\flexSource\images\Thumbs.db
flexjava message system\flexSource\model\ModelLocator.as
flexjava message system\flexSource\view\addNote.mxml
flexjava message system\flexSource\view\loginPanel.mxml
flexjava guestbook system\flexSource\view\modifyPassPanel.mxml
flexjava guestbook system\flexSource\view\noteDetail.mxml
flexjava guestbook system\flexSource\view\notePanel.mxml
flexjava guestbook system\flexSource\view\noteThumb.mxml
.....too many files .....)

[下载]16401767577.rar




上一篇:跃达创新Java培训课堂笔记
下一篇:java基础课件(包括程序代码)

使用道具 举报

Archiver|手机版|小黑屋|吾爱开源 |网站地图

Copyright 2011 - 2012 Lnqq.NET.All Rights Reserved( ICP备案粤ICP备14042591号-1粤ICP14042591号 )

关于本站 - 版权申明 - 侵删联系 - Ln Studio! - 广告联系

本站资源来自互联网,仅供用户测试使用,相关版权归原作者所有

快速回复 返回顶部 返回列表