摘要: 代码文件log.asp中内容如下: 参考资料: ASP ServerVariables 集合 定义和用法 ServerVariables 集合用于取回服务器变量的值。 语法 服务器变量列表: 阅读全文
posted @ 2016-09-20 10:30 iframe 阅读(1024) 评论(0) 推荐(0) 编辑
摘要: private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e) { var count = (int)e.Argument; for (int i = 1; i <= count; i++) { if (backgrou 阅读全文
posted @ 2016-05-12 16:56 iframe 阅读(1792) 评论(0) 推荐(0) 编辑
摘要: 第一部分 通过词缀认识单词 (常用前缀一) 1、a- ① 加在单词或词根前面,表示"不,无,非" acentric 无中心的(a+centric中心的) asocial 不好社交的(a+social好社交的) amoral 非道德性的(a+moral道德的;注意:immoral不道德的) apoli 阅读全文
posted @ 2016-04-12 14:00 iframe 阅读(16062) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2016-03-22 16:38 iframe 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-03-22 15:52 iframe 阅读(195) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner;public class ClassOne { /** * @param args */ //使用异或运算交换变量值 public static void main(String[] args) { // TODO Auto-generated me 阅读全文
posted @ 2016-03-22 08:01 iframe 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 创建至数据库的 ADO 连接(ADO connection) 打开数据库连接 创建 ADO 记录集(ADO recordset) 打开记录集(recordset) 从数据集中提取你所需要的数据 关闭数据集 关闭连接//创建至数据库的 ADO 连接(ADO connection)Dim dbconnd 阅读全文
posted @ 2016-03-16 14:18 iframe 阅读(240) 评论(0) 推荐(0) 编辑
摘要: Ctrl+F  查找\替换 Ctrl+shift+K  查找上一个 Ctrl+K  查找下一个 Ctrl+Z 撤销 Ctrl+C 复制 Ctrl+A 全部选中 Delete 删除 alt+?   上下文信息(调出内容提示) Ctrl+V 粘贴 F12 激活编辑器 Ctrl+F3 打开结构 Ctrl+ 阅读全文
posted @ 2016-03-13 15:49 iframe 阅读(464) 评论(0) 推荐(1) 编辑