• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
激情 希望 斗志昂扬
Records of growth process 专注微软技术
博客园    首页    新随笔    联系   管理    订阅  订阅
2009年4月11日
sql语句复习
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->一、基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据... 阅读全文
posted @ 2009-04-11 22:20 贤 阅读(444) 评论(0) 推荐(0)
JavaScript[对象.属性]备查
摘要: SCRIPT>标记用于包含JavaScript代码.语法 属性 LANGUAGE 定义脚本语言SRC 定义一个URL用以指定以.JS结尾的文件 windows对象每个HTML文档的顶层对象.属性 frames[] 子桢数组.每个子桢数组按源文档中定义的顺序存放.feames.length 子桢个数.self 当前窗口.parent 父窗口(当前窗口是中一个子窗口).top 顶层窗口(是所有可见... 阅读全文
posted @ 2009-04-11 22:14 贤 阅读(192) 评论(0) 推荐(0)
IE Firefox css不同点
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1、单位问题问题:任何距离的数值ie可以不加单位,ff必须要求写单位(0除外) 解决:写全单位如padding:0px;2、水平居中问题:div里的内容,ie默认为center,而ff默认left 解决:... 阅读全文
posted @ 2009-04-11 22:12 贤 阅读(179) 评论(0) 推荐(0)
搜索关键字变红函数
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Function Highlight(strText, strFind, strBefore, strAfter) Dim nPos Dim nLen Dim nLenAll ... 阅读全文
posted @ 2009-04-11 21:59 贤 阅读(291) 评论(0) 推荐(0)
分页存储过程(增加了选择字段列表、排序方式参数)
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->*数据库分页存储过程,支持倒序和升序参数说明: @tablename:为搜索表名 @tablefield:为表的字段,约定为表的主键, @where:为搜索表名,要显示所有记录请设为"1=1... 阅读全文
posted @ 2009-04-11 21:46 贤 阅读(256) 评论(0) 推荐(0)
【转】海量数据库的查询优化及分页算法方案
摘要: 很多人不知道SQL语句在SQL SERVER中是如何执行的,他们担心自己所写的SQL语句会被SQL SERVER误解。比如:select * from table1 where name='zhangsan' and tID > 10000 和执行:select * from table1 where tID > 10000 and name='zhangsan' 一些人不知道以上两条语句的执行... 阅读全文
posted @ 2009-04-11 21:45 贤 阅读(172) 评论(0) 推荐(0)
js控制三列高度自适应DIV+CSS页面
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->脚本控制三行三列自适应高度DIV布局 脚本控制三行三列自适应高度DIV布局 亲和力指的并不只是关于盲人和屏幕阅读器。还有许多人虽然不是盲人,但是有视力障碍 - 你我变老时就会成为他们的一员。使网站变得... 阅读全文
posted @ 2009-04-11 21:31 贤 阅读(468) 评论(1) 推荐(0)
js实现点击验证码无刷新重新加载验证码图片
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->在需要使用验证码的网页文件头部加上这句 然后再验证码图片里面写onclick呼出上面的函数重新加载. 阅读全文
posted @ 2009-04-11 21:26 贤 阅读(10611) 评论(0) 推荐(0)
css网站换肤代码
摘要: css换肤代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->换肤技术请选择下面的下拉菜单测试换肤效果css.csscss1.csscss2.csscss3.css 阅读全文
posted @ 2009-04-11 20:32 贤 阅读(697) 评论(0) 推荐(0)
页面背景渐变
摘要: 页面背景渐变 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> http://www.jb51.net/article/9702.htm 仿微软公司主页渐变特效 Code highlighting produced by Actipro Cod... 阅读全文
posted @ 2009-04-11 15:15 贤 阅读(133) 评论(0) 推荐(0)
输出参数out和引用参数ref区别(代码解释说明)
摘要: 使用ref的一段代码 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System;class M{public void F(ref int i){i=3;}}class Test{int i=0;//要作为引用参数传递的变量必须... 阅读全文
posted @ 2009-04-11 12:03 贤 阅读(509) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3