$(document).keypress(function(e) { switch(e.which)
{ case 13: if(g_flag == "login"){validateLoginForm();} else if(g_flag ==
"registe...
分类:
其他好文 时间:
2014-06-03 15:32:37
阅读次数:
310
今天一个网友发求助信息,说某社会治安综合治理系统的连接的某个oracle用户频繁被锁,使用alteruserXXaccountunlock解锁后一会还是又被锁定,使用PLSQL登录时提示ORA-28000
让他执行了一下这条SQLselect*fromdba_profileswhereresource_namelike‘FAILED_LOGIN_ATTEMPTS%‘;
他说l..
分类:
数据库 时间:
2014-06-02 04:36:39
阅读次数:
274
package com.my.login;import java.io.File;import
java.io.FileInputStream;import java.io.IOException;import
java.io.InputStream;import java.text.Decimal...
分类:
编程语言 时间:
2014-05-31 06:06:10
阅读次数:
295
[root@oraserver ~]# vi /etc/pam.d/login 将以下内容注释掉:
#session required /lib/security/pam_limits.so
分类:
系统相关 时间:
2014-05-31 04:53:50
阅读次数:
343
1、通过Toast类显示提示消息对话框Toast.makeText(Login.this,"pleaseinputtherightinfomation!",Toast.LENGTH_LONG).show()函数实现。2、Android中的String类与Qt中的QString类有一点不同,Andro...
分类:
移动开发 时间:
2014-05-30 03:17:01
阅读次数:
287
今天做DEMO需要经常用到SharedPreferences和Toast,于是很自然的想到了将它们封装成方法,到时候直接调用。我像常规的实现方法那样写:SharedPreferences
sp_login=getSharedPreferences(sp_name, MODE_PRIVATE); .....
分类:
其他好文 时间:
2014-05-29 16:21:46
阅读次数:
304
使用yum
安装vsftpyuminstallvsftpdpampam-*db4db4-*创建一个保存用户及密码的文件cd/etc/vsftpd/touchvirtual_login添加用户(一行用户一行是密码)vimvirtual_logindongnannandong将文本内的帐号及密码添加到d...
分类:
其他好文 时间:
2014-05-29 14:26:14
阅读次数:
309
一、if判断数字: $A=12 $B=15 if(("$A"<"$B"))
if(("$A"=="$B"))字符串: $A="HELLO" $B="WORLD" if [ "$A" = "FACT_LOGIN_USER" ] if [
"$A" = "$B" ]PS:字符串比较的时候...
分类:
其他好文 时间:
2014-05-28 09:32:44
阅读次数:
347
vim /etc/lightdm/lightdm.confFinally, edit the
file as shown below and save it.autologin-user=autologin-user-timeout=0
分类:
其他好文 时间:
2014-05-27 16:11:09
阅读次数:
222
作为一个初学者,在学习PHP中遇到不少的问题,现在开始将我们学习的所有页面进行剖解和疑问解答,首先是Login.html这个页面全部都是静态HTML语言,所以没有太多的讲的,但是最重要的有一点,就是要注意将HTML页面填写的数据传到loginCheck.php中进行数据的处理时,需要对form标签进...
分类:
Web程序 时间:
2014-05-25 22:55:25
阅读次数:
385