遗忘海岸

江湖程序员 -Feiph(LM战士)

导航

< 2025年3月 >
23 24 25 26 27 28 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

统计

05 2012 档案

PB调用.NET代码的两个入口函数
摘要:定义如下两个函数,用来调用.Net的窗口与方法,只支持string类型的参数View Code using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;using System.Windows.Forms;namespace DotNetExt{ public class Util { public string RunForm(string assembly, string type, string args, ... 阅读全文

posted @ 2012-05-29 18:28 遗忘海岸 阅读(710) 评论(0) 推荐(0) 编辑

WCF实例与并发的一些测试
摘要:环境.net4.0 使用NetTcpBinding概要实例管理可以理解为服端怎么管理(创建与销毁)Service 类的实例而并发可以理解为WCF框架在收到客户端请求后针对目标Service实例的派发行为,Single表现为如果Service已经在处理请求了,那么新的请求(注意是针对同一个Servic... 阅读全文

posted @ 2012-05-25 08:59 遗忘海岸 阅读(1275) 评论(3) 推荐(2) 编辑

null导致的问题
摘要:select * from Awhere FK_ID not in( select FK_ID From B)当B表中的FK_ID存在null时,上面返回的结果集合永远是空null表示不确定,A表的一个FK_ID是否 不存在于一个不确定的结果集合中呢, 答案是否定的,因此结果集是空! 阅读全文

posted @ 2012-05-12 16:17 遗忘海岸 阅读(190) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示