上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 152 下一页
摘要: 斜率斜率斜率......... #include<iostream> #include<cstdio> #include<algorithm> #include<map> #include<cstring> #include<cstdlib> #include<vector> using names 阅读全文
posted @ 2017-08-04 21:57 cxchanpin 阅读(198) 评论(0) 推荐(0)
摘要: /* -*- c++ -*- */ /* * Copyright 2004,2007,2009,2010,2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free soft 阅读全文
posted @ 2017-08-04 21:16 cxchanpin 阅读(214) 评论(0) 推荐(0)
摘要: Problem Description Give you a sequence and ask you the kth big number of a inteval. Input The first line is the number of the test cases. For each te 阅读全文
posted @ 2017-08-04 20:23 cxchanpin 阅读(234) 评论(0) 推荐(0)
摘要: 本文链接 http://blog.csdn.net/xiaodongrush/article/details/31031411 參考链接 Android高级模糊技术 http://stackoverflow.com/questions/14879439/renderscript-via-the-su 阅读全文
posted @ 2017-08-04 19:50 cxchanpin 阅读(264) 评论(0) 推荐(0)
摘要: HTTP状态码(HTTP Status Code)是用以表示网页serverHTTP响应状态的3位数字代码。它由 RFC 2616 规范定义的,并得到RFC 2518、RFC 2817、RFC 2295、RFC 2774、RFC 4918等规范扩展。 HTTP状态码分五大类: 100-199 用于指 阅读全文
posted @ 2017-08-04 17:50 cxchanpin 阅读(253) 评论(0) 推荐(0)
摘要: 原文地址:http://blog.csdn.net/u013045971/article/details/51119507 近期花了大概一个半月的业余时间写的。从没有到有,中间也碰到了非常多的坑,一点一点的都啃过去了... 还有非常多的地方须要优化,比方 1.编辑状态下怎样对照原有数据的和编辑过之后 阅读全文
posted @ 2017-08-04 16:34 cxchanpin 阅读(113) 评论(0) 推荐(0)
摘要: 关于mysql下的存储过程以及事件的创建 以下这个存储过程主要实现的功能就是查询表里面半年前的数据,假设有就存到文件。然后将数据删除。 CREATE DEFINER = `root`@`localhost` PROCEDURE `NewProc`() BEGIN select COUNT(*) IN 阅读全文
posted @ 2017-08-04 13:51 cxchanpin 阅读(180) 评论(0) 推荐(0)
摘要: 做题目的时候须要自己实现strstr函数 /************************************************************************/ /* 编写函数IND。让它推断一个字符串是否为还有一个字符串的子串的功能。若是则返回第一次出现的起始位置,否 阅读全文
posted @ 2017-08-04 12:14 cxchanpin 阅读(3127) 评论(0) 推荐(0)
摘要: Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string. If the last word 阅读全文
posted @ 2017-08-04 11:43 cxchanpin 阅读(113) 评论(0) 推荐(0)
摘要: Join操作 适用场景:在我们表关系中有一对一关系,一对多关系。多对多关系等。对各个表之间的关系,就用这些实现对多个表的操作。 说明:在Join操作中。分别为Join(Join查询), SelectMany(Select一对多选择)和GroupJoin(分组Join查询)。 该扩展方法对两个序列中键 阅读全文
posted @ 2017-08-04 10:08 cxchanpin 阅读(265) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 152 下一页