E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
CurrentUser
录播教室预约系统(八)-客户端部门管理员增加教室
ClassRoomclassRoom=newClassRoom(); classRoom.RoomName=txtClassRoom.Text.Trim(); classRoom.Department=this.
currentUser
.Department
名山大川网络工作室
·
2015-03-03 14:00
录播教室预约系统(七)-客户端更改密码
界面如下:客户端代码://用这2个属性映射新密码和旧密码 //原密码 this.
currentUser
.Password=textBox1.Text.Trim(); //新密码 this.
currentUser
.NewPassword
名山大川网络工作室
·
2015-03-03 14:00
录播教室预约系统(七)-客户端更改密码
界面如下:客户端代码://用这2个属性映射新密码和旧密码 //原密码 this.
currentUser
.Password=textBox1.Text.Trim(); //新密码 this.
currentUser
.NewPassword
名山大川网络工作室
·
2015-03-03 14:00
录播教室预约系统(七)-客户端更改密码
界面如下:客户端代码: //用这2个属性映射新密码和旧密码 //原密码 this.
currentUser
.Password = textBox1.Text.Trim
明月穿潭
·
2015-02-09 16:52
客户端
networkcomms.cn
教室预约
隐藏任务管理器里面的程序?
private void SetKey(bool enableTaskManager) { using ( var mKey = Registry.
CurrentUser
.CreateSubKey
·
2015-01-05 16:00
管理
Shiro的Session管理
n基本使用 可以通过与当前执行的Subject交互来获取Session: Subject
currentUser
= SecurityUtils.getSubject();
boonya
·
2014-11-24 13:00
apache
spring
shiro
Security
使用证书签名PowerShell脚本
)PS C:\Windows\system32> New-SelfSignedCertificate -DnsName www.mycard.com -CertStoreLocation Cert:\
CurrentUser
lixiaonuohao
·
2014-11-20 11:20
powershell
脚本签名
bho加载失败的原因1
很清楚,是要去在LocalMachine和
CurrentUser
下去找Software\Microsoft\InternetExplorer\Main的EnableBrowserExtensions的值
u013037007
·
2014-11-12 11:00
判断Outlook与Exchange是否正常连接
但是当Outlook与Exchange没有进行连接时获取诸如
CurrentUser
、Sender等对象时会出现假死状态,为了解决此类问题,我们就需要在进行操作之前获取当前Outlook是否与Exchange
zjlei0712
·
2014-11-10 10:42
outlook
Exchange连接
Outlook开发
通过Web-Socket实现客户端和服务器端的数据交互
的通信:1byte定义开始、1byte定义字长客户端:发送协议 ――ws://普通web-socket ――wss:://加密web-socket创立连接: varws,
currentUser
sjytyzzm
·
2014-04-03 11:45
html5
websocket
shiro基于角色的授权
Subject
currentUser
= SecurityUtils.get
鑫鑫哥哥呀
·
2014-03-23 20:00
shiro实现授权的三种操作
如何在shiro中使用授权1、使用编程方式判断是否有管理员角色if (
currentUser
.hasRole("admin")) {}判断用户是否有打印的权限Permission printPermission
鑫鑫哥哥呀
·
2014-03-23 20:00
c#注册表操作类分享
复制代码代码如下://////注册表基项静态域//////主要包括:///1.Registry.ClassesRoot对应于HKEY_CLASSES_ROOT主键///2.Registry.
CurrentUser
·
2014-03-12 11:11
C#注册表读写完整操作类
阅读更多1.注册表基项静态域//////注册表基项静态域///1.Registry.ClassesRoot对应于HKEY_CLASSES_ROOT主键///2.Registry.
CurrentUser
对应于
zxlyecf2
·
2014-03-11 10:00
注册表操作
Register
C#注册表读写完整操作类
阅读更多1.注册表基项静态域//////注册表基项静态域///1.Registry.ClassesRoot对应于HKEY_CLASSES_ROOT主键///2.Registry.
CurrentUser
对应于
zxlyecf2
·
2014-03-11 10:00
注册表操作
Register
从AD中获取SharePoint用户的登录名和显示名的方法
1.SharePoint本身的对象模型就可以获取,使用SPContext.Current.Web.
CurrentUser
中可以获得登录名(loginname),显示名(displayname),和sid
shrenk
·
2014-02-08 13:00
name
login
SharePoint
sid
ad
关于Apache Shiro的Remembered与Authenticated
看shiro的官方文档,其中对操作者(
currentUser
)Remembered 与Authenticated的两种状态的解释非常的详细。
漆黑之牙
·
2014-01-24 16:00
apache
SpringMVC杂记(十七) HandlerMethodArgumentResolver接口应用example
以shiro为例,扩展一个标注,@
CurrentUser
,只要有这个标注,就可以在shiro的安全上下文中取出适当的对象直接从参数传入,request响应函数。
yingzhor
·
2014-01-24 15:00
SpringMVC杂记(十七) HandlerMethodArgumentResolver接口应用example
以shiro为例,扩展一个标注,@
CurrentUser
,只要有这个标注,就可以在shiro的安全上下文中取出适当的对象直接从参数传入,request响应函数。
yingzhor
·
2014-01-24 15:00
c#读写注册表示例分享
RegistryKeyregWrite;//往HKEY_CURRENT_USER主键里的Software子键下写一个名为“Test”的子键//如果Test子键已经存在系统会自动覆盖它regWrite=Registry.
CurrentUser
.CreateSubKey
·
2014-01-16 16:18
C#读写注册表
RegistryKeyregWrite; //往HKEY_CURRENT_USER主键里的Software子键下写一个名为“Test”的子键 //如果Test子键已经存在系统会自动覆盖它 regWrite=Registry.
CurrentUser
.CreateSubKey
jianxia_wzx
·
2014-01-15 14:00
通过shell脚本获取主机信息
/bin/bash echo"
CurrentUser
:$USER" count=`find/etc/sysconfig/network-scripts/-nameifcfg-e
n3h3aaaaa
·
2014-01-03 17:03
shell
脚本
服务程序C#编写系统服务,注册表读写问题
所以服务程序访问注册表的
CurrentUser
时并不是你当前登陆账号下的
CurrentUser
,所以在你当前陆账号下的
CurrentUser
下建立的键值,服务程序根本无法访问到,给人的错觉就是服务程序无法读写注册表
zb872676223
·
2013-12-23 16:00
shiro的一些概念
currentUser
.logout(); Shiro 的API 使用它的Subject 概念从根本上代表了“当前用户”的概念。
流浪鱼
·
2013-10-12 11:00
shiro
Mysql中如何查看版本
- mysqlVer14.14Distrib5.5.24,forosx10.6(i386)usingreadline5.1 Connectionid:471 Currentdatabase:test
Currentuser
ustb80
·
2013-09-16 12:50
查看mysql版本
查看MySQL数据库的默认编码
mysql>status;————–mysqlVer14.12Distrib5.0.77,forWin32(ia32)Connectionid: 1072Currentdatabase:
Currentuser
jackguo
·
2013-08-23 08:00
查看MySQL数据库的默认编码
C#创建注册表权限问题
阅读更多privatevoidForm1_Load(objectsender,EventArgse){try{//创建RegistryKey实例RegistryKeyhklm=Registry.
CurrentUser
技术改变未来
·
2013-08-20 15:00
C#
注册表
权限
C#创建注册表权限问题
阅读更多privatevoidForm1_Load(objectsender,EventArgse){try{//创建RegistryKey实例RegistryKeyhklm=Registry.
CurrentUser
技术改变未来
·
2013-08-20 15:00
C#
注册表
权限
查看mysql状态信息
mysqlVer14.14Distrib5.1.69,forredhat-linux-gnu(x86_64)usingreadline5.1Connectionid:28035#连接IDCurrentdatabase:#当前数据库
Currentuser
jk88
·
2013-07-22 13:09
mysql
status
MySQL数据库
探讨:MySQL中如何查询当前正在运行的SQL语句
----------mysqlVer11.18Distrib3.23.58,forredhat-linux-gnu(i386)Connectionid:53Currentdatabase:(null)
Currentuser
·
2013-06-14 11:49
如何更改outlook邮件附件的默认保存地址
3.在注册表编辑器中,找到注册表中的以下子项: HKEY_
CURRENTUSER
·
2013-05-19 18:00
out
mysql 查询及设置数据库编码
mysql>status;————–mysqlVer14.12Distrib5.0.77,forWin32(ia32)Connectionid: 1072Currentdatabase:
Currentuser
lengxue789
·
2013-04-18 11:00
Shiro User Manual-Session Management
1.1 Using Sessions 使用Subject获取Session: Subject
currentUser
= SecurityUtils.getSubject(); Session
Technoboy
·
2013-04-17 22:00
shiro
Security
Shiro User Manual-Session Management
1.1 Using Sessions 使用Subject获取Session: Subject
currentUser
= SecurityUtils.getSubject(); Session
Technoboy
·
2013-04-17 22:00
shiro
Security
SharePoint中获取当前登录的用户名
System.Web.HttpContext.Current.User.Identity.Name.ToString(); 或者: SPContext.Current.Site.OpenWeb().
CurrentUser
.Name.ToString
·
2013-02-26 11:00
SharePoint
2011-05-04 15:45 Mysql查看目前执行sql语句的信息
status;————–mysqlVer11.18Distrib3.23.58,forredhat-linux-gnu(i386)Connectionid:53Currentdatabase:(null)
Currentuser
TommyDo
·
2012-11-15 15:00
Apache Shiro 编程方式授权
例如: SubjectcurrentUser=SecurityUtils.getSubject(); if(
currentUser
.hasRol
peterwanghao
·
2012-11-09 09:00
apache
Apache Shiro 编程方式授权
例如:Subject
currentUser
= SecurityUtils.getSubject();if(
currentUser
.hasRole("admi
peterwanghao
·
2012-11-09 09:00
Apache Shiro 退出
退出操作可以通过调用subject.logout()来释放你的登录信息,如:
currentUser
.logout(); //removes all identifying information
peterwanghao
·
2012-10-18 09:00
apache
Apache Shiro 退出
退出操作可以通过调用subject.logout()来释放你的登录信息,如:
currentUser
.logout();//removesallidentifyinginformationandinvalidatestheirsessiontoo
peterwanghao
·
2012-10-18 09:00
apache
Web
shiro
session
Cookies
安全相关
Apache Shiro 认证失败处理
AuthenticationTokentoken=newUsernamePasswordToken(loginName,loginPwd);SubjectcurrentUser=SecurityUtils.getSubject();try{
currentUser
.login
peterwanghao
·
2012-10-18 09:58
Shiro
Apache Shiro 认证失败处理
newUsernamePasswordToken(loginName,loginPwd); SubjectcurrentUser=SecurityUtils.getSubject(); try{
currentUser
.login
peterwanghao
·
2012-10-18 09:00
apache
shiro
token
Apache Shiro 认证失败处理
AuthenticationTokentoken=newUsernamePasswordToken(loginName,loginPwd);SubjectcurrentUser=SecurityUtils.getSubject();try{
currentUser
.login
peterwanghao
·
2012-10-18 09:00
apache
NSIS随笔
SilentInstallsilent——设置静默安装此状态下可使用MessageBox 的/SD参数来指定静默安装时默认的返回值HKLM——LocalMachineHKCU——
CurrentUser
Mumoo
·
2012-09-27 17:00
C#读、写、删除注册表
1.首先,必须导入空间"Microsoft.Win32"2.利用Registry类,确定注册表的分支(ClassesRoot,
CurrentUser
,Users,LocalMachine,CurrentConfig
wangyizhi58
·
2012-09-11 09:00
String
C#
Blog
mac 下 添加/删除/管理 开机自动运行程序
3.进入自动登陆,选中当前用户(
CurrentUser
),程序右边显示开机自动运行程序的管理 选择要取消的应用程序,点击下面的减号(-)。 增加自动运行,选择下
FuDesign2008
·
2012-09-06 10:00
user
System
工具
login
ubuntu crontab 用法
用法 在ubuntu里边 crontab -e 加入要执行的任务,无法保存,使用vi ,那就是要设置系统变量 一、 cd ~ 切换到当前用户的根目录下,也就是 /home/
currentuser
thinktothings
·
2012-08-06 09:00
crontab
C# 操作注册表
usingMicrosoft.Win32;在这个命名空间里面包含了许多注册表相关的类,足够我们使用了~~2:命名空间里面提供了一个类:RegistryKey 利用它我们可以定位到注册表最开头的分支:ClassesRoot,
CurrentUser
wyz52126
·
2012-07-22 10:00
C#操作注册表
usingMicrosoft.Win32;在这个命名空间里面包含了许多注册表相关的类,足够我们使用了~~2:命名空间里面提供了一个类:RegistryKey 利用它我们可以定位到注册表最开头的分支:ClassesRoot,
CurrentUser
MingoJiang
·
2012-07-19 23:00
WinForm 加快开关机速度,加快自动刷新频率,加快菜单显示速度
加快开关机速度ViewCode加快自动刷新频率ViewCode加快菜单显示速度ViewCodeRegistryKeyrgK=Registry.
CurrentUser
.CreateSubKey(@"ControlPanel
·
2012-06-24 20:00
WinForm
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他