摘要:
1.Html.BeginForm() 该方法用于构建一个From表单的开始,他的构造方法为: Html.BeginForm("ActionName","ControllerName",FormMethod.method) 一般构建一个表单结构如下 <% using(Html.BeginForm ("index","home",FormMethod.Post)){ %> 。。。。。。 <%} %> 他将在客户端产生一个类似<form action="/account/login 阅读全文
posted @ 2012-07-31 17:33
dodo-yufan
阅读(47378)
评论(1)
推荐(0)
摘要:
PowerDesigner成功生成PDM进行check model后的错误提示解决途径 1.existence of reference join------->缺少主键;2.constraint name uniquesness-------->关联约束重名(reference 下的constraint name);3.Incomplete join--->产生错误的reference所关联的两个表中主键不统一,调整为一致后即可解决此错误4.Existence of index colum ----主键与外码联系出现错误(解决:双击错误记录至index Properties 阅读全文
posted @ 2012-07-31 10:42
dodo-yufan
阅读(1025)
评论(0)
推荐(0)
摘要:
1. 附加:工具栏不见了调色板(Palette)快捷工具栏不见了PowerDesigner 快捷工具栏 palette 不见了,怎么重新打开,找回来呢上网搜索了一下”powerdesigner 图形工具栏”,找到了找回PowerDesigner工具栏palette的方法Tools(工具栏)customsize toolbars(自定义工具栏)palette(调色板)勾选 2. 修改外键命名规则选择Database—>Edit Current DBMS选择Scripts-》Objects-》Reference-》ConstName可以发现右侧的Value为:FK_%.U8:CHILD%_% 阅读全文
posted @ 2012-07-31 09:55
dodo-yufan
阅读(11175)
评论(0)
推荐(1)

浙公网安备 33010602011771号