whisht

    十年

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

07 2011 档案

摘要:@echo off rem 创建快捷方式Windows7 判断操作系统 if "%OS%" == "Windows_NT" goto sys7 if exist "%USERPROFILE%\「开始」菜单\程序\DEMO" goto okStartDIR md "%USERPROFILE%\「开始」菜单\程序\DEMO" :okStartDIR shortcut.exe -f -n "%USERPROFILE%\「开始」菜单\程序DEMO\DEMO.exe.lnk"" -t " 阅读全文
posted @ 2011-07-30 14:07 WHISHT 阅读(1365) 评论(0) 推荐(0)

摘要:<html> <head> <meta http-equiv="Content-Type" content="text/html"> <title>点与线的距离及垂足点</title> </head> <script language=javascript> function dist(x, y, startx, starty, endx, endy) { var se = (startx-endx)*(startx-endx)+(starty-endy)*(starty 阅读全文
posted @ 2011-07-21 13:14 WHISHT 阅读(990) 评论(0) 推荐(0)