码迷,mamicode.com
首页 >  
搜索关键字:day one    ( 33377个结果
X.509 数字证书结构和实例
http://www.cppblog.com/sleepwom/archive/2010/07/08/119746.html一、X.509数字证书的编码X.509证书的结构是用ASN1(Abstract Syntax Notation One)进行描述数据结构,并使用ASN1语法进行编码。ASN1采...
分类:其他好文   时间:2014-05-27 02:51:56    阅读次数:335
[转载]爱上一个给予你正能量的人
You Should Fall In Love With Someone Who InspiresYouFEB. 5, 2014BySTEPHANIE ALTHOFThere’s one trait that I continuously find myself coming back to whe...
分类:其他好文   时间:2014-05-24 07:45:20    阅读次数:264
ZOJ 3593 One Person Game
One Person GameTime Limit:2 Seconds Memory Limit:65536 KBThere is an interesting and simple one person game. Suppose there is a number axis under your...
分类:其他好文   时间:2014-05-24 07:02:17    阅读次数:310
leetcode:Longest Palindromic Substring
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes...
分类:其他好文   时间:2014-05-24 04:45:39    阅读次数:245
Linux date命令的用法
date命令本身提供了日期的加减运算例如:得到昨天的时间 date +%Y%m%d --date="-1 day"1.在显示方面,使用者可以设定欲显示的格式,格式设定为一个加号后接数个标记,其中可用的标记列表如下: % : 打印出 %%n : 下一行%t : 跳格%H : 小时(00..23)%I ...
分类:系统相关   时间:2014-05-19 16:24:59    阅读次数:335
How To Create a SSL Certificate on Apache for CentOS 6
About Self-Signed Certificates 自签证书。一个SSL证书,是加密网站的信息,并创建更安全的链接的一种方式。附加地,证书可以给网站浏览者显示VPS的的身份证明信息。如果一个SSC没有第三方证实,那么证书作者可以发行SSL证书,用以验证虚拟服务器的细节。 Step One-...
分类:其他好文   时间:2014-05-19 15:53:09    阅读次数:262
poj 3177 Redundant Paths
DescriptionIn order to get from one of the F (1 2 and 1 –> 6 –> 5 –> 21 – 4: 1 –> 2 –> 3 –> 4 and 1 –> 6 –> 5 –> 43 – 7: 3 –> 4 –> 7 and 3 –> 2 –> 5 ....
分类:其他好文   时间:2014-05-19 12:43:06    阅读次数:200
输入年月日计算出是该年的第多少天
//转换函数如下 int dayofyear(int year, int month, int day){ //k月份 leap判断闰年 int k, leap; int tab[2][13] = { { 0,31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }, { 0,31, 29, 31, 30, 31, 30, 31, 31, 30,...
分类:其他好文   时间:2014-05-18 18:27:41    阅读次数:278
LeetCode 016 3Sum Closest
【题目】 Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers. You may assume that each input would have exactly one solution. For example, given array S = {...
分类:其他好文   时间:2014-05-18 10:37:57    阅读次数:269
输入年份和天数计算出几月几号
//转换函数如下,其中通过指针同时向主函数传回月份和天数 void month_day(int year, int yearday, int *month, int *day){ //k月份,leap判断是否闰年(0非闰年1闰年) int k, leap; int tab[2][13] = { { 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30...
分类:其他好文   时间:2014-05-18 05:16:50    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!