1. Linux常用指令常用指令功能startx进入图形界面Shutdown -h now关机Shutdown -r now 或者 reboot重启Su -切换管理员logout注销Ls 或者 dir当前目录所有文件Ls -l当前目录所有文件详细信息cd切换目录pwd列出当前目录路径Useradd....
分类:
系统相关 时间:
2014-11-20 20:18:47
阅读次数:
201
现在实例了用户登陆,就自带的功能。。urls.py~~~~~~~~~~ (r'^login/$', login), (r'^logout/$',logout,{'next_page':'/login/'}),~~~~~~~~~~~~views.py~~~~~~~~~~~~if request....
分类:
其他好文 时间:
2014-11-17 21:00:36
阅读次数:
229
1:当前目录比较重要的几个文件...anaconda-ks.cfg.bash_history.bash_logout.bash_profile.bashrc.cshrcinstall.loginstall.log.syslog.tcshrc.viminfo2:设置环境变量 $PATH通常定义在/et...
分类:
系统相关 时间:
2014-10-31 13:46:46
阅读次数:
199
问题背景:phpcms前台退出登录的时候,提示了一个退出成功0让我很困惑为啥有个0呢?问题分析:进入./phpcms/modules/member/index.php找到logout方法,代码如下:public function logout() { $setting = pc_bas...
分类:
Web程序 时间:
2014-10-31 11:31:37
阅读次数:
256
#manshellbuiltinsBASH_BUILTINS(1)BASH_BUILTINS(1)NAMEbash,:,.,[,alias,bg,bind,break,builtin,cd,command,comp-gen,complete,continue,declare,dirs,disown,echo,enable,eval,exec,exit,export,fc,fg,getopts,hash,help,history,jobs,kill,let,local,logout,popd,printf,pu..
分类:
系统相关 时间:
2014-10-30 01:55:08
阅读次数:
222
SpringSecurity和CAS交互流程web用户访问服务公共页面,没有涉及SpringSecurity和CAS用户访问一个受保护的页面或页面中使用了一个受保护的bean,SpringSecurity的ExceptionTranslationFilter发现异常AccessDeniedException或AuthenticationException用户的Authentication对象(..
分类:
编程语言 时间:
2014-10-19 17:14:51
阅读次数:
313
$(".li_logout_a").click(function (e) { var hrefs = location.href; e.preventDefault(); $("#lnk_username span").text(""); $(...
分类:
其他好文 时间:
2014-10-15 15:30:30
阅读次数:
199
实验环境:CiscoPacketTracer6.0设备需求:2811路由器一台实验目的:进入路由器各种模式并设置主机名语法:1.从路由器用户模式进入特权模式:Router0>enable2.从特权模式进入全局配置模式:Router0#configureterminal3.为路由器设置主机名:Router0(config)#hostname{hostname}4..
分类:
其他好文 时间:
2014-09-30 13:45:50
阅读次数:
210
1.从当前用户转到root用户:直接输入su命令,然后输入root密码,如果之前没有设置root命令密码会登陆不成功,这里需要命令sudo passwd命令设置密码,然后按照上面输入就成;从root命令转普通用户:使用exit命令就可以。使用logout会有问题bash: logout: not l...
分类:
其他好文 时间:
2014-09-26 00:26:07
阅读次数:
200
大家知道在spring中有一个基于acegi开发的spring-security的权限管理模块,它是一个轻量级框架。 SpringSecurity能以声明的方式来保护Web应用程序的URL访问,只需简单的配置即可实现。SpringSecurity通过一系列Servlet过滤器为Web应用程序提...
分类:
编程语言 时间:
2014-09-22 18:56:42
阅读次数:
515