摘要: In Java, the keywords include if-else,while,do-while,for,return,break, and a selection statement called switch. Java does not support the much-mali... 阅读全文
posted @ 2015-12-15 23:07 nicke 阅读(248) 评论(0) 推荐(0) 编辑
摘要: At the lowest level, data in Java is manipulated using operatorsUsing Java Operators An operator takes one or more argument and produces a new valu... 阅读全文
posted @ 2015-12-14 23:04 nicke 阅读(544) 评论(0) 推荐(0) 编辑
摘要: ---恢复内容开始--- Both C++ and Java are hybird languages. A hybird language allow multiple programming styles The reason C++ is hybird is to support b... 阅读全文
posted @ 2015-12-11 13:05 nicke 阅读(675) 评论(0) 推荐(0) 编辑
摘要: 安装JDK时,自动将java.exe复制到C:\Windows\System32下 阅读全文
posted @ 2015-12-10 17:20 nicke 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 1. 启动时报:SYSTEM ERROR: Wrong dbkey in block. Found 0, should be 6342528 in area 36. (439) ** Save file named core for analysis by Progress Softwar... 阅读全文
posted @ 2015-12-07 15:02 nicke 阅读(860) 评论(0) 推荐(0) 编辑
摘要: The genesis of the computer revolution was a machine. The genesis of out programming languages thus tends to look like that machine.计算机革命起源于机器,因此编程语言的... 阅读全文
posted @ 2015-12-02 23:41 nicke 阅读(289) 评论(0) 推荐(0) 编辑
摘要: Learn JavaI found out that I and other speakers tended to give the typical audience too many topics too quickly.我发现我和其他的演讲者往往会在极短的时间内传递太多的主题给听众。I want... 阅读全文
posted @ 2015-11-28 20:13 nicke 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 说明:学习JMock官网的Getting Started的笔记例子:为测试publish/subscribe发布/订阅信息系统的publisher(发布者),mock subscriber(订阅者)对象接口subscriber如下: interface Subsciber { void re... 阅读全文
posted @ 2015-11-18 21:18 nicke 阅读(1426) 评论(0) 推荐(0) 编辑
摘要: 一、功能说明1. 权限管理 (参考“权限管理-百度百科") 定义:一般指根据系统设置的安全规则或安全策略,用户可以访问而且只能访问自己被授权的资源,不多不少。 分类:从控制力度来看,通常分为功能级权限管理和数据级权限管理 本系统暂时只考虑功能级权限管理 实现技术:功能权限管理,一般就使用基... 阅读全文
posted @ 2015-10-29 17:24 nicke 阅读(1631) 评论(0) 推荐(0) 编辑
摘要: 界面区域划分 使用frameset分了上中下三个区域上:显示系统名称和用户信息,以及一些提示信息(需通过Ajax定时更新提示信息),显示高度固定中:再次使用frameset分成左右区域左:显示导航菜单,显示宽带固定右:用于显示具体的操作页面下:显示公司信息等,显示高度固定 2. 导航... 阅读全文
posted @ 2015-10-29 15:17 nicke 阅读(3020) 评论(0) 推荐(0) 编辑