漫漫技术人生路

C#

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

随笔分类 -  英语天天背

每天乘中午时间背三个英语句子 天天更新天天删除
摘要:英语必背184个句式 9. An increasing number of experts believe that migrants will exert positive effects on construction of city. However, this opinion is now being questioned by more and more city residents,... 阅读全文
posted @ 2006-11-18 23:09 javaca88

摘要:1.从四楼开始对前一楼的习作进行批改,建议大家使用“引用”格式,并将前一楼的错误用“颜色”标出 2.英译中 We ' re often told that the world is tethering on the brink of destruction . But is this really the case ? 答案刷黑可见,先自己翻译再看,革命靠自觉我们经常被告知世界处于毁灭的边缘。但事... 阅读全文
posted @ 2006-10-24 12:52 javaca88 阅读(215) 评论(0) 推荐(0)

摘要:数据字典:公司用户表:用户ID(主键) 用户名 密码 post用户权限列表: 用户ID(主键) 权限ID(主键) 员工表:工号 姓名 客户表:客户ID(主键) 客户名称 产品表:产品ID(主键) 产品名称 型号(考虑字符串长度的问题) 产品档案表:档案号(主键) 建档日期 建档人工号 产品ID 产品编号 标题(255) 内容(Long) 录入人工号 审核人工号 备注 维修记... 阅读全文
posted @ 2006-10-20 17:02 javaca88 阅读(331) 评论(0) 推荐(0)

摘要:使用多个同名的变量如果不同模块中的公用变量使用同一名字,则通过同时引用模块名和变量名就可以在代码中区分它们。例如,如果有一个在 Form1 和 Module1 中都声明了的公用 Integer 变量 intX,则把它们作为 Module1.intX 和 Form1.intX 来引用便得到正确值。为了看清这是如何工作的,在一个新工程中插入两个标准模块,并在窗体上画上三个命令按钮。 在第一个标准模块... 阅读全文
posted @ 2006-10-15 17:33 javaca88 阅读(346) 评论(0) 推荐(0)

摘要:1. 为了便于测试自定义函数的计算效果,可以先把上面采用公式计算的结果删去。然后选择菜单“工具→宏→Visual Basic编辑器”命令(或按下键盘Alt+F11组合键),打开Visual Basic窗口,我们将在这里自定义函数。 2. 进入Visual Basic窗口后,选择菜单“插入→模块”命令,于是得到“模块1”,在其中输入如下自定义函数的代码(图2): 通常,自定义的函数只能在当前工... 阅读全文
posted @ 2006-10-15 17:28 javaca88 阅读(1551) 评论(2) 推荐(0)

摘要:今天我们来看一个比较简单的句子: It's no fun to lose any friend --- and losing a real old one is even tougher.失去朋友真不是个滋味,失去真正的老朋友更让人受不了。 句型提炼:It is no fun to do sth. (--- and ... is even tougher.)干某事可不是件有趣的事,(... 更让人... 阅读全文
posted @ 2006-10-12 12:26 javaca88 阅读(171) 评论(0) 推荐(0)

摘要:An increasing number of people are joining the " Information Age " via the Internet . In reaction to the phenomenon , some say the Internet has removed barrters and provided people with immediate acc... 阅读全文
posted @ 2006-10-10 08:05 javaca88 阅读(176) 评论(0) 推荐(0)