码迷,mamicode.com
首页 >  
搜索关键字:one    ( 27922个结果
hdu 5187 高速幂高速乘法
http://acm.hdu.edu.cn/showproblem.php?pid=5187Problem DescriptionAs one of the most powerful brushes, zhx is required to give his juniorsnproblems.zhx...
分类:其他好文   时间:2015-12-22 16:06:19    阅读次数:302
讨厌的错误(Spring mvc 拦截器)
报错cvc-complex-type.2.4.a: Invalid content was found starting with element 'mvc:exclude-mapping'. One of '{"http://www.springframework.org/schema/mvc"....
分类:编程语言   时间:2015-12-22 12:56:19    阅读次数:266
redis添加备份库
通过 slaveof 192.168.1.1 6379 #指定master的ip和端口复制好备份库后,敲击命令slaveof no one #断掉两个主机间的联系主从复制:让多个slave server拥有和master server相同的数据库副本。特点1.master可以有多个slave2.除了...
分类:其他好文   时间:2015-12-22 12:52:18    阅读次数:134
Java [Leetcode 258]Add Digits
题目描述:Given a non-negative integernum, repeatedly add all its digits until the result has only one digit.For example:Givennum = 38, the process is like...
分类:编程语言   时间:2015-12-22 10:26:00    阅读次数:141
LeetCode Plus One
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:其他好文   时间:2015-12-21 15:41:48    阅读次数:121
Could not load file or assembly 'MySql.Data.CF,
Could not load file or assembly 'MySql.Data.CF, Version=6.4.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, Retargetable=Yes' or one of its dep...
分类:数据库   时间:2015-12-21 15:32:51    阅读次数:267
WebForm vs MVC
What is ASP.NET?ASP.NET is a Microsoft’s Web application framework built on Common language runtime for building dynamic web sites using one of the pr...
分类:Web程序   时间:2015-12-21 12:26:50    阅读次数:207
one day php. alomost all;
GetUserName();echo "annotation: use include, pls include \\ which is the common namespace, which need not to be declared as default \\";echo "";echo _...
分类:Web程序   时间:2015-12-20 19:15:58    阅读次数:203
PendingIntent --------flags
public static PendingIntent getActivity(Context context, int requestCode,Intent intent, int flags);目前为止只提供FLAG_ONE_SHOT, FLAG_NO_CREATE, FLAG_CANCEL_C...
分类:其他好文   时间:2015-12-20 17:14:16    阅读次数:168
LeetCode - Merge k Sorted Lists
题目:Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.思路:1)直接利用Merge two sorted lists的代码,但超时了。原因是这个时间复杂...
分类:其他好文   时间:2015-12-20 14:38:17    阅读次数:95
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!