<!doctype html> <html> <head> ?<meta charset="UTF-8"> ?<title>time</title> ?<script? src="jquery.js" type="text/javascript"></script> </head> <body> <h1>? ?<span id="loan_time">0 天?0 小时?...
分类:
Web程序 时间:
2014-12-12 15:05:46
阅读次数:
266
将下载的包解压,再将包内文件copy到C:\inetpub\wwwroot下 在html中做如下引用: 注意:: 下面这句在操作图表的script标签内 require.config({ paths: { echarts: "http://localhost/echarts/build/source...
分类:
其他好文 时间:
2014-12-12 14:48:04
阅读次数:
384
第一步引入所需样式和JS文件<linkrel="stylesheet"type="text/css"href="easyui/themes/default/easyui.css">
<linkrel="stylesheet"type="text/css"href="easyui/themes/icon.css">
<scripttype="text/javascript"src="easyui/jquery.min.js"></script&g..
分类:
Web程序 时间:
2014-12-12 01:26:53
阅读次数:
232
<html> <head> <script type="text/javascript" language=JavaScript charset="UTF-8"> ? ? ? ?document.onkeydown=function(event){ ? ? ? ? ? ? ?var e = event || window.event || arguments.call...
分类:
Web程序 时间:
2014-12-11 21:00:54
阅读次数:
262
子窗口通用接口,基于jQuery支持使用。目前设计时,使用的是1.7.2版。FF默认焦点未失去问题存在。 HTML & JS:? <html>
????<head>
????????<title></title>
????????<script?charset="GB...
分类:
Web程序 时间:
2014-12-11 17:38:18
阅读次数:
156
以下是书写jQuery代码的基本规范和最佳实践,这些不包括原生JS规范与最佳实践。 加载jQuery 1、尽量使用CDN加载jQuery。 <script?type="text/javascript"?src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/...
分类:
Web程序 时间:
2014-12-11 12:37:07
阅读次数:
188
http://repo1.svn.ace.aliyun.com/svn/1920473349503461/21174/1tryuri: # 跳转 - path: / script: /index.php ...
分类:
其他好文 时间:
2014-12-10 16:05:10
阅读次数:
198
With a node package manager's (npm) package.jsonscriptproperty, you can preconfigure common tasks like running unit tests withnpm $SCRIPT_NAME.package...
分类:
Web程序 时间:
2014-12-10 00:30:55
阅读次数:
349
项目需要实现如下图的功能,网上搜了搜发现 jQuery的?flexselect插件可以实现该功能。 插件使用方法:先引入需要的CSS和JS <script?src="${ctx}/scripts/datatable/jquery-1.10.2.js"></script>
<link?type="t...
分类:
其他好文 时间:
2014-12-09 21:38:43
阅读次数:
183
经常会运行类似这样的命令nohup python main-script.py arg1 arg2 > log2.txt 2>&1 &nohup 命令运行由 Command参数和任何相关的 Arg参数指定的命令,忽略所有挂断(SIGHUP)信号。也就是说当你按下Ctrl+D从Linux注销用户以.....
分类:
其他好文 时间:
2014-12-09 21:18:38
阅读次数:
342