接前文的注册模块,本篇是登录模块。主要包括登录主界面,和登录相关编写的LoginAction、LoginDao和LoginService。以及配置的Filter。下面按逻辑顺序记录详细过程和代码:一、在前文的index目录点击登录按钮后,通过javascript跳转至LoginAction。
function login(){
var th = document.form1;
if(...
分类:
数据库 时间:
2014-06-20 10:53:49
阅读次数:
385
今天学习PHP中连接MySQL,使用mysql_connect()函数时,碰到以下错误:“Call
to undefined function
mysql_connect()”,PHP版本:5.4.29MySQL版本:5.5.28Apache版本:2.2.22解决方法如下:1、httpd.conf中...
分类:
数据库 时间:
2014-06-07 09:37:16
阅读次数:
406
Generic.xaml is a particular name, you cannot
rename it.
分类:
其他好文 时间:
2014-06-06 20:47:27
阅读次数:
248
最近,用到了pdfcrop,用来去除pdf中空白的边。但是使用pdfcrop
--margins 0 *.pdf 后,给出了错误:Error: pdfcrop cannot call ghostscript
但是我已经安装了CTEX,里面已经包含Ghostscript,所以就不知道什么错误。在网上针...
分类:
其他好文 时间:
2014-06-06 16:49:28
阅读次数:
179
动态 变量类型在运行期间确定下来静态 在编译期确定下来强类型 类型不会发生自动变换,弱类型
类型会自动变,比如double+int -> double类型安全 类型对数据访问有严格控制类型不安全 ...Well-typed programs
cannot "go wrong" ...
分类:
编程语言 时间:
2014-06-06 15:36:16
阅读次数:
238
//程序启动时执行 application.onAppStart = function() {
this.myNC= new NetConnection(); this.myNC.onStatus = NC_onStatus;
this.myNC.connect("rtmp://cuplayer.....
分类:
其他好文 时间:
2014-06-06 14:56:20
阅读次数:
222
方法是偶然看到的:Android
终端adbd服务需要开启5555号端口来建立于adb的连接,如果未开启5555端口,则不能通过网络调试查看是否可以网络调试: # netstatAndroid
adb 不能通过网络调试的解决方法 有5555端口开放,说明可以进行连接:> adb connect 1....
分类:
移动开发 时间:
2014-06-06 10:08:35
阅读次数:
231
初学先用appserv或xampp集成安装包,这样可以不必为单独安装apahce/mysql/php而烦恼了。最近我在自己搭建环境时,老是出现mysql扩展装不上。已经在php.ini里打开了extension=php_mysql.dll的扩展了。后来发现核心点是在WINDOWS系统下,需要的PHP...
分类:
数据库 时间:
2014-06-06 08:42:41
阅读次数:
313
由于项目的软件版本会逐渐递增,原来的测试脚本在新版本上执行的时候会出现错误1.“The
"App(1.0.1.0)-T(0.0.0." Dialog object was not found in the Object
Repository.”错误2.“Cannot identify the obj...
分类:
其他好文 时间:
2014-06-06 07:28:11
阅读次数:
227
public static DataTable GetData() { string Connect
= ConfigurationManager.AppSettings["ConnectionString"].ToString(); Sql...
分类:
数据库 时间:
2014-06-05 17:20:30
阅读次数:
252