IntroductionYou can write code in VBA that reads or modifies other VBA projects, modules, or procedures. This is called extensibility because extends ...
分类:
编程语言 时间:
2015-09-06 12:47:41
阅读次数:
357
刚创建的github版本库,在push代码时出错:$ git push -u origin masterTo git@github.com:******/Demo.git! [rejected] master -> master (non-fast-forward)error: fai...
分类:
其他好文 时间:
2015-09-02 18:48:45
阅读次数:
153
具体的报错信息如下内容: Error:scalac: missing or invalid dependency detected while loading class file ‘ActorSystem.class‘.
Could not access term typesafe in package com,
because it (or its depende...
分类:
其他好文 时间:
2015-09-02 12:03:06
阅读次数:
461
The SolutionA major hint is in the fact we are given a dictionary. Because we are given this dictionary we can prep it in any way we like when the pro...
分类:
其他好文 时间:
2015-09-01 01:40:58
阅读次数:
190
Thread.stop, Thread.suspend, Thread.resume被标记为废弃的方法。在查看JDK的文档时,提到了下面的参考文章,先是英文版,接着是中文翻译。 Why is Thread.stop deprecated?Because it is inherently uns...
分类:
其他好文 时间:
2015-08-31 23:13:59
阅读次数:
182
1. 错误截图 2.原因分析 This?error?is?because?of?maven?compiler?plugin?defaults.?Which?is?currently?1.5.?So?if?you?are?using?java?1.6?for?building?your?project,?you?are?goi...
分类:
编程语言 时间:
2015-08-30 08:49:45
阅读次数:
146
Facer’s string
Time Limit: 3000MS
Memory Limit: 65536K
Total Submissions: 1879
Accepted: 568
Description
Minifacer was very happy these days because he has learned ...
分类:
编程语言 时间:
2015-08-29 20:21:30
阅读次数:
217
Given an integer n, count the total number of digit 1 appearing in all non-negative integers less than or equal to n.
For example:
Given n = 13,
Return 6, because digit 1 occurred in the followin...
分类:
其他好文 时间:
2015-08-29 18:50:54
阅读次数:
247
适配器模式 Adapter Pattern 变压器模式Convert the interface of a class into another interface clients expect.Adapter lets classes work together that couldn’t otherwise because of incompatible interfaces.将一个类的接口变换...
分类:
其他好文 时间:
2015-08-29 17:02:26
阅读次数:
169
DescriptionFarmer Johnson's Bulls love playing basketball very much. But none of them would like to play basketball with the other bulls because they ...
分类:
其他好文 时间:
2015-08-28 21:12:17
阅读次数:
167