09 2017 档案
ASP 基础三 SQL指令
摘要:一 增删改查 阅读全文
posted @ 2017-09-30 09:40 biind 阅读(261) 评论(0) 推荐(0)
ASP 基础二 内置对象
摘要:一 Request 二 Response 三 Application 四 Session 五 Server 阅读全文
posted @ 2017-09-29 15:08 biind 阅读(150) 评论(0) 推荐(0)
ASP 基础一 基本语法
摘要:一 声明变量 二 给变量赋值 三 循环 四 case 阅读全文
posted @ 2017-09-29 12:01 biind 阅读(636) 评论(0) 推荐(0)
ASP 基础一 网站开发 初步认识
摘要:一 .ASP 与 ASP.NET的区别 i.ASP是解释型的动态语言,asp文件包含了前端和动态语言VBScript,来实现对服务器的交互,运行在IIS、PWS等WEB服务器上 II.ASP.NET是编译型动态语言,有aspx、aspx.cs等前后台页面,是asp的升级版 iii.很多内置对象都一致 阅读全文
posted @ 2017-09-29 08:17 biind 阅读(206) 评论(0) 推荐(0)
SQL 行转列 列转行 PIVOT UNPIVOT
摘要:1.基础表 2.行转列,注意ISNULL函数的使用,在总成绩的统计中,ISNULL(-,0) 有必要使用 3.列转行,对列语文、数学、英语、政治,进行列转行,转为了2列,score scname 这两列,是新列,可以取名为 score11 scname22,随意 4.测试脚本 阅读全文
posted @ 2017-09-27 08:48 biind 阅读(400) 评论(0) 推荐(0)
SQL Prompt 智能提示插件
摘要:1.安装及破解参照地址:http://jingyan.baidu.com/article/a3a3f811da2b3a8da3eb8a4b.html 2.安装包下载: 1)下载 2)http://download.csdn.net/download/wozengcong/9048381 阅读全文
posted @ 2017-09-26 09:16 biind 阅读(420) 评论(0) 推荐(0)
easyui validatebox textbox 使用例子
摘要:帐号: 密码: 确认密码: 阅读全文
posted @ 2017-09-14 07:10 biind 阅读(988) 评论(0) 推荐(0)
easyui combotree combobox 使用例子
摘要: 阅读全文
posted @ 2017-09-13 00:13 biind 阅读(6005) 评论(0) 推荐(0)
visual studio 插件
摘要:一:VS10x Code Map(打开后台cs文件,插件列出了所有的字段、方法,方便当代码行多的时候查找,提升工作效率) 1:下载 https://marketplace.visualstudio.com/items?itemName=MichaelKissBG8.VS10xCodeMAP 2.下载 阅读全文
posted @ 2017-09-05 05:43 biind 阅读(426) 评论(0) 推荐(0)
easyui 如何引入
摘要:一:引入easyui 1:参考官网:http://www.jeasyui.net/ 2:引入 整个文件夹:themes,包括:icon.css、image 等等 3:引入easyui.css icon.css 4:引入:jquery.min.js 、 jquery.easyui.min.js 阅读全文
posted @ 2017-09-01 23:39 biind 阅读(1723) 评论(0) 推荐(0)