安博体育成为上海海港指定合作伙伴 图书馆电子资源远程访问云系统
x
您使用的是浏览器,为了更好地使用体验,建议您使用Chrome(谷歌)浏览器、Edge浏览器或360浏览器。Mac系统用户若使用360浏览器访问,请从360官网下载最新版的360极速浏览器Pro | Mac版(Apple芯片版)。
下载地址:
Chrome(谷歌)浏览器——windows32位 Chrome(谷歌)浏览器——windows64位 Chrome(谷歌)浏览器——Mac版 Edge浏览器——windows32位 Edge浏览器——windows64位 360浏览器——windows32位 360浏览器——windows64位 360浏览器——Mac版
浏览器下载

安博体育成为上海海港指定合作伙伴

安博官网体育(中国)有限公司官网
[[collections]]
总访问量:[[libraryView]] 今日访问量:[[libraryViewNow]]
访问地址:
资源库属性:
资源别名:[[siteOtherName]]
资源简称:[[abbreViation]]
资源服务商:[[provider]]
是否代理:[[isProxy]]
学科类别:[[subject]]
资源首字母:[[initial]]
资源类型:[[sourceType]]
采购状态:[[sourceStatus]]
语言种类:[[language]]
到期时间:[[overdueDate]]
资源库简介:
[[item.msg]]:[[item.filename1]]
咨询提示:
中文数据库登录问题咨询:文献采编部 张老师 39328165/8165 康老师36317015(3712)
外文数据库登录问题咨询:文献采编部何老师86319609(5609)
数据库使用方法咨询:学科服务部36317035(3730)—802/803
数据库远程访问咨询:技术服务部36317039(3733)
]*>(.*?)<\/script>/ig, "") return $sce.trustAsHtml(str) } $scope.collection = function () { if (!$scope.item.collections) { //添加 var data = new FormData() data.append('userAccount', $('#favorite1').val()); data.append('collectIds', $scope.item.id); ajaxFormPost("/api/acl_collect/add", data, function (res) { angularHttpPost($http, "/api/acl_webisite_config/getList", { "flagCode": "getListCount", "id": GetQueryString("id") }, function (data) { var item = data.result[0]; if (item.collections != undefined) { $scope.collections = '已收藏' } else { $scope.collections = '收藏' } $scope.item = item }) }); } else {//移除 var data = new FormData() data.append('id', $scope.item.collectionsId); ajaxFormPost("/api/acl_collect/delete", data, function (res) { angularHttpPost($http, "/api/acl_webisite_config/getList", { "flagCode": "getListCount", "id": GetQueryString("id") }, function (data) { var item = data.result[0]; if (item.collections != undefined) { $scope.collections = '已收藏' } else { $scope.collections = '收藏' } $scope.item = item }) }); } } if (GetQueryString("id") == undefined) { alert('无法获取到资源信息'); return } $scope.setfilename = function (filename) { return filename.substring(13) } $scope.downFile = function (item) { angularHttpPostFile($http, "/api/acl_webisite_config/getdownFile", { "filename": item.filename }, function (data) { downloadCounter(data, item.filename1) }) } $scope.getfilelist = function () { angularHttpPost($http, "/api/acl_webisite_config/pushFileGetList", { resourcesid: GetQueryString("id") }, function (data) { if (data.result.length) { $('#introductionId').addClass('active') } angular.forEach(data.result, function (filedata) { filedata.filename1 = $scope.setfilename(filedata.filename) }) $scope.fileList = data.result }) } // 先根据传入的id查询资源信息 根据查询出的资源信息进行获取到当前用户数据 angularHttpPost($http, "/api/acl_webisite_config/getList", { "flagCode": "getListCount", "id": GetQueryString("id") }, function (data) { var item = data.result[0]; if (item.collections != undefined) { $scope.collections = '已收藏' } else { $scope.collections = '收藏' } if ($(".toLOgin").html() === '登录' || $(".toLOgin").html() === 'LOGIN') { $scope.collections = '收藏' } $scope.item = item sessionStorage.setItem('detailId', ''); sessionStorage.setItem('detailname', ''); sessionStorage.setItem('detailinitial', ''); sessionStorage.setItem('detailsourceStatus', ''); sessionStorage.setItem('detailsourceType', ''); sessionStorage.setItem('detaillanguage', ''); sessionStorage.setItem('detailintroduction', ''); sessionStorage.setItem('detailisProxy', ''); sessionStorage.setItem('detailmyURL', ''); sessionStorage.setItem('detailtrueURL', ''); sessionStorage.setItem('detailsubject', ''); sessionStorage.setItem('detailsiteOtherName', ''); sessionStorage.setItem('detailabbreViation', ''); sessionStorage.setItem('detailprovider', ''); sessionStorage.setItem('detailsubsetName', ''); sessionStorage.setItem('detailLibraryView', ''); var detailId = item.id; var detailname = item.siteName; var detailinitial = item.initial; var detailsourceStatus = item.sourceStatus; var detailsourceType = item.sourceType; var detaillanguage = item.language; var detailintroduction = item.introduction; var detailisProxy = item.isProxy; var detailmyURL = item.myURL; var detailtrueURL = item.trueURL; var detailsubject = item.subject var detailsiteOtherName = item.siteOtherName var detailabbreViation = item.abbreViation var detailprovider = item.provider var detailsubsetName = item.subsetName var detailLibraryView = item.libraryView sessionStorage.setItem('detailId', detailId); sessionStorage.setItem('detailname', detailname); sessionStorage.setItem('detailinitial', detailinitial); sessionStorage.setItem('detailsourceStatus', detailsourceStatus); sessionStorage.setItem('detailsourceType', detailsourceType); sessionStorage.setItem('detaillanguage', detaillanguage); sessionStorage.setItem('detailintroduction', detailintroduction); sessionStorage.setItem('detailisProxy', detailisProxy); sessionStorage.setItem('detailsiteOtherName', detailsiteOtherName); sessionStorage.setItem('detailabbreViation', detailabbreViation); sessionStorage.setItem('detailprovider', detailprovider); sessionStorage.setItem('detailsubsetName', detailsubsetName); sessionStorage.setItem('detailLibraryView', detailLibraryView); //if (detailisProxy == '否') { sessionStorage.setItem('detailtrueURL', detailtrueURL); //} //else { sessionStorage.setItem('detailmyURL', detailmyURL); //} sessionStorage.setItem('detailsubject', detailsubject); $scope.name = sessionStorage.getItem('detailname'); $scope.initial = sessionStorage.getItem('detailinitial'); $scope.sourceStatus = sessionStorage.getItem('detailsourceStatus'); $scope.sourceType = sessionStorage.getItem('detailsourceType'); $scope.language = sessionStorage.getItem('detaillanguage'); //$scope.introduction=sessionStorage.getItem('detailintroduction'); $scope.isProxy = sessionStorage.getItem('detailisProxy'); $scope.myURL = sessionStorage.getItem('detailmyURL'); $scope.trueURL = sessionStorage.getItem('detailtrueURL'); $scope.subsetName = sessionStorage.getItem('detailsubsetName') == 'undefined' ? "" : sessionStorage.getItem('detailsubsetName'); $scope.id = sessionStorage.getItem('detailId'); //if(localStorage.getItem('dimg')){ // $('.detail-imgBox').css('background-image', 'url(/polyinfowebvpn/image/schoollogo/'+localStorage.getItem('dimg')+')') // } //获取当前资源库的访问量 var idObj = { 'id': GetQueryString("id") }; var idObjss = { id: $scope.id, resourcesName: $scope.name }; angularHttpPost($http, "/api/acl_webisite_config/getLibrary", idObj, function (data) { $scope.libraryView = data.result.libraryView === undefined ? "0" : data.result.libraryView if (data.result.introduction.indexOf('WANGEDITOR') > -1) { console.log(1) var introduction = data.result.introduction.replace('WANGEDITOR', '') $('#introductionId').html(introduction) } else { console.log(2) $('#introductionId').html($.trim(setLineFeed(data.result.introduction))) } $scope.getfilelist() if (data.result.overdueDate) { $scope.overdueDate = data.result.overdueDate.split(' ')[0] } else { $scope.overdueDate = '' } if (!data.result.imgName) { $scope.url = '../polyinfowebvpn/image/selectimage/no_image.jpg' } else { $scope.url = '../polyinfowebvpn/image/selectimage/' + data.result.imgName } $scope.jsonArray = []; for (var i = 0; i < $scope.subsetName.length; i++) { var json = {}; for (var j = 0; j < $scope.myURL.length; j++) { if (i == j) { json.name = $scope.subsetName[i]; json.value = $scope.myURL[j]; json.trueValue = $scope.trueURL[j]; json.classtypeid = data.result.classtypeid; json.typeStartUrlType = data.result.typeStartUrlType||''; json.isProxy = data.result.isProxy $scope.jsonArray.push(json); } } } }); var idObjs = { resourcesid: GetQueryString("id"), newTime: newData() } angularHttpPost($http, "/api/acl_user_type/webvpnUserCountsss", idObjs, function (data) { var id = GetQueryString("id") if (data.List[id]) { var libraryViewNow = data.List[id].accountCounts if (libraryViewNow) { $scope.libraryViewNow = libraryViewNow } else { $scope.libraryViewNow = 0 } } else { $scope.libraryViewNow = 0 } }); if ($scope.myURL.indexOf(',') > -1) { $scope.myURL = $scope.myURL.split(',') $scope.trueURL = $scope.trueURL.split(',') } else { $scope.myURL = new Array($scope.myURL) $scope.trueURL = new Array($scope.trueURL) } if ($scope.subsetName.indexOf(',') > -1) { $scope.subsetName = $scope.subsetName.split(',') } else { if ($scope.subsetName == '' || $scope.subsetName == undefined) { $scope.subsetName = new Array($scope.subsetName) $scope.subsetName = ['入口地址'] } else { $scope.subsetName = new Array($scope.subsetName) } } $scope.subject = sessionStorage.getItem('detailsubject'); $scope.siteOtherName = sessionStorage.getItem('detailsiteOtherName') == 'undefined' ? "" : sessionStorage.getItem('detailsiteOtherName'); $scope.abbreViation = sessionStorage.getItem('detailabbreViation') == 'undefined' ? "" : sessionStorage.getItem('detailabbreViation'); $scope.provider = sessionStorage.getItem('detailprovider') == 'undefined' ? "" : sessionStorage.getItem('detailprovider').split('&polyWebvpn&')[0]; $scope.hrfedetail = function (item) { if (item.trueValue == '/webvpnSocketSsh') { $.ajax({ url: '/api/acl_user/setjwtUser', type: 'get', success: function (data) { if (data.code == 200) { //$(locations).attr('href', 'http://mklvpn.com:8088/webvpn?vpnToken='+data.token); $(locations).attr('href', '/webvpnSocketSsh/#/login?vpnToken=' + data.token); } else { $(locations).attr('href', '/login?url=/webvpnSocketSsh'); } } }) } else { clearCookie() //sessionStorage.setItem('detailhref',this.item.value); // console.log(this.item.value) //统计访问量(未登录下的访问不计入) var url = this.item.value; angularHttpPost($http, "/api/acl_webisite_config/updateLV", idObj, function (data) { //已登陆,不在授权期内 if (false&&data.result.login == true && data.result.auth == false) { //item.preventDefault(); //判断用户的身份 angularHttpPost($http, "/api/acl_user/identity", {}, function (data) { if (data.result.isAdmin == true) { //跳到授权功能页面 $(locations).attr('href', "/website/auth"); } else { $(locations).attr('href', "/authError"); } }) } else { var vpnhost = window.locations.protocol + "https://" + window.locations.host; angularHttpPost($http, "/api/acl_user_type/webvpnUserCountsUpdateLV", idObjss, function (datas) { }); angularHttpPost($http, "/api/acl_ipInterval_shunt_source/ipissuccess", { id: item.classtypeid }, function (datas) { if (datas.msg == 'true') { var el = document.createElement("a"); document.body.appendChild(el); el.href = getUrl(item.trueValue); el.target = '_blank'; el.click(); document.body.removeChild(el); } else { angularHttpPost($http, "/api/acl_ipInterval_shunt/ipissuccess", {}, function (datas) { //console.log(item) //return var url = '' if(item.isProxy=='是'&&item.typeStartUrlType){ url = setProxyUrl(item.typeStartUrlType, item.trueValue) }else if(item.isProxy=='是'&&!item.typeStartUrlType){ url = setProxyUrl(1, item.trueValue) }else if(item.isProxy == "否" || !$('#hashome').val()){ url = item.trueValue }else{ url = vpnhost + item.value; } if(url.indexOf('htbprol')>-1){ angularHttpPost($http, "/api/acl_webisite_config/getresourcesidslu", {url: url, id: GetQueryString("id")}, function (data_) { url = data_.getresourcesidsluUrl var el = document.createElement("a"); document.body.appendChild(el); if (datas.msg == 'true') { el.href = getUrl(item.trueValue); } else if(datas.islogin == 'true'){ el.href = url; }else{ $(locations).attr('href', '/login?url=' + url); return } console.log(12345678) el.target = '_blank'; el.click(); document.body.removeChild(el); }) }else { var el = document.createElement("a"); document.body.appendChild(el); if (datas.msg == 'true') { el.href = getUrl(item.trueValue); } else if(datas.islogin == 'true'){ el.href = url; }else{ $(locations).attr('href', '/login?url=' + url); return } if(el.href.includes("bic.gdufs.edu.cn/#/otherWebApp/35?tok")){ $.ajax({ url: '/api/acl_user/setjwtUser', type: 'get', success: function (data) { if (data.code == 200) { el.href = el.href + data.token el.href = el.href.replace(/-poly-/g, ",") el.target = '_blank'; el.click(); document.body.removeChild(el); } } }) }else{ el.href = el.href.replace(/-poly-/g, ",") el.target = '_blank'; el.click(); document.body.removeChild(el); } console.log(12345678) // el.target = '_blank'; // el.click(); // document.body.removeChild(el); } //window.open("/?url="+url); }) } }) } }); } } }); } function newData() { var nowDate = new Date(); var year = nowDate.getFullYear(); var month = nowDate.getMonth() + 1 < 10 ? "0" + (nowDate.getMonth() + 1) : nowDate.getMonth() + 1; var day = nowDate.getDate() < 10 ? "0" + nowDate.getDate() : nowDate.getDate(); var dateStr = year + "-" + month + "-" + day; return dateStr; } function getUrl(url) { var baseUrl = window.locations.origin var host = window.locations.host var s_host = '-s.' + host var p_host = '-p.' + host if (url.indexOf(baseUrl + '/s/') > -1) { return url.replace(baseUrl + '/s/', 'https://') } else if (url.indexOf(baseUrl + '/p/') > -1) { return url.replace(baseUrl + '/p/', 'http://') } else if (url.indexOf(s_host) > -1 || url.indexOf(p_host) > -1) { return url.replace(s_host, '').replace(p_host, '').replaceAll('htbprol', '.').replaceAll('prodhtbl', ':'); } else if (url.indexOf(baseUrl + '/-http') > -1) { return url.replace(baseUrl + '/-', ''); } else { return url; } } function poly_resetCookie() { var domain = document.domain var subDoamin = domain.substring(domain.indexOf("."), domain.length) // 解决cookie 替换错误问题,原来通过split分割字符,导致cookie分割失败,修改为substring 分割cookie var strCookie = document.cookie; var arrCookie = strCookie.split("; "); for (var i = 0; i < arrCookie.length; i++) { var cookieKey = arrCookie[i].substring(0, arrCookie[i].indexOf("=")) var cookieValue = arrCookie[i].substring(arrCookie[i].indexOf("=") + 1, arrCookie[i].length) if (cookieKey != undefined && cookieValue != undefined && cookieKey != 'acl-poly' && cookieKey != 'ccsess' && cookieKey != 'vpn-cookie') { console.log(cookieKey + "=====" + document.domain); document.cookie = cookieKey + "=; " + "expires=Thu, 01-Jan-70 00:00:01 GMT; Path=/"; document.cookie = cookieKey + "=; " + "expires=Thu, 01-Jan-70 00:00:01 GMT; Path=/" + "; domain=" + document.domain; document.cookie = cookieKey + "=; " + "expires=Thu, 01-Jan-70 00:00:01 GMT; Path=/" + "; domain=." + document.domain; document.cookie = cookieKey + "=; " + "expires=Thu, 01-Jan-70 00:00:01 GMT; Path=/" + "; domain=.lib.tju.edu.cn"; document.cookie = cookieKey + "=; " + "expires=Thu, 01-Jan-70 00:00:01 GMT; Path=/" + "; domain=.tju.edu.cn"; document.cookie = cookieKey + "=; " + "expires=Thu, 01-Jan-70 00:00:01 GMT; Path=/" + "; domain=p.lib.tju.edu.cn"; document.cookie = cookieKey + "=" + cookieValue + "; Path=/; domain=" + subDoamin; } } }
修改用户
修改用户
成功提示
修改成功
失败提示
修改失败,此手机号已绑定其他用户。
如从搜索进入本页,可先确认栏目名称,再按相关阅读扩展浏览。