题目: Given a string, find the length of the longest
substring without repeating characters. For example, the longest substring
without repeating letter...
分类:
其他好文 时间:
2014-04-30 21:15:32
阅读次数:
511
Description There are N cities in a country, and
there is one and only one simple path between each pair of cities. A merchant
has chosen some paths a...
分类:
其他好文 时间:
2014-04-30 17:09:30
阅读次数:
570
真的越来越喜欢web前端了。 本来一直觉得
游戏开发是个很高深的话题,虽然之前也会写点动态的网页,运动的对象,跳动的小球之类的简单动画,直到我遇到了JavaScript,jquery库。其实,最开始学习
JavaScript,感觉这是一门杂乱无章的弱语言,没有 C 和 C++ 或者 Java ...
分类:
其他好文 时间:
2014-04-30 16:30:06
阅读次数:
543
1. 初识PHP PHP是Hypertext
Preprocessor首字母的递归缩写,主要应用于web开发,目前使用比较广泛,资料也比较齐全,另外PHP是开源的。 PHP能够直接内嵌到网页之中:
Example 其中 表示PHP代码...
分类:
Web程序 时间:
2014-04-30 14:11:46
阅读次数:
482
char* 转 float:double atof (const char* str);/* atof
example: sine calculator */#include /* printf, fgets */#include /* atof
*/#include ...
分类:
其他好文 时间:
2014-04-30 13:44:13
阅读次数:
410
Hide demoDownloadIn this article I’m going to
explain how to create Google combo chart example with database in ASP.NET.
Google charts allows you ...
分类:
数据库 时间:
2014-04-30 02:56:31
阅读次数:
775
官方地址:http://fluentdata.codeplex.com/documentationMYSQL:MySQL through theMySQL
Connector .NET driver.连接字符串:Server=127.0.0.1;Database=testDB;Uid=root;Pw...
分类:
数据库 时间:
2014-04-29 17:23:46
阅读次数:
594
where do i beginto tell a story of how great a love
can bethe sweet love story that is older than the seathe simple truth about the
love she brings to...
分类:
其他好文 时间:
2014-04-29 17:18:46
阅读次数:
342
前段时间客户数据服务器断电,开机后发现数据库状态标记为可疑,可能是断电引起的数据库日志文件损坏,修复方法如下:只有mdf文件,重建日志: 1
--注:example为测试用数据库,相应的Example_log.ldf为测试用的日志文件 2 use master 3 go 4 alter
data.....
分类:
数据库 时间:
2014-04-29 16:41:46
阅读次数:
452
Given a matrix ofmxnelements (mrows,ncolumns),
return all elements of the matrix in spiral order.For example,Given the
following matrix:[ [ 1, 2, 3 ],...
分类:
其他好文 时间:
2014-04-29 10:37:46
阅读次数:
434