Get-WmiObject -Class Win32_LogicalDisk -Filter "DriveType=3" | Format-Table deviceid, @{Label="free(GB)"; Expression={($_.freespace/1GB).tostring("f1....
分类:
其他好文 时间:
2014-08-08 12:07:55
阅读次数:
238
程序将第一个创建的窗体作为主窗体。如果创建了一个后,在其他窗体尚未创建的时候便释放调,此时又创建了一个窗体,那么第二次创建的窗体就会变成主窗体了。关闭主窗体,程序就认为是终止运行,并且调用 Free 释放掉主窗体资源,进而程序结束退出。而关闭其他非主窗体,程序只是将其隐藏起来了。 子窗体会将主窗体....
0){ echo "操作成功!"; }else{ echo "没有受影响的行数"; }//5.接受返回的结果,并进行处理返回值是bool,并且不需要处理//6.关闭连接,释放资源由于$res是个布尔值,所以也不需要释放资源。 mysql_free_result($res); 下面...
分类:
数据库 时间:
2014-08-07 22:47:45
阅读次数:
347
Download AnacondaAnaconda is a completely free Python distribution (including for commercial use and redistribution). It includes over 195 of the most...
分类:
编程语言 时间:
2014-08-07 12:54:29
阅读次数:
241
一台老的PHP后台服务器,今天用 free -m 查看,发现内存跑满了。再 top,然后按下shift+m,也就是按内存占用百分比排序,发现排在第一的进程,才占用0.9%,那是什么占用的呢?谷歌了一下,据说是centos 为了提高效率,把部分使用过的文件缓存到了内存里。如果是这样的话,我又不需要这样...
分类:
其他好文 时间:
2014-08-07 12:43:39
阅读次数:
331
Exponential smoothingFrom Wikipedia, the free encyclopedia Exponential smoothingis a technique that can be applied totime seriesdata, either to produ....
分类:
其他好文 时间:
2014-08-07 12:14:00
阅读次数:
249
RHEL6.5---查看服务器的内存:[root@linuxcast/]#free-mtotalusedfreesharedbufferscachedMem:1870179476062862-/+buffers/cache:8681001Swap:409504095---查看服务器cpu信息[root@linuxcast/]#lscpuArchitecture:x86_64CPUop-mode(s):32-bit,64-bitByteOrder:LittleEndianCPU(..
分类:
Web程序 时间:
2014-08-07 07:31:30
阅读次数:
263
Find and exploit SQL Injections with free Netsparker SQL Injection ScannerSQL Injection Cheat Sheet, Document Version 1.4About SQL Injection Cheat She...
分类:
数据库 时间:
2014-08-07 00:32:47
阅读次数:
422
http://www.definethecloud.net/vxlan-deep-dive/ I’ve been spending my free time digging into network virtualization and network overlays. This is part ...
分类:
其他好文 时间:
2014-08-06 14:15:31
阅读次数:
337
各种蓝牙协议的全称:
OPP:对象存储规范(Object Push Profile),最为常见的,文件的传输都是使用此协议。
HFP:(Hands-free Profile),让蓝牙设备可以控制电话,如接听、挂断、拒接、语音拨号等,拒接、语音拨号要视蓝牙耳机及电话是否支持。
HDP: HDP (Health Device Profile) 蓝牙医疗设备模式 可以创建支...
分类:
移动开发 时间:
2014-08-06 11:54:21
阅读次数:
355