在PS2.0中,如果返回值为空,则count也会返回空(vm.txt内容为空),如下:(gc
d:\vm.txt).count如果加上@的话,会返回0@(gc
d:\vm.txt).count在PS3.0中,即使内容为空,count也会返回0=============================...
分类:
其他好文 时间:
2014-06-10 12:58:20
阅读次数:
177
奇偶校验位是一个表示给定位数的二进制数中1的个数是奇数还是偶数的二进制数。奇偶校验位是最简单的错误检测码。A
parity bit, or check bit is a bit added to the end of a string of binary code
that indicates wh...
分类:
Web程序 时间:
2014-06-10 11:51:03
阅读次数:
288
路由器A router is a device that forwards data packets
between computer networks. This creates an overlay internetwork, as a router is
connected to two or...
分类:
Web程序 时间:
2014-06-10 11:26:26
阅读次数:
277
dir1下有个log_1.log dir2下有个log_2.log 两个文件如下:
p_ylwu@VM_194_111_sles10_64:/home/jdxochen/exercise> cat -v dir1/log_1.log
1
3
5
7
9
0
p_ylwu@VM_194_111_sles10_64:/home/jdxochen/exercise> cat -v di...
分类:
系统相关 时间:
2014-06-10 11:04:29
阅读次数:
265
概述 我们在上一篇Windows平台分布式架构实践 -
负载均衡中讨论了Windows平台下通过NLB(Network Load Balancer)
来实现网站的负载均衡,并且通过压力测试演示了它的效果,可以说还是非常的理想的。同时我们也收集到了不少的问题,比如说如何在这种分布式的架构下使用Ses....
An IO call issynchronousif, when you call it, it
does not return until the operation is completed, or until enough time has
passed that your network s...
分类:
编程语言 时间:
2014-06-10 10:07:56
阅读次数:
273
近期可能很多人发现网站打开速度变慢,这里分享一下该问题的定位方法。
我在本地部署了一个wordpress站点,近几天突然发现网站访问速度奇慢,实在不能忍,于是采用如下方法解决了这个问题:
1)使用chrome(360浏览器也可以),打开目标网页。
2)在页面空白处点击鼠标右键 → 选择“审查元素” → 选择“Network”选项卡,如下图:
3)按F5刷新页面,结果如下:...
分类:
Web程序 时间:
2014-06-10 07:25:13
阅读次数:
269
手机游戏目前是弱联网居多,http登录是常用功能。我们现在就来实现。
在启动时候,自动请求http.function MainScene:ctor()
local url = "http://localhost/request.php"
local request = network.createHTTPRequest(onRequestFinished, url, "P...
分类:
Web程序 时间:
2014-06-10 07:20:02
阅读次数:
446
每个app 都有一个自己的 linux 进程;每个进程都在自己的虚拟机里执行两个app
可以跑在一个进程,一个vm里android app 四大组件:activity,content provider, services, broardcast
receiversContent Resolver ....
分类:
移动开发 时间:
2014-06-10 00:25:23
阅读次数:
287