新建 StandAlone Application 工程后, 再通过 File >
New > Other.. > IntraWeb > New Form 添加两个窗体.然后 TIWForm1 上放两个 TIWButton,
在 TIWForm2 和 TIWForm3 上各放一个 TIWButton...
分类:
Web程序 时间:
2014-06-06 18:40:04
阅读次数:
237
Today is the last day that all the laptops of
winXP OS should be upgrade to WIN7. After updated. when i tried to debug my
application,i received this ...
分类:
其他好文 时间:
2014-06-06 15:51:14
阅读次数:
275
TIWRegion 是容器, 首先布局好它(们).在空白窗体上添加 4 个
TIWRegion, 然后:uses System.UITypes; //为使用 Anchors 属性{下面代码中的设置大都可以在设计时完成}procedure
TIWForm1.IWAppFormCreate(Sender...
分类:
Web程序 时间:
2014-06-06 15:46:08
阅读次数:
193
一、使用组成关系的原则:
在不导致数据冗余的前提下,尽可能减少数据库表的数目及表之间的外键参照关系,因为建立多个表的连接是很耗时的操作。
举例说明:Customer类中的Address属性,可以通过组件的方式来映射,避免了额外建立一张ADDRESS表,还能达到对象化操作的目的。 配置文件: ...
分类:
系统相关 时间:
2014-06-06 15:35:35
阅读次数:
245
历史:第一代:50年代:(多台)终端(terminal)-->计算机(host)缺点:1.主机负荷重,效率低。2.终端速率低,线路利用低,费用高。60年代:通信控制处理机CCP(communication
control processer)或FET(front end processor) 集中器...
分类:
其他好文 时间:
2014-06-06 15:34:57
阅读次数:
421
大家都知道c语言变量的存储是从小到大增加。address c :FF39address n
:FF3A并没有改变c和n的地址。address c :FF39address n
:FF3A但是c的值被改变了,c的值变成了-127.上述实验表明了变量的强制转换并不会对变量的存放地址产生影响,只会对变量的...
分类:
其他好文 时间:
2014-06-06 14:10:43
阅读次数:
166
Installation of the Intel? XDK on Apple* OS X*
involves all or some of the following steps:Install the Google* Chrome*
browserUpdate Java* on your Mac...
分类:
其他好文 时间:
2014-06-06 10:03:14
阅读次数:
490
On some occasions, especially if you are working
behind a corporate or university firewall, you may find that the Intel? XDK will
either not start or ...
分类:
其他好文 时间:
2014-06-06 09:54:57
阅读次数:
211
wcf通过xml文件配置终结点什么的感觉有点小麻烦,个人还是觉得用代码形式配置比较好,当然在发布的时候可能会比较麻烦,需要重新编译。。。下面将wcf
service寄宿在控制台应用程序中并配置终结点:using (var host = new ServiceHost(typeof(Service1)...
分类:
其他好文 时间:
2014-06-06 09:49:18
阅读次数:
245
参考博文:
《u-boot-2011.03在mini2440/micro2440上的移植》移植(五)添加nand支持:host@debian:~/soft/mini2440/u-boot-2011.03$
touch drivers/mtd/nand/s3c2440_nand.c host@deb....
分类:
其他好文 时间:
2014-06-06 08:31:32
阅读次数:
450