Given a string S and a string T, count the
number of distinct subsequences of T in S.A subsequence of a string is a new
string which is formed from th...
分类:
其他好文 时间:
2014-05-12 09:37:51
阅读次数:
287
Myeclipse10中servlet模版存放的位置与早些的版本不同,它存放在:
MyEclipse\Common\plugins中的下面那个jar包中
com.genuitec.eclipse.wizards_9.0.0.me201108091322.jar 不用解压,直接用解压缩工具打开即可,然...
分类:
系统相关 时间:
2014-05-12 02:00:18
阅读次数:
421
请注明转载地址:http://www.cnblogs.com/arhat今天突然发现博客园出问题了,老魏使用了PC,手机,平板都访问博客园了,都是不能正常的访问,原因是不能加载CSS,也就是不能访问common.cnblogs.com这个域名,一直出现“Aborted”,非常的郁闷。页面就是这样子的...
分类:
Web程序 时间:
2014-05-11 00:22:04
阅读次数:
575
Given a stringSand a stringT, count the number
of distinct subsequences ofTinS.A subsequence of a string is a new string which
is formed from the orig...
分类:
其他好文 时间:
2014-05-10 19:10:58
阅读次数:
389
【转】 tomcat下各文件夹的作用
tomcat下有9个目录,分别是bin,common,conf,logs,server,shared,temp,webapps,work
目录,现在对每一目录做介绍。tomcat根目录在tomcat中叫,文章中把tomcat解压后...
分类:
其他好文 时间:
2014-05-10 08:23:14
阅读次数:
343
using System;using System.Data;using
System.Text;using System.Collections.Generic;using System.Reflection;using
System.Data.Common;using System.Collec...
分类:
Web程序 时间:
2014-05-10 07:27:45
阅读次数:
474
ThinkPHP框架项目目录library ckeditor jquery
ThinkPHPapplication Common Conf config.php Lib Action Model Runtime Tpl default
控制器名 ...
分类:
Web程序 时间:
2014-05-10 00:41:48
阅读次数:
475
1: using System; 2: using
System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6:
namespace AkDTH.Common 7: { 8: /// 9: /// 时间字符...
分类:
其他好文 时间:
2014-05-09 23:29:10
阅读次数:
400
这一章节比较简单,我就直接贴代码了,后台管理登陆界面如下:
对应的控制器HomeController.cs,代码如下:
using YKT.Model;
using YKT.Common;
using YKT.BLL;
using YKT.Common.HtmlHelpers;
using YKT.Common.Functions;
using Microsoft.Practices.Un...
分类:
数据库 时间:
2014-05-09 22:22:41
阅读次数:
659
在一些文章和报道中经常提到安全漏洞CVE-1999-1046这种CVE开头的漏洞编号,这篇文章将常见的漏洞ID的表示方法做下介绍:
1、以CVE开头,如CVE-1999-1046这种
CVE 的英文全称是“Common Vulnerabilities & Exposures”公共漏洞和暴露。CVE就好像是一个字典表,为广泛认同的信息安全漏洞或者已经暴露出来的弱点给出一个公共的名...
分类:
其他好文 时间:
2014-05-08 16:11:10
阅读次数:
309