2015年3月13日

【原创】shadowebdict开发日记:基于linux的简明英汉字典(四)

摘要: 全系列目录:【原创】shadowebdict开发日记:基于linux的简明英汉字典(一)【原创】shadowebdict开发日记:基于linux的简明英汉字典(二)【原创】shadowebdict开发日记:基于linux的简明英汉字典(三)【原创】shadowebdict开发日记:基于linux的简... 阅读全文

posted @ 2015-03-13 19:57 shadowmydx'sLab 阅读(363) 评论(0) 推荐(0) 编辑

【原创】shadowebdict开发日记:基于linux的简明英汉字典(三)

摘要: 全系列目录:【原创】shadowebdict开发日记:基于linux的简明英汉字典(一)【原创】shadowebdict开发日记:基于linux的简明英汉字典(二)【原创】shadowebdict开发日记:基于linux的简明英汉字典(三)【原创】shadowebdict开发日记:基于linux的简... 阅读全文

posted @ 2015-03-13 19:46 shadowmydx'sLab 阅读(319) 评论(0) 推荐(0) 编辑

2015年2月22日

【原创】shadowebdict开发日记:基于linux的简明英汉字典(二)

摘要: 全系列目录:【原创】shadowebdict开发日记:基于linux的简明英汉字典(一)【原创】shadowebdict开发日记:基于linux的简明英汉字典(二)【原创】shadowebdict开发日记:基于linux的简明英汉字典(三)【原创】shadowebdict开发日记:基于linux的简... 阅读全文

posted @ 2015-02-22 12:04 shadowmydx'sLab 阅读(417) 评论(0) 推荐(0) 编辑

2015年2月18日

【原创】shadowebdict开发日记:基于linux的简明英汉字典(一)

摘要: 全系列目录:【原创】shadowebdict开发日记:基于linux的简明英汉字典(一)【原创】shadowebdict开发日记:基于linux的简明英汉字典(二)【原创】shadowebdict开发日记:基于linux的简明英汉字典(三)【原创】shadowebdict开发日记:基于linux的简... 阅读全文

posted @ 2015-02-18 00:49 shadowmydx'sLab 阅读(496) 评论(0) 推荐(0) 编辑

2015年2月15日

【原创】leetCodeOj --- Repeated DNA Sequences 解题报告

摘要: 原题地址:https://oj.leetcode.com/problems/repeated-dna-sequences/题目内容:All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for ex... 阅读全文

posted @ 2015-02-15 10:57 shadowmydx'sLab 阅读(235) 评论(0) 推荐(0) 编辑

2015年2月13日

【原创】java中的父进程子进程 —— 坑爹的java Runtime.getRuntime().exec

摘要: 最近有一个需求,需要用一个java进程启动多个子进程来完成并发任务。由于必须给用户完成任务的反馈,所以需要父进程记录子进程的生命周期。exec方法返回一个Process对象,在当前进程内调用该对象的waitFor方法,然后父进程就会在该方法阻塞,那么只有在该Process结束的情况下,才会从wait... 阅读全文

posted @ 2015-02-13 00:28 shadowmydx'sLab 阅读(5564) 评论(0) 推荐(0) 编辑

2015年1月24日

【原创】leetCodeOj --- Word Ladder II 解题报告 (迄今为止最痛苦的一道题)

摘要: 原题地址:https://oj.leetcode.com/submissions/detail/19446353/题目内容:Given two words (startandend), and a dictionary, find all shortest transformation sequen... 阅读全文

posted @ 2015-01-24 21:32 shadowmydx'sLab 阅读(199) 评论(0) 推荐(0) 编辑

2015年1月20日

【原创】leetCodeOj --- Fraction to Recurring Decimal 解题报告

摘要: 原题地址:https://oj.leetcode.com/problems/fraction-to-recurring-decimal/题目内容:Given two integers representing the numerator and denominator of a fraction, ... 阅读全文

posted @ 2015-01-20 20:19 shadowmydx'sLab 阅读(240) 评论(0) 推荐(0) 编辑

2015年1月19日

【原创】leetCodeOj --- Factorial Trailing Zeroes 解题报告

摘要: 原题地址:https://oj.leetcode.com/problems/factorial-trailing-zeroes/题目内容:Given an integern, return the number of trailing zeroes inn!.Note:Your solution s... 阅读全文

posted @ 2015-01-19 23:46 shadowmydx'sLab 阅读(240) 评论(0) 推荐(0) 编辑

2015年1月18日

【原创】leetCodeOj --- Dungeon Game 解题报告

摘要: 原题地址:https://oj.leetcode.com/problems/dungeon-game/题目内容:The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a du... 阅读全文

posted @ 2015-01-18 13:58 shadowmydx'sLab 阅读(234) 评论(0) 推荐(0) 编辑

导航