摘要: //custom_functions_inc.php error_parameters( 'the original_due_date must > 1' ); trigger_error( ERROR_VALIDATE_FAILURE, ERROR ); //custom_constants_inc.php <?php define( 'SENIOR_DEVELO... 阅读全文
posted @ 2017-06-07 13:20 sky20080101 阅读(108) 评论(0) 推荐(0) 编辑
摘要: Schtasks /create /sc ScheduleType /tn TaskName /tr TaskRun [/s Computer [/u [Domain\]User [/p Password]]] [/ru {[Domain\]User | System}] [/rp Password] [/mo Modifier] [/d Day[,Day...]| *] [/m Month[,... 阅读全文
posted @ 2017-06-07 11:08 sky20080101 阅读(190) 评论(0) 推荐(0) 编辑
摘要: C#通过webbrowser控件与JavaScript交互 1.C#里调用控件里面网页的js函数 // 调用JavaScript的messageBox方法,并传入参数 object[] objects = new object[1]; objects[0] = “C#访问JavaScript脚本”; 阅读全文
posted @ 2017-06-07 10:56 sky20080101 阅读(254) 评论(1) 推荐(0) 编辑