码迷,mamicode.com
首页 >  
搜索关键字:active directory    ( 10384个结果
NMEA-0183
GPGSA( 当前卫星信息) 例:$GPGSA,A,3,01,20,19,13,,,,,,,,,40.4,24.4,32.2*0A 字段0:$GPGSA,语句ID,表明该语句为GPS DOP and Active Satellites(GSA)当前卫星信息 字段1:定位模式(选择2D/3D)...
分类:其他好文   时间:2014-04-30 03:56:03    阅读次数:644
C# 在本地创建文件夹及子文件夹
1 string dict = @"d:\估价报告\"; 2 if (!Directory.Exists(dict)) 3 { 4 Directory.CreateDirectory(dict); //创建文件夹 5 } 6 string subFolder = "su...
分类:其他好文   时间:2014-04-29 23:09:44    阅读次数:444
Java01 常用的linux命令
一、linux 命令 0.man:查询使用手册1.pwd:Print the full filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information about the FILEs (the current...
分类:编程语言   时间:2014-04-29 11:31:46    阅读次数:489
netstat状态
Netstat 状态分析Netstat状态分类用netstat -an命令查看!再stat下面有一些英文,简单说一下这些英文具体都代表什么:LISTEN:(Listening for a connection.)侦听来自远方的TCP端口的连接请求SYN-SENT:(Active; sent SYN....
分类:Web程序   时间:2014-04-27 21:05:38    阅读次数:1249
10384条   上一页 1 ... 1037 1038 1039
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!