码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
第六十二天 how can I 坚持
Android第三方组件xUtils:https://github.com/wyouflf/xUtils 一、Activity 二、Service 三、Broadcast Receiver 四、Content Provider super.onCreate( savedInstance...
分类:其他好文   时间:2015-06-03 19:26:52    阅读次数:119
[LeetCode-JAVA] Add and Search Word - Data structure design
题目:Design a data structure that supports the following two operations:void addWord(word)bool search(word)search(word) can search a literal word or a r...
分类:编程语言   时间:2015-06-03 17:31:15    阅读次数:196
mysql 互为主从复制常见问题
报错:1)change master导致的: Last_IO_Error: error connecting to master - retry-time: 60 retries2)在没有解锁的情况下停止slave进程: > stop slave;ERROR 1192 (HY000): Can't ...
分类:数据库   时间:2015-06-03 15:18:10    阅读次数:159
记一次云计算测试实验-openstack-icehouse-安装dashboard
来到controller节点,完成这个重要的操作。yuminstall-ymemcachedpython-memcachedmod_wsgiopenstack-dashboardvi/etc/openstack-dashboard/local_settingsTIME_ZONE="Asia/Shanghai"ALLOWED_HOSTS=[‘*‘]OPENSTACK_HOST="controller"setsebool-Phttpd_can_network_connectonvi/..
分类:其他好文   时间:2015-06-03 14:01:38    阅读次数:142
leetcode_Isomorphic Strings _easy
Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrences of a character must be replaced with anot...
分类:其他好文   时间:2015-06-03 12:02:50    阅读次数:99
Project Euler:Problem 30 Digit fifth powers
Surprisingly there are only three numbers that can be written as the sum of fourth powers of their digits: 1634 = 14 + 64 + 34 + 44 8208 = 84 + 24 + 04 + 84 9474 = 94 + 44 + 74 + 44 As 1 = 14 ...
分类:其他好文   时间:2015-06-03 10:01:49    阅读次数:106
isIsomorphic
超时版:/*Given two strings s and t, determine if they are isomorphic.Two strings are isomorphic if the characters in s can be replaced to get t.All occur...
分类:其他好文   时间:2015-06-03 00:54:17    阅读次数:123
[LeetCode] Permutations II
Well, have you solved thenextPermutationproblem? If so and you have handled the cases of duplicates at that problem, your code can be used in this pro...
分类:其他好文   时间:2015-06-03 00:49:01    阅读次数:175
[LeetCode] Binary Tree Level Order Traversal II
Well, I do not see what this problem is for. The same code of Binary Tree Level Order Traversal can be used here. The only difference is that we shoul...
分类:其他好文   时间:2015-06-03 00:44:08    阅读次数:209
[LeetCode] House Robber II
This problem is a little tricky at first glance. However, if you have finished the "House Robber" problem, this problem can simply bedecomposed into t...
分类:其他好文   时间:2015-06-03 00:42:11    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!