_password = [[UITextField alloc]init]; _password.font = k18Font; _password.attributedPlaceholder = [[NSAttributedString alloc]initWithString:@" 密码...
分类:
其他好文 时间:
2014-08-05 18:45:49
阅读次数:
244
在数据库没有启动之前,数据库内建用户是无法通过数据库来验证身份的口令文件中存放sysdba/sysoper用户的用户名及口令允许用户通过口令文件验证,在数据库未启动之前登陆从而启动数据库如果没有口令文件,在数据库未启动之前就只能通过操作系统认证.使用Rman,很多时候需要在nomount,mount...
分类:
数据库 时间:
2014-08-05 14:03:29
阅读次数:
385
安装opesntackmysql报错ERROR:ErrorappearedduringPuppetrun:192.168.1.103_mysql.ppError:mysqladmin-urootpassword‘f40e1dec1deb43d3‘returned1insteadofoneof[0]#rpm-qa|grep-imysqlmysql-server-5.1.71-1.el6.x86_64perl-DBD-MySQL-4.013-3.el6.x86_64mysql-5.1.71-1.el6.x..
分类:
数据库 时间:
2014-08-05 03:08:29
阅读次数:
244
String keyStoreFilePassword = System .getProperty("keystore.file.password");/usr/java/jdk1.6.0_25/bin/keytool -genkey -keystore SrvKeystore -key...
分类:
其他好文 时间:
2014-08-04 21:24:48
阅读次数:
312
新建properties配置文件内容如下:jdbc.driverClassName=com.mysql.jdbc.Driverjdbc.url=jdbc\:mysql\://localhost\:3306/book_mybatis?user\=root&password\=root&useUnico...
分类:
其他好文 时间:
2014-08-04 20:57:37
阅读次数:
263
1.更改root密码1 use mysql;2 update user set password=password('petecc') where user='root';2.root远程登录1 update user set host='%' where host='localhost';2 fl...
分类:
数据库 时间:
2014-08-04 17:21:07
阅读次数:
259
oninput 是HTML5的标准事件,对于检测textarea, input:text, input:password 和 input:search 这几个元素通过用户界面发生的内容变化非常有用,在内容修改后立即被触发,不像 onchange 事件需要失去焦点才触发。oninput事件在主流浏览器...
分类:
其他好文 时间:
2014-08-04 17:11:27
阅读次数:
256
Mybatis为什么要提供别名?
Mybatis最基础的Demo中体现要做的事情是非常简单的,如果使用原生的JDBC来实现数据库表与对象之间的映射的话,我们应该怎么做呢?首先,使用ClassForName在静态代码块中注册一个驱动类。然后,使用静态类DriverManager来获取一个数据库的连接对象,当然在这一步我们需要提供URL,username以及password等用于连接数据库以及鉴权的...
分类:
其他好文 时间:
2014-08-04 14:28:47
阅读次数:
211
安装服务:mysql\bin\mysqld install删除服务:mysql\bin\mysqld remove启动(暂停)服务:net start(stop) mysql修改密码:mysql>set password =password('你的密码');mysql>flush privilege...
分类:
数据库 时间:
2014-08-04 13:45:57
阅读次数:
203
交换机密码破解:1、进入特权模式设置一个enable 密码 Switch(config)#enable password 123 2、保存 Switch#copy running-config st...
分类:
其他好文 时间:
2014-08-04 13:40:17
阅读次数:
215