第一节 学科发展的历史脉络在古代社会,因研究对象和问题的不同,出现了若干早期学科。像数学、天文学、农学、医学等学科(图2-1),都有自己明确的研究对象和研究内容,它们在西方的希腊化时代和中国的秦汉时期就有了各自的范式,成为最早独立的一批学科。古代对自然的探索往往服从于探索世界本原的哲学目的,以及对日常经验的解释。例如,亚里士多德(0,前384~前322)重视经验观察,不过,他将关于自然的知识安排在了哲学的较低层次(图2-2)。 图2-1 《几何原本》、《九章算术》书影
"
html += "
"
$("#SocialLogin").html(html);
}
);
$("#logindiv1").show();
$('#zhezhao').show();
$(window).on("scroll",function(){
$(this).scrollTop (0);
});
debugger;
//记住密码功能
var str = getCookie("ZAS_KeepUsrPwd");
str = str.substring(0,str.length);
var username = str.split("_")[0];
var password = str.split("_")[1];
//自动填充用户名和密码
$("#UserName").val(username);
$("#Password").val(password);
}
$(".btn-close").click(function(){
$("#logindiv1").hide();
$('#zhezhao').hide();
$('#orgBuybox').hide();
$(window).off("scroll");
});
$("#orgBuy").click(function(){
$('#zhezhao').show();
$('#orgBuybox').show();
});
function doRecom(){
debugger;
$('#RecommendNameInfo').text("");
$('#BranchNameInfo').text("");
$('#CollegeInfo').text("");
$('#BranchContractWayInfo').text("");
var arr = [];
if($('#RecommendName').val().length==0){
arr.push("RecommendName");
}
if($('#BranchName').val().length==0){
arr.push("BranchName");
}
if($('#College').val().length==0){
arr.push("College");
}
if($('#BranchContractWay').val().length==0){
arr.push("BranchContractWay");
}
if(arr.length>0){
for(var i=0;i