我刚刚开始使用BootStrap,但是出现了
Uncaught TypeError: $(...).datetimepicker is not a function错误消息.有人能告诉我这段代码遗漏了什么吗?
从那以后,提到了多个类似的问题,但无济于事.
home_page.html
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Health Insurance</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.css">
<link rel="stylesheet" href="js/bootstrap-datepicker.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
</head>
<body>
<form role="form">
<div class="form-group form-group-sm">
<label class="col-sm-2 control-label" for="insuredName">Insured Name :</label>
<div class="col-sm-3">
<input class="form-control" type="text" id="insuredName" placeholder="Insured Name">
</div>
</div>
<div class="form-group form-group-sm">
<label class="col-sm-2 control-label" for="rel_PolicyHolder">Relation with Policy Holder :</label>
<div class="col-sm-3">
<input class="form-control" type="text" id="rel_PolicyHolder" placeholder="Relation with Policy Holder"> <br …Run Code Online (Sandbox Code Playgroud) __PRE__
Eclipse位于:E:\ eclipse
Web项目位于:E:\ Runtime_Testing\src\study_to_night
Tomcat位于:C:\ apache-tomcat-7.0.54-windows-x64
__PRE__
E:\eclipse
E:\Runtime_Testing\src\study_to_night
C:\apache-tomcat-7.0.54-windows-x64JAR文件规范页面,E:OneForAll.jar"导出Java源文件和资源"
OneForAllE:OneForAll.jar ;JAR是我的.jar文件的名称
Error: Invalid or corrupt jarfile 'E:OneForAll.jar'"压缩JAR文件的内容"
E:\eclipse
按照上述步骤,E:\Runtime_Testing\src\study_to_night在指定位置创建可执行文件.只是为了检查是否已经在.jar组件中提取了所有文件,当我选择"Extract files"选项时,所有源文件都是可追踪的.但是,双击它会抛出错误:无效或损坏 jarfile'E:OneForAll.jar'.
C:\apache-tomcat-7.0.54-windows-x64 有什么我错过了吗? E:OneForAll.jar
有人可以指导我完成手动执行此操作的步骤吗?