• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
A Developer's Expedition
敏而好学、孜孜不倦、TOP10
博客园 首页 新随笔 订阅 订阅 管理

11 2012 档案

 
NhibernateReview
摘要:1.KeyColumn public class ProductMap : ClassMap<Product>{ public ProductMap() { Id(p => p.ProductID); Map(p => p.CreateTime); Map(p => p.Name); Map(p => p.Price); }... 阅读全文
posted @ 2012-11-09 13:58 Livermore.S 阅读(238) 评论(0) 推荐(1)
Inverse.Cascade.All.Table
摘要:public class StoreMap : ClassMap<Store>{ public StoreMap() { Id(x => x.Id); Map(x => x.Name); HasMany(x => x.Staff) .Inverse() .Cascade.All(); HasManyToMany(x => x.Products) ... 阅读全文
posted @ 2012-11-08 22:38 Livermore.S 阅读(280) 评论(0) 推荐(0)
js:confirm
摘要:OnClientClick="javascript:return confirm('是否继续?');" 阅读全文
posted @ 2012-11-08 13:53 Livermore.S 阅读(193) 评论(1) 推荐(0)
Repeater排序2
摘要:这次使用的是jquery.tablesorter.js来排序 1. <link href="/Scripts/jqueryplugin/tablesorter/style.css" rel="stylesheet" type="text/css" /> <script src="/Scripts/jqueryplugin/jquery.tablesorter.js" type="tex... 阅读全文
posted @ 2012-11-06 10:46 Livermore.S 阅读(229) 评论(1) 推荐(0)
Repeater排序
摘要:repeater<asp:Repeater ID="rptGroups" runat="server" OnItemDataBound="rptGroups_ItemDataBound" OnItemCommand="rptGroups_ItemCommand">rd<td> <asp:LinkButton ID="lbname" R... 阅读全文
posted @ 2012-11-01 17:03 Livermore.S 阅读(1984) 评论(3) 推荐(0)
 

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3