摘要: SQL Server 存储过程 Transact-SQL中的存储过程,非常类似于Java语言中的方法,它可以重复调用。当存储过程执行一次后,可以将语句缓存中,这样下次执行的时候直接使用缓存中的语句。这样就可以提高存储过程的性能。 Ø 存储过程的概念 存储过程Procedure是一组为了完成特定功能的 阅读全文
posted @ 2016-05-23 09:52 酸酸の柚子 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 设置或获取对象指定的文件名或路径。alert(window.location.pathname)设置或获取整个 URL 为字符串。alert(window.location.href);设置或获取与 URL 关联的端口号码。alert(window.location.port)设置或获取 URL 的... 阅读全文
posted @ 2015-12-01 12:08 酸酸の柚子 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 使用 :not() 在菜单上应用/取消应用边框先给每一个菜单项添加边框CSS Code/* add border */.nav li {border-right: 1px solid #666;}……然后再除去最后一个元素……CSS Code//* remove border */.nav li:l... 阅读全文
posted @ 2015-11-17 14:34 酸酸の柚子 阅读(102) 评论(1) 推荐(0) 编辑
摘要: 浏览器兼容性问题 阅读全文
posted @ 2015-08-02 11:12 酸酸の柚子 阅读(671) 评论(0) 推荐(0) 编辑
摘要: JS 阅读全文
posted @ 2015-07-31 15:01 酸酸の柚子 阅读(114) 评论(0) 推荐(1) 编辑
摘要: html5 阅读全文
posted @ 2015-07-31 14:51 酸酸の柚子 阅读(841) 评论(1) 推荐(0) 编辑
摘要: html5 阅读全文
posted @ 2015-07-31 14:50 酸酸の柚子 阅读(104) 评论(0) 推荐(0) 编辑
摘要: html 阅读全文
posted @ 2015-07-31 14:48 酸酸の柚子 阅读(103) 评论(0) 推荐(0) 编辑
摘要: html5 阅读全文
posted @ 2015-07-31 14:46 酸酸の柚子 阅读(181) 评论(0) 推荐(0) 编辑
摘要: html5 阅读全文
posted @ 2015-07-31 14:43 酸酸の柚子 阅读(113) 评论(0) 推荐(0) 编辑