2016年7月14日

MYSQL增加自增列并更新

SET @mycnt = 0;
UPDATE xxxxx
SET RowNum=(@mycnt := @mycnt + 1)

posted @ 2016-07-14 13:33 allenjsl 阅读(1130) 评论(0) 推荐(0)

2010年1月20日

Unity Interception Extension Example - TransparentProxyPolicyInjector HandlerAttribute ICallHandler [转]

摘要: Update 10/21/2008: Another name change in the latest Unity v1.2 Drop. Please see the following tutorial with the appropriate code changes: TransparentProxyInterceptor and Unity Interception Extension ... 阅读全文

posted @ 2010-01-20 14:36 allenjsl 阅读(1422) 评论(0) 推荐(0)

2009年7月11日

新手使用多线程引发的困扰

摘要: 最近在写个短信服务用于后台发送短信,短信分类有好几只,考虑到发送效率遂采用多线程发送。短信发送的接口是由供应商提供的,包含了一个示例项目。通过修改供应商提供的示例,遇到了居然花了较长时间才解决的问题,这问题是我第一次碰到所以记录一下以备后用。[代码]Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.... 阅读全文

posted @ 2009-07-11 12:30 allenjsl 阅读(2415) 评论(16) 推荐(0)

导航

< 2025年7月 >
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
3 4 5 6 7 8 9
点击右上角即可分享
微信分享提示