上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 46 下一页
摘要: 分类: javascript(84) [html] view plain copy print? /* * MAP对象,实现MAP功能 * * 接口: * size() 获取MAP元素个数 * isEmpty() 判断MAP是否为空 * clear() 删除MAP所有元素 * put(key, va 阅读全文
posted @ 2017-07-26 12:31 chenxiangxiang 阅读(11724) 评论(0) 推荐(0)
摘要: 一、js实现关闭当前子窗口,刷新父窗口 JS代码如下: <script> function refreshParent() { window.opener.location.href = window.opener.location.href; window.close(); } </script> 阅读全文
posted @ 2017-07-26 12:30 chenxiangxiang 阅读(17391) 评论(0) 推荐(0)
摘要: 属性 说明 window.location.href 完整的url window.location.protocol 协议 window.location.hostname 主机名 window.location.host 主机名+端口号 window.location.port 端口号 windo 阅读全文
posted @ 2017-07-26 12:28 chenxiangxiang 阅读(1172) 评论(0) 推荐(0)
摘要: // 对Date的扩展,将 Date 转化为指定格式的String// 月(M)、日(d)、小时(h)、分(m)、秒(s)、季度(q) 可以用 1-2 个占位符, // 年(y)可以用 1-4 个占位符,毫秒(S)只能用 1 个占位符(是 1-3 位的数字) // 例子: // (new Date( 阅读全文
posted @ 2017-07-26 12:27 chenxiangxiang 阅读(370) 评论(0) 推荐(0)
摘要: 需要引入ganymed-ssh2-build210.jar包。 其实很简单。所以直接贴代码,代码说话。 阅读全文
posted @ 2017-07-13 20:54 chenxiangxiang 阅读(944) 评论(0) 推荐(0)
摘要: LINUX中常用操作命令 Linux简介及Ubuntu安装 常见指令 系统管理命令 打包压缩相关命令 关机/重启机器 Linux管道 Linux软件包管理 vim使用 用户及用户组管理 文件权限管理 Linux简介及Ubuntu安装 Linux,免费开源,多用户多任务系统。基于Linux有多个版本的 阅读全文
posted @ 2017-07-09 09:01 chenxiangxiang 阅读(7476) 评论(0) 推荐(2)
摘要: http://www.itwendao.com/article/detail/51673.html 阅读全文
posted @ 2017-07-05 22:12 chenxiangxiang 阅读(312) 评论(0) 推荐(0)
摘要: 最近做的项目用到了ueditor这个东东,但是他的一些配置文档对初次使用者来说很难以理解,故作此总结 1.ueditor 官方地址:http://ueditor.baidu.com/website/index.html 开发文档地址:http://ueditor.baidu.com/website/ 阅读全文
posted @ 2017-06-28 20:55 chenxiangxiang 阅读(2625) 评论(0) 推荐(0)
摘要: menu.js menu.css reset.css 阅读全文
posted @ 2017-06-20 23:06 chenxiangxiang 阅读(660) 评论(0) 推荐(0)
摘要: 概述 我们知道,关系数据库的表更适合扁平的列表,而不是像 XML 那样可以直管的保存具有父子关系的层次结构数据。 首先定义一下我们讨论的层次结构,是这样的一组数据,每个条目只能有一个父条目,可以有零个或多个子条目(唯一的例外是根条目,它没有父条目)。许多依赖数据库的应用都会遇到层次结构的数据,例如论 阅读全文
posted @ 2017-06-13 21:08 chenxiangxiang 阅读(4372) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 46 下一页