SBT和giter8在你开始着手之前,你需要安装两个工具(我假设你已经安装了JDK1.6+)。我将给你提供简缩的安装指令,详细版的安装指令可通过 下面的scalatra页面找到( http://www.scalatra.org/getting-started/first-steps.html)。这种...
分类:
其他好文 时间:
2015-04-07 19:00:31
阅读次数:
123
时间限制:10000ms
单点时限:1000ms
内存限制:256MB
描述
Professor Q develops a new software. The software consists of N modules which are numbered from 1 to N. The i-th module will be started up by signal Si. If si...
分类:
其他好文 时间:
2015-04-05 20:33:27
阅读次数:
436
今天在启动数据库的过程中,收到以下错误:SQL> startupORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instanceORACLE instance started.在主机环境下查看ORA-32004错误...
分类:
其他好文 时间:
2015-04-03 17:03:12
阅读次数:
165
Boost官网的《Geting Started On Windows》(http://www.boost.org/doc/libs/1_38_0/more/getting_started/windows.html)提到了Boost库的命名,摘录如下:以 libboost_regex-vc71-mt-...
分类:
其他好文 时间:
2015-04-03 12:57:10
阅读次数:
140
第一步,http://www.k99k.com/jQuery_getting_started.html 第二步,新手先仔细得全部看一遍jQuery的选择器,很重要!!! (http://shawphy.com/jqueryapi/ 这里是最新文档,有离线版下载) 第三步,深刻了解jQuery对象和普...
分类:
Web程序 时间:
2015-04-03 11:08:35
阅读次数:
135
While I ended up using a CSS-only implementation forthis pen, I started by writing it mostly using classes and JavaScript.However, I had a conflict. I...
分类:
编程语言 时间:
2015-04-02 18:16:07
阅读次数:
165
前几天还工作的好好的eclipse昨天下午启动时突然报错报错如图: 妹的,好端端突然报错,非常奇怪,关键还是返回一堆看不懂的东西,细看都是eclipse.ini里面的配置信息,看到熟悉的jdk,误以为是jdk出错。因为电脑是64位系统,查看了一下,启动的eclipse是32位的,看了一下e...
分类:
编程语言 时间:
2015-04-02 14:53:45
阅读次数:
122
Visual Studio Tools for Unity
Visual Studio Tools for Unity 1.9
Getting Started with Visual Studio Tools for Unity
unitypackage location:
D:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\ID...
分类:
编程语言 时间:
2015-04-01 13:23:32
阅读次数:
146
Abstract. PostgreSQL is an excellent implementation of relational database, fully featured, open source, and free to use. Nearly nontrivial computer a...
分类:
数据库 时间:
2015-03-28 15:44:47
阅读次数:
320
原文地址 http://blog.stevex.net/string-formatting-in-csharp/When I started working with the .NET framework, one thing puzzled me. I couldn’t find sprintf(...