摘要:今日闲来无聊, 看到csdn上有篇文章说关于 shellexecute 函数的使用,突发奇想,如何利用 shellexecute这个好东东来调用 cmd.exe 这个命令提示符程序并赋予一个值给它,让它自动进行 ping 操作?
关键发现: 先打开ms-dos 窗口研究,在命令提示字符下输入 cmd/? ,查看cmd.exe这个m$一直保留的程序的帮助,有了发现.
//============......
摘要:通过声明二维数组绑定select下拉菜单
<html><head><title>动态改变下拉菜单内容示例</title></head><script language=javascript>
//定义一个二维数组aarray,用于存放城市名称。var acity=new array();acity[0]=new arr......
常见windows进程查询wintasks process library
【程序编程相关:
Wicket:我们需要不同的表现层框架吗】
【推荐阅读:HELLOWORLD级事件属性监听小技巧】
security risks listed in the wintasks process library 【扩展信息:VB.net入门(1):使用Snippe】
the wintasks process library contains information about all common windows processes and is continously updated with new information. on this page you can find a subset of the most popular processes listed in wintasks process library. the categories available online are: security risks, system processes, and applications. ( more info on security risks ) ...
下一页 摘要: 进入公司开始学习编程,最近一个项目是电子地图,经过多次调试该程序,发现很多错误,于是变成了心得。1、函数有多个返回值时,需要考虑多种情况。 如 a_function( input) { if (input == a) { return ret1; } else { return null; } }在调用的时候,设计时考虑输入的input在通常情况是一个存在的值,所以函数返回时没有考虑......