在做完这四个功能之后感觉“查”是这四个功能里面算最简单的了,下面就来看看它是怎么实现的吧:
实体层,就不说了和前三个功能是一样的。
UI层:
Public Class Form1
'查询
Private Sub btnLogin_Click(sender As Object, e As EventArgs) Handles btnSelect.Click
...
分类:
数据库 时间:
2015-02-06 21:57:08
阅读次数:
193
上一篇介绍了“增”,这一篇就来介绍下一法宝——“删”
实体层和上一篇一样,这里就不多说了。
U层:
Public Class Form1
'删除
Private Sub btnDelete_Click(sender As Object, e As EventArgs) Handles btnDelete.Click
Try
...
分类:
数据库 时间:
2015-02-04 13:06:44
阅读次数:
188
The layout system is one of the most powerful parts of Ext JS. It handles the sizing and positioning of everyComponentin your application. This guide ...
分类:
Web程序 时间:
2015-02-04 10:50:09
阅读次数:
280
CCDirector Class ReferenceInherits fromCC_VIEWCONTROLLERDeclared inCCDirector.hOverviewThe director creates and handles the main Window and the Cocos2...
分类:
编程语言 时间:
2015-01-31 16:06:32
阅读次数:
175
在iis 8中,原有的web.config中 要改为 否则:无法在集成模式运行!即使经典模式也无法识别type!!
分类:
Web程序 时间:
2015-01-29 23:52:40
阅读次数:
173
假设程序涉及矩形。每个矩形由其左上角和右下角表示。为了让Rectangle对象尽可能小,可能把定义矩形的点放在一个辅助的struct内再让Rectangle去指它: 1 class Point { // 得到坐标 2 public: 3 Point(...
分类:
编程语言 时间:
2015-01-09 14:10:42
阅读次数:
137
Eclipse Unhandled event loop exception No more handles
分类:
系统相关 时间:
2015-01-08 17:21:52
阅读次数:
211
NGUI3.6版本第一种方案:1. NGUI Options Handles -> turn off 拖动打开第二种方案:1. 勾选上Edit –> Project Setting –> Physics –>Layer Collision Matrix勾选上UI
分类:
其他好文 时间:
2015-01-04 21:16:08
阅读次数:
216
下载一个xurlrunner https://developer.mozilla.org/en/XULRunner_1.9.2_Release_Note解压 然后在你的 myeclipse.ini (myeclipse安装目录下有这个文件)最后面加上-Dorg.eclipse.swt.brow...
分类:
其他好文 时间:
2014-12-21 22:07:05
阅读次数:
235
Windows中 Object(对象)是一个数据结构, 这个数据结构是用来表示一个系统资源,如文件,县城,图形图像等。 ????出于安全和系统稳定的考虑, 应用程序无法直接访问由这个数据结构表示的系统资源,...
分类:
其他好文 时间:
2014-12-03 12:41:24
阅读次数:
172