Original
Link:http://www.ehow.com/how_4812793_password-complexity-requirements-windows-xp.html#ixzz32PEZAbOnWhen
you create a new account in Windows X...
Analogous to change in technology and the
ever-increasing pollutants in the atmosphere, home air filtering technology has
undergone a massive change. ...
分类:
其他好文 时间:
2014-05-26 16:36:00
阅读次数:
288
这里不讲vsftpd的基本配置,网上教程已经太多了。这里只说seLinux的问题。日前在CentOS6.5中安装了vsftpd,按照网上搜索的教程,配置好/etc/vsftpd/vsftpd.conf,重新启动后,登录实验,又出现了著名的不能设置主目录错误:500
OOPS: cannot chan...
分类:
系统相关 时间:
2014-05-26 06:40:58
阅读次数:
468
const在函数中也有很大的作用。
4.const修饰传入参数。
函数传入参数声明为const,以指明使用这种参数仅仅是为了效率的原因,而不是想让调用函数能够修改该传入参数的值。同理,将对象指针参数或引用参数声明为const,函数将不修改由这个参数所指的对象。
例如:
#include
using namespace std;
//void change(const i...
分类:
编程语言 时间:
2014-05-26 05:52:27
阅读次数:
266
Several ports(8080,8009)required by Tomcat v6.0 Server at localhost are already in use.The server may already be running in another process, or a system process may be using the port, To start this server you will need to stop the other process or change t...
分类:
编程语言 时间:
2014-05-26 03:41:22
阅读次数:
364
issue:IhaveslowinternetconnectionandIcannotinstallanyplugin,becauseEclipse‘sUpdatemanagerthrowsmeexception:ava.net.SocketTimeoutException:Readtimedoutatjava.net.SocketInputStream.socketRead0(NativeMethod)atjava.net.SocketInputStream.read(UnknownSource)atja..
分类:
系统相关 时间:
2014-05-25 04:55:20
阅读次数:
406
权限管理
1,默认的三个用户
2,创建用户
3,授权,撤销权限
4,系统权限与对象权限
5,角色
6,通过角色对权限进行管理
7,权限的传递,丢失管理员密码怎么办
3个默认的用户
用户名 密码
sys change_on_install
system manager
scott ...
分类:
数据库 时间:
2014-05-25 01:57:04
阅读次数:
368
ImLazy是个人使用的小程序,抽时间在公司写了个ruby版本,未完成equals_verb#
To change this template, choose Tools | Templates# and open the template in the
editor.require "SDK/ve...
分类:
其他好文 时间:
2014-05-24 12:51:59
阅读次数:
496
刚安装好的oracle和plsql,以oracle11g为例1、刚安装好后有两个默认的系统账号和初始密码:sys/change_on_install,system/manager2、如果忘记了或不知道密码,可进入sqlplus中直接修改
用户名:sqlplus /as sysdba 密码:(空).....
分类:
数据库 时间:
2014-05-21 19:12:37
阅读次数:
367
在django admin的 change_view,
add_view和delete_view页面,如果想让页面完成操作后跳转到我们想去的url,该怎么做默认django
admin会跳转到changelist_view页面------------------------------下面的代码是d...
分类:
其他好文 时间:
2014-05-21 05:31:25
阅读次数:
321