码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
2014辽宁省赛 Repeat Number
问题 C: Repeat Number 时间限制: 1 Sec  内存限制: 128 MB 提交: 23  解决: 7 [提交][状态][论坛] 题目描述 Definition: a+b = c, if all the digits of c are same ( c is more than ten),then we call a and b are Repeat Number. My...
分类:其他好文   时间:2014-05-26 04:03:34    阅读次数:228
关于 Notice: Undefined index: 2 in C:\wamp\www\...报错 的解决办法
首先,这个不是错误,是warning。 方法1:服务器配置修改 (Apache服务器中的php.ini配置文件) 修改php.ini配置文件,error_reporting = E_ALL & ~E_NOTICE方法2:对变量进行初始化,规范书写(比较烦琐,因为有大量的变量)。方法3:每个文件头.....
分类:其他好文   时间:2014-05-26 01:47:12    阅读次数:333
快速排序的实现(c语言)
以前写的代码//// main.c// cTest//// Created by Zizhu on 13-10-8.// Copyright (c) 2013年 Zizhu. All rights reserved.//#include #define N (10)void quickSor...
分类:编程语言   时间:2014-05-26 01:27:07    阅读次数:340
《黄聪:手机移动站SEO优化教程》1、为什么要做手机移动端网站
视频地址:http://v.youku.com/v_show/id_XNzE2Mzk3MjI4.html
分类:移动开发   时间:2014-05-26 01:03:37    阅读次数:290
maven build 产生 Missing artifact org.jboss.logging:jar:3.1.0.GA解决方法
##报错来源分析 由于hibernate-entitymanager 需要jboss logging 。由于或多或少的原因导致 maven无法下载相关的jar文件。##解决办法: 访问 http://search.maven.org 搜索jboss-logging 点击all, 找到相...
分类:其他好文   时间:2014-05-25 23:23:26    阅读次数:401
smarty指定字符串、对象、数组等的简单使用
首先是show.tpl文件的内容,该文件放置在templates文件夹下 smarty的用例 smarty的用例 *****取字符串***** *****取整数***** *****取小数***** *****取布尔值***** *****取索引数组***** 数组元素一-> 数组元素二-> 数组元素三-> *****取关联数组***** 数组元素一-> 数组元素二-> 数组...
分类:其他好文   时间:2014-05-25 16:38:50    阅读次数:232
转化一下就是01背包 CodeForces 433A - Kitahara Haruki's Gift
Kitahara Haruki has bought n apples for Touma Kazusa and Ogiso Setsuna. Now he wants to divide all the apples between the friends. Each apple weights 100 grams or 200 grams. Of course Kitahara Haru...
分类:其他好文   时间:2014-05-25 09:01:36    阅读次数:174
LeetCode:3Sum
题目:         Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique  triplets in the array which gives the sum of zero. Note: Elements...
分类:其他好文   时间:2014-05-25 00:39:37    阅读次数:343
LeetCode: Anagrams [048]
【题目】 Given an array of strings, return all groups of strings that are anagrams. Note: All inputs will be in lower-case. For example: Input:  ["tea","and","ate","eat","den"] Output: ["tea","ate","eat"] 【题意】 anagrams指的是颠倒字母顺序构成的单词,以tea为例,则与它an...
分类:其他好文   时间:2014-05-24 18:36:01    阅读次数:317
LeetCode——Palindrome Partition
Palindrome Partitioning   Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. For example, given s = "...
分类:其他好文   时间:2014-05-24 14:29:45    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!