WEB:
jQuery事件之鼠标事件
1561浏览量鼠标事件是在用户移动鼠标光标或者使用任意鼠标键点击时触发的。 (1):click事件:click事件于用户在元素敲击鼠标左键,并在相同元素上松开左键时触发。 $('p').click(function(){ alert('click function is running !'); &nb
作者:访客
glDatePicker简单灵活的日期选择jQuery插件
1992浏览量$('#example2').glDatePicker({ showAlways: true, allowMonthSelect: false, allowYearSelect: false, prevArrow: '', nextArrow: '', sel
作者:访客
上海交大Jaccount统一账户认证API 接入代码- JI PHP
2290浏览量此代码仅供参考,并没有包含key和API的主体文件
Jaccount.php
<?php /* php Jaccount */ include('jaccount/clsJAccount.php'); session_start();//启动session $jam = new JAccountManager; $checkkey = $jam->JAccountManager('jaji2013','/test/ji/jaccount'); $strReturnURL='/jaccount.php'; $ht = $jam->checkLogin($strReturnURL); $_S
作者:访客
网页代码实现 skype 群组呼叫
1959浏览量这两天在写院里的通讯录,SKYPE方面的代码重新整理了一下,供各位参考
使用链接
把链接放入到HTML代码中,这样别人在打开页面后就能方便的联系你。缺省情况下为呼叫动作,你也可以设置为其他动作。下面是几个简单的例子。
<a href="skype:echo123?call">点击</a> (呼叫echo123) <a href="skype:echo123">点击</a> (缺省动作 - 呼
作者:访客
Ajax的简单化使用
1794浏览量<html> <head> <script type="text/javascript"> function showHint(str){ var xmlhttp; if (window.XMLHttpRequest){ xmlhttp=new XMLHttpRequest(); } xmlhttp.onreadystatechange=function(){ if(xmlhttp.readyState==4 && xmlhttp.status==200){ document.getElementById("txtHint").innerHTML=xmlhttp.responseText; } }
作者:访客
php读取pdf实现在线阅读
2124浏览量<?php if(!function_exists('read_pdf')) { function read_pdf($file) { if(strtolower(substr(strrchr($file,'.'),1)) != 'pdf') { echo '文件格式不对.'; return; } if(!file_exists($file)) { echo&
作者:访客
Canvas Learning Manage System[canvas lms]
2539浏览量Canvas被Black Duck标榜为“唯一的一款商业开源学习管理系统,而且是唯一的一款部署在云端的学习管理系统LMS”。
其功能相对于类似的SAKAI和module都要多,权限划分也更加明确。
而且就部署而言,是这些LMS中最为简单的一种。安装只需要一条命令即可以全部部署成功。接下来只需要按照提示一步一步的填写账号信息即可。
目录结构也更加清晰。
作者:admin
Sakai 文件上传大小限制 与 存储位置
1988浏览量# Upload limit per request, in MBs. 文件上传大小限制 MB
# "ceiling" is used for resources. "max" is used for attachments.
# In the case when both are set, resources are limited to the smaller of the two. If only one of the two are set, resource uploads
# are limited to the value whichever is set. Attachments are limited at either 20 or the setting of "max".
# Example: content.upload.max=50 and content.upload.ceil