username
password
cookies...
分类:
其他好文 时间:
2015-01-08 20:10:58
阅读次数:
141
public PlUser findByUsernameAndPassword(String username, String password) {
Session sx = this.getHibernateTemplate().getSessionFactory().openSession();
Transaction tx =...
分类:
Web程序 时间:
2015-01-08 18:12:16
阅读次数:
489
新装的mysql,访问mysql数据库是遇到问题:ERROR 1044 (42000): Access denied for user ''@'localhost'to database 'mysql',
[root@dzwww mysql-5.1.61]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. C...
分类:
数据库 时间:
2015-01-08 18:09:09
阅读次数:
189
各位看倌不是小弟要賣弄英文,實在是外國朋友希望知道上一篇"雲取證"中所用的工具Elcomsoft Phone Password Breaker支援黑莓機否?又要求非要看到截屏才算數..因此以下就是補充說明:1.Elcomsoft Phone Password Breaker-> Click [Cho...
分类:
其他好文 时间:
2015-01-08 17:29:33
阅读次数:
116
1.开启MySQL远程访问权限允许远程连接mysql-uroot-p执行如下命令:grantallprivilegeson*.*to‘root‘@‘192.168.0.1‘identifiedby‘ROOT-PASSWORD‘;flushprivileges;exit192.168.0.1是连接mysql服务器的客户端的ip,用%来表示所有ip.2.如何修改MySQL密码2.1如果你从没设置过MySQL..
分类:
数据库 时间:
2015-01-08 15:33:17
阅读次数:
266
示例一:继承AbstractBaseUser,AbstractBaseUser只有三个字段password,last_login,is_active,以及需要复习的两个方法def get_full_name(self): raise NotImplementedError()def g...
分类:
其他好文 时间:
2015-01-08 15:03:53
阅读次数:
233
--以下是插入语句:insert into sms_inbox values('123456','123456', 'cd', sysdate(), '今天天气很好', 1, sysdate(), '123456'); --报错:ERROR 1366 (HY000): Incorrect strin...
分类:
数据库 时间:
2015-01-08 15:03:04
阅读次数:
239
Creation of dbcontrol repository fails when execute $ emca -config dbcontrol -repos createWith error:Database connection through listener failed. Fix the error and run EM Configuration Assistant again...
分类:
其他好文 时间:
2015-01-08 13:26:13
阅读次数:
354
1、在界面创建一个新的TBPwdTemp并设置TextMode=“SingleLine”,visible=“false”,将数据库密码值传给该TextBox;2、然后分别用this.TBPwd.Attributes.Add("value", this.TBPwdTemp.Text);this.TBP...
分类:
Web程序 时间:
2015-01-08 12:48:55
阅读次数:
214
1. make the folders(H:\win7_host_backup) on Windows PC shared2. on remote Linux PC cmdline, mount -t cifs -o username=xxxxxxx,password=xxxxx,dir_mode=...