NC -v IP地址 端口<c:\1.txt具体实例:NC -v 211.157.106.78
8080 <c:\1.txt打开记事本,写一段批处理让nc自动传包 格式:gonc -v 211.157.106.78
8080<c:1.txtgoto go将文件保存为批处理1.bat
分类:
移动开发 时间:
2014-07-22 23:00:53
阅读次数:
343
1、先新建一个客制表2、创建一个函数组3、SE11中该表->实用程序->表维护生成器->权限组填写&NC& ->
函数组填写刚才创建的函数组->维护类型为一步->概述屏幕101->点击查找屏幕号旁边的创建按钮就OK了这边说明一下:表维护的实质是自动生成维护页面并存放到函数组中的,所以维护类型选择‘一...
分类:
其他好文 时间:
2014-05-10 01:27:12
阅读次数:
320
一:数组复制//方法一//slice()函数将会返回一个新的数组对象 var arr =
[1,2,3,4]; var clone = arr.slice(0); arr.splice(1,2);//删除从位置1开始的两个元素
console.log("arr:" + arr + "\nc...
分类:
编程语言 时间:
2014-05-04 20:41:11
阅读次数:
309
Pat1063代码
题目描述:
Given two sets of integers, the similarity of the sets is defined to be Nc/Nt*100%, where Nc is the number of distinct common numbers shared by the two sets,
and Nt is the to...
分类:
其他好文 时间:
2014-04-29 13:44:20
阅读次数:
325