//前台:<asp:DataListID="daliXi"runat="server"Width="100%"RepeatDirection="Horizontal"><ItemTemplate><asp:CheckBoxID="cbXi"runat="server"/><asp:LabelID="lbXi"runat="server"Text=’<%#DataBinder.Eval(Container.DataItem,"Stu_xbmc")%>..
分类:
其他好文 时间:
2015-02-14 01:19:35
阅读次数:
183
今天有个朋友跟我聊天时提到他们公司的域用户经常会遇到被锁定的状态,而且4小时后会自动解锁,想查看AD里面是否能够统计和显示域用户登录失败次数和时间等信息。所以搭建了个小测试来解决这个问题。声明:在启用上次交互式登录之前务必提前做好测试,否则会造成用户端无法登陆..
分类:
其他好文 时间:
2015-02-14 01:20:25
阅读次数:
283
structscsi_cmnd{
structscsi_device*device;
structlist_headlist;/*scsi_cmndparticipatesinqueuelists*/
structlist_headeh_entry;/*entryforthehosteh_cmd_q*/
structdelayed_workabort_work;
inteh_eflags; /*Usedbyerrorhandlr*/
/*
*ASCSICommandisassignedan..
分类:
其他好文 时间:
2015-02-14 01:19:42
阅读次数:
186
工具:node-inspectorpomelo-clichrome步骤通过pomelo-cli中的dumpmemory,导出当前服务器的内存堆栈文件:dump1.heapsnapshot。服务器运行指定模块一段时间后,导出堆栈文件:dump2.heapsnapshot。用chrome读取堆栈文件:打开开发者工具->Profiles->Load->选择堆栈文..
分类:
其他好文 时间:
2015-02-14 01:19:24
阅读次数:
793
文章地址:http://blog.csdn.net/yuliqi0429/article/details/41907645
分类:
其他好文 时间:
2015-02-14 01:19:18
阅读次数:
132
[user]
name=***
email=***@***.***
[core]
editor=vim
[color]
status=auto
branch=auto
diff=auto
ui=true
pager=true
[color"branch"]
current=yellowreverse
local=yellow
remote=green
[color"diff"]
meta=yellowbold
frag=magentabold
old=redbold
new=greenbold
[color"..
分类:
其他好文 时间:
2015-02-14 01:18:56
阅读次数:
356
文章地址:http://blog.csdn.net/yuliqi0429/article/details/40537439
分类:
其他好文 时间:
2015-02-14 01:17:52
阅读次数:
129
文章地址:http://blog.csdn.net/yuliqi0429/article/details/40536585
分类:
其他好文 时间:
2015-02-14 01:17:42
阅读次数:
168
文章地址:http://blog.csdn.net/yuliqi0429/article/details/40536501
分类:
其他好文 时间:
2015-02-14 01:18:48
阅读次数:
144
文章地址:http://blog.csdn.net/yuliqi0429/article/details/41907645
分类:
其他好文 时间:
2015-02-14 01:16:32
阅读次数:
141
文章地址:http://blog.csdn.net/yuliqi0429/article/details/41907711
分类:
其他好文 时间:
2015-02-14 01:17:38
阅读次数:
169
文章地址:http://blog.csdn.net/yuliqi0429/article/details/41911421
分类:
其他好文 时间:
2015-02-14 01:18:38
阅读次数:
138
前言:对于大多数人来说想学习vmware就必须要解决共享存储的问题,我们可以通过在workstation上安装openfiler来模拟一台存储设备。一:软件环境workstation10openfileresa-2.99.1-x86_64-disc1.iso二:网络规划192.168.166.0/24管理网络+业务网络192.168.252.0/24存储网络三:..
分类:
其他好文 时间:
2015-02-14 01:16:17
阅读次数:
380
CentOS7x86_64Minimal配置网络:vi/etc/sysconfig/network-scripts/ifcfg-eth0NAME=eth0
TYPE=Ethernet
ONBOOT=yes
BOOTPROTO=static
IPADDR=172.16.4.243
GATEWAY=172.16.4.254
NETMASK=255.255.255.0
DNS1=114.114.114.114systemctlrestartnetwork安装ansible:easy_installs..
分类:
其他好文 时间:
2015-02-14 01:14:31
阅读次数:
820
WSUS服务站点的应用程序池WSUSPool,缺省情况下,每经过1740分钟,即29小时会自动回收。在绝大多数的应用场景下,这个缺省配置可以正常无误地执行特性功能,而无需手工执行回收操纵。在特定的场景中,你将在系统事件查看器中捕获到5002事件,则需要绑定事件操作,以确保WSUS服..
分类:
其他好文 时间:
2015-02-14 01:14:31
阅读次数:
1050
主服务器端,向从服务器端实时同步数据master端IP地址:192.168.1.39(node1)slave端IP地址:192.168.1.40(node2)一、配置从服务器在从服务器安装rsync,创建并配置rsync文件。[root@node2~]#yuminstall-yrsync
hostsallow=192.168.1.39
hostsdeny=*
list=true
uid=root
gid=r..
分类:
其他好文 时间:
2015-02-14 01:15:59
阅读次数:
248
centos软件包不外乎有三大类:镜像下载的dvd1里面的为base基础包镜像下载的dvd2里面的为Extra扩展包互联网上的其他的为epel包epel源的官方地址http://fedoraproject.org/wiki/EPEL/zh-cn不能说搭建yum源,应该是配置yum源;方法有两种:方法一:用网上的:repo源一般是各大镜像..
分类:
其他好文 时间:
2015-02-14 01:14:45
阅读次数:
158