无常

记录无常工作上的点点滴滴
posts - 106, comments - 344, trackbacks - 6, articles - 1

02 2008 档案

     摘要: 如果表中的字段类型为 char(1) 时,Linq to SQL生成char (System.Char)的属性。linq 语句where p.LineCode =='A'生成的SQL是WHERE UNICODE([t0].[LineCode]) = 65,这样会使LineCode列上的索失效,引起全表扫描...  阅读全文

posted @ 2008-02-24 13:30 无常 阅读(1657) | 评论 (1)  编辑 |

     摘要: 要在Asp.net web sites中使用PageMethods,必需要将服务端代码写在.aspx文件中...  阅读全文

posted @ 2008-02-23 23:52 无常 阅读(307) | 评论 (0)  编辑 |

posted @ 2008-02-21 22:58 无常 阅读(1900) | 评论 (9)  编辑 |

posted @ 2008-02-20 02:47 无常 阅读(1905) | 评论 (10)  编辑 |

posted @ 2008-02-20 00:48 无常 阅读(3525) | 评论 (35)  编辑 |

posted @ 2008-02-18 23:06 无常 阅读(2204) | 评论 (20)  编辑 |

posted @ 2008-02-12 00:29 无常 阅读(1908) | 评论 (7)  编辑 |

posted @ 2008-02-10 19:37 无常 阅读(3875) | 评论 (18)  编辑 |

posted @ 2008-02-07 23:10 无常 阅读(1855) | 评论 (4)  编辑 |

     摘要: indeXus.Net SharedCache是高性能的、分布式的内存对象系统,用于在动态WEB或Win应用程序中减少数据库的负责,提高访问速度。

SharedCache 全部的代码都是用c#写的,100% DotNet原生态。
  阅读全文

posted @ 2008-02-06 17:53 无常 阅读(2201) | 评论 (18)  编辑 |

posted @ 2008-02-03 21:16 无常 阅读(357) | 评论 (1)  编辑 |