8.EditText的属性很多
这里介绍几个:
android:hint="请输入数字!"//设置显示在空间上的提示信息
android:numeric="integer"//设置只能输入整数,如果是小数则是:decimal
android:singleLine="true"//设置单行输入,一旦设置为true,则文字不会自动换行。
android:password="true"//设置只能输入密...
分类:
移动开发 时间:
2014-11-25 14:36:45
阅读次数:
206
1、简介 使用该工具可以按照进程 ID (PID) 或映像名称终止任务。2、语法 TASKKILL [/S system [/U username [/P [password]]]] { [/FI filter] [/PID processid | /IM imagename] } [...
In Ubuntu 14.04 with Samba server installed, every time you will get this error message when execute sudo command. run sudo?pam-auth-update and unselect "SMB password synchronization", this error...
分类:
其他好文 时间:
2014-11-24 15:32:00
阅读次数:
202
Smptp类定义:smtplib.SMTP(host[,port[,local_hostname[,,timeout]]]),作为SMTP的构造函数,功能是与smtp服务器建立连接,在连接成功后,就可以向服务器发送相关请求,比如登陆,校验,发送,退出等。host参数为远程smtp主机地址,比如stmp.163.com;port为连接端口,默认为25;..
分类:
编程语言 时间:
2014-11-24 13:48:57
阅读次数:
278
1. 首先,需要对Scott账户进行解锁,输入:alter user scott account unlock;这时,提示scott账户过期并且密码过期(expired);
2. 然后,查看scott账户有效期,输入:select * from dba_profiles s where s.profile = 'default' and resource_name = 'password_li...
分类:
数据库 时间:
2014-11-24 10:12:50
阅读次数:
383
You can recover MySQL database server password with following five easy steps. Step # 1: Stop the MySQL server process. Step # 2: Start the MySQL (mys...
分类:
数据库 时间:
2014-11-23 23:01:13
阅读次数:
390
//注册页面的Button事件- (IBAction)action:(id)sender { if ([self.username.text isEqualToString:@""]||[self.password.text isEqualToString:@""]||[self.Apasswo.....
分类:
其他好文 时间:
2014-11-23 22:57:32
阅读次数:
239
如果忘记CitrixLicenseServer的密码,造成无法登陆的话,可以使用以下步骤进行重置:(1)打开C:\ProgramFiles(x86)\Citrix\Licensing\LS\conf\server.xml文件;(2)找到<userfirstName=”System”id=”admin”lastName=”Administrator”passwordExpired=”true”password=”a..
分类:
其他好文 时间:
2014-11-23 16:08:16
阅读次数:
430
前言 博文纵览 最近在弄编辑器的时候出现了一个十分尴尬的错误!这里收录一下: BUG如下图所示: 目测堆栈,与自己开发的代码无关。完全是Eclipse自己初始化的时候遇到了问题,最头疼的就是这种问题。因为Eclipse自己的源码十分庞大,调试起来太困难了。但是也显而易见的是,既然...
分类:
其他好文 时间:
2014-11-22 21:27:55
阅读次数:
197
情况: mysql -h 192.168.1.7 -u neeky -p 本来这样就可以连接上mysql服务的了, 可是它会报这个错“ERROR 1045 (28000): Access denied for user 'neeky'@'Nee' (using password: YES)” ...
分类:
数据库 时间:
2014-11-22 15:55:22
阅读次数:
199