using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ ///
/// TextBox控...
分类:
其他好文 时间:
2014-05-08 19:15:06
阅读次数:
293
1 using System; 2 using System.Collections.Generic;
3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6
using System....
分类:
其他好文 时间:
2014-05-08 14:25:18
阅读次数:
434
转自:http://blog.csdn.net/blue_jjw/article/details/8752466
一、新建Dynamic Web Project 一个web工程最基本的,只看3个地方,在根目录下(这个目录一般习惯叫WebContent或WebRoot)有 :
1.WebRoot/WE...
分类:
编程语言 时间:
2014-05-08 14:22:46
阅读次数:
628
Eclipse高级操作 远程调试JPDA是SUN
JDK自带的远程调试机制。它提供了一套标准的调试接口,可以从虚拟机一级允许外界用特定协议探测虚拟机内部的运作细节。只要你装了JDK1.2以上的SUN
JDK,就已经有了JPDA支持。只要是用标准SUN JDK中java.exe运行的应用,就可以用JP...
分类:
系统相关 时间:
2014-05-08 14:08:03
阅读次数:
410
无标题页 using System;using System.Data;using
System.Configuration;using System.Collections;using System.Web;using
System.Web.Security;using Syste...
分类:
Web程序 时间:
2014-05-08 13:55:40
阅读次数:
686
Identifying Differentially Expressed Trinity
TranscriptsOur current system for identifying differentially expressed
transcripts relies on using the Ed...
分类:
其他好文 时间:
2014-05-08 13:11:51
阅读次数:
728
随着数字视频广播(DVB)的发展,观众会面对越来越多的数字电视节目的选择。而广播业者由于投资成本的增加,则要求对用户收取一定的收视费用。条件接收系统(Conditional Access System)就是为了满足对某些广播服务实施接入控制的系统。它的主要功能就是确保只有支付了或者即将支付费用的用户才能收看所选择的电视节目。
1 CA系统的关键技术
在CA系统中,有两项最为关键的技术:一是加扰...
分类:
其他好文 时间:
2014-05-07 22:44:35
阅读次数:
503
Explain的type显示的是访问类型,是较为重要的一个指标,结果值从好到坏依次是:system
> const > eq_ref > ref > fulltext > ref_or_null > index_merge
> unique_subquery > index_subquery > r...
分类:
其他好文 时间:
2014-05-07 21:26:56
阅读次数:
282
static class Program { public static
System.Threading.Mutex Run; /// /// 应用程序的主入口点。 /// ...
分类:
其他好文 时间:
2014-05-07 21:01:35
阅读次数:
367
通过跟踪Asp.net服务器代码,没有乱码,然而导出Excel到浏览器后,打开时出现乱码。解决方法是添加编码格式的前缀字节码:Response.BinaryWrite(System.Text.Encoding.Unicode.GetPreamble());Response.Clear();Respo...
分类:
Web程序 时间:
2014-05-07 20:29:11
阅读次数:
328