码迷,mamicode.com
首页 >  
搜索关键字:may    ( 5447个结果
Fix: When installing msi, custom action about deleting registy key does not work
Problem description: The problem may happen when UAC is enabled, it is usually because of the insufficient right to delete the registry key. Solution:...
分类:其他好文   时间:2014-08-07 18:51:20    阅读次数:371
Tips for Making Your Pet Dog Wear Collar
Dogs may refuse to wear dog collars at the very beginning, and many dog keepers feel confused and helpless. Collars can help pet keepers to manage the...
分类:其他好文   时间:2014-08-07 18:48:40    阅读次数:306
JAVA对多线程的两个有用的辅助类(CountDownLatch和AtomicBoolean)
AtomicBoolean可以让一个线程等待另一个线程完成任务后再执行: A boolean value that may be updated atomically. See the java.util.concurrent.atomic package specification for description of the properties of atomic variables. A...
分类:编程语言   时间:2014-08-07 15:41:40    阅读次数:232
PyCharm每日技巧-1
To navigate to the declaration of a class, method or variable used somewhere in the code, position the caret at the usage and press Ctrl+B. You may al...
分类:其他好文   时间:2014-08-07 12:12:10    阅读次数:315
Scramble String leetcode java
题目:Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible represent....
分类:编程语言   时间:2014-08-07 05:11:29    阅读次数:334
阿里云linux主机安装jdk
1、首先要查看服务器的系统版本,是32位还是64位 uname?-a Linux?AY131105092932706327Z?2.6.32-358.6.2.el6.x86_64?#1?SMP?Thu?May?16?20:59:36?UTC?2013?x86_64?x86_64?x86_64?GNU/Linux x86_6...
分类:系统相关   时间:2014-08-06 23:19:32    阅读次数:590
LeetCode第六题,ZigZag Conversion
题目: The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) P A H N A...
分类:其他好文   时间:2014-08-06 14:59:41    阅读次数:307
Some thoughts..
I think it is natural for an algorithm rookie that when facing a challenging problem, a rookie may fall into her\his algorithm dictionary - she focuse...
分类:其他好文   时间:2014-08-06 14:36:21    阅读次数:232
[BestCoder Round #3] hdu 4909 String (状压,计数)
String Problem Description You hava a non-empty string which consists of lowercase English letters and may contain at most one '?'. Let's choose non-empty substring G from S (it can be G = S...
分类:其他好文   时间:2014-08-05 19:29:50    阅读次数:240
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 longest palindromic substring. 题意解析: 最长回文子串。就是...
分类:其他好文   时间:2014-08-05 15:56:59    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!