码迷,mamicode.com
首页 >  
搜索关键字:common subsequence    ( 10147个结果
Binary Tree
Description Background  Binary trees are a common data structure in computer science. In this problem we will look at an infinite binary tree where the nodes contain a pair of integers. Th...
分类:其他好文   时间:2014-08-01 19:39:52    阅读次数:207
ADO.NET的介绍
名称空间 //提供了在.net数据访问中使用的类和接口名称空间说明System.Data所有数据访问泛型类System.Data.Common各个数据提供程序共享的类System.Data.EntityClientEntity Framework类System.Data。Linq.SqlClient...
分类:Web程序   时间:2014-08-01 15:41:01    阅读次数:324
DEDECMS数据库配置文件
dede数据库配置文件所在路径为:/data/common.inc.php 修改方法: 把这个文件使用ftp下载下来,用记事本编辑. 下面是该dede数据库配置文件的内容: <?php //数据库连接信息 $cfg_dbhost = ‘localhost‘;网站地址 $cfg...
分类:数据库   时间:2014-08-01 11:02:18    阅读次数:179
HDU 1506 Largest Rectangle in a Histogram
Problem Description A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have different heights. For example, the fi...
分类:其他好文   时间:2014-08-01 09:16:21    阅读次数:280
Tomcat访问日志详细配置
在server.xml里的<host>标签下加上 <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log." suffix=".txt" pattern="common" resolveHosts="false"/> 就...
分类:其他好文   时间:2014-08-01 00:18:21    阅读次数:334
[leetcode]Longest Common Prefix
Longest Common PrefixWrite a function to find the longest common prefix string amongst an array of strings.算法思路:思路:貌似木有什么捷径,逐个比较,遇到不同即断开。代码如下: 1 publi...
分类:其他好文   时间:2014-07-31 23:31:50    阅读次数:231
Excel更改超级链接图片打开方式
我们在excel表格中插入图片超级链接后、打开方式会使用IE,这个方法可以让图片的打开方式改成为正确的图片打开方式在注册表中找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\9.0\Common\Internet在右边栏中添加一个新的DWORD,名为“ForceShellExecute”,数值设置为“1”
分类:其他好文   时间:2014-07-31 21:19:18    阅读次数:294
SharePoint的实体生成
生成Linq实体使用SPMetal工具生成Linq to SharePoint实体工具安装目录:C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN\SPMETAL.exe命令参数:cmd:cdC:\P...
分类:其他好文   时间:2014-07-31 20:26:47    阅读次数:310
js unix时间戳转换
一、unix时间戳转普通时间:var unixtime=1358932051;var unixTimestamp = new Date(unixtime* 1000); commonTime = unixTimestamp.toLocaleString();alert("普通时间为:"+common...
分类:Web程序   时间:2014-07-31 20:08:47    阅读次数:227
Entity- HR
EmployeeInfo.csusing System;using Global.Utils.ORM.CustomAttributes;namespace Global.PM.Common.Entity.HR{ [Serializable] [Table(Name = "OA_HR_Em...
分类:其他好文   时间:2014-07-31 19:44:17    阅读次数:233
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!