1 $a=get-process2 foreach ($b in $a)3 {4 write-host "hello: $($b.id)"5 }返回结果:hello: 2536hello: 3528hello: 2316hello: 608hello: 732hello: 1392hello: 2....
分类:
其他好文 时间:
2014-08-17 11:32:22
阅读次数:
176
必须运行的是apache服务器下文写法是将不带www的跳转到带www的网址具体的写法如下 大家可以参考自行修改其中的url即可 如果不行 请检查服务器环境Options +FollowSymLinksrewriteEngine onrewriteCond %{http_host} ^ijucan.c...
分类:
数据库 时间:
2014-08-17 00:59:11
阅读次数:
219
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# the name of the group this storage server belongs to
group_name=group1# bind an address of this host
#...
分类:
其他好文 时间:
2014-08-16 13:50:50
阅读次数:
292
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# bind an address of this host
# empty for bind all addresses of this host
bind_addr=10.16.139.202# the track...
分类:
其他好文 时间:
2014-08-16 13:50:40
阅读次数:
299
1:1:MySql Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' 解决方法环境:linux,mysql5.5.21错误:Host is blocked because ...
分类:
其他好文 时间:
2014-08-16 09:43:30
阅读次数:
2019
实验01中继链路实验目标:配置trunk链路并且主机能互相ping通实验环境:2台交换机,8台PC机实验步骤:实验拓扑如下将PC1、PC2、PC5、PC6加入vlan2,PC3、PC4、PC7、PC8加入vlan3将2个交换机的接口模式全部设置为trunk模式将vlan2,vlan3添加入trunk链路PC1pingPC5,PC3pingPC7..
分类:
其他好文 时间:
2014-08-16 01:07:10
阅读次数:
285
总结一下树状数组的题目:{POJ}{3928}{Ping Pong}非常好的题目,要求寻找一个数组中满足A[i]0。{POJ}{3067}{Japan}顺序给两组平行的点依次编号1~N和1~M,给定K个线段在两组点之间,求相交(cross)的线段对有多少个,同一个起点或终点不算相交。由于题目涉及到统...
分类:
其他好文 时间:
2014-08-15 22:20:19
阅读次数:
252
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2492 Ping pongProblemDescriptionN(3 2 #include 3 #define size 100100 4 int n,c[size],x1...
分类:
其他好文 时间:
2014-08-15 20:51:49
阅读次数:
264
实现访问localhost:8080/ 直接访问你的项目修改tomcat下的conf下的server.xml找到host标签 在里面添加
分类:
其他好文 时间:
2014-08-15 19:29:09
阅读次数:
165
虚拟机这里称为client,物理机称为Host配置目的:client可以和Host连接,client为静态ip,同时client可以上网配置的过程:1、选择虚拟机的NAT网络配置2、在虚拟机界面选择网络配置3、这里是关键主要是要设置DNS和网关,之后client需要使用该网关和DNS4、然后进入NAT设置选项,..
分类:
其他好文 时间:
2014-08-15 18:06:09
阅读次数:
202