earn essential techniques from data warehouse
legend Bill Inmon on how to build the reporting environment your business needs
now!Answers for many val...
分类:
其他好文 时间:
2014-05-27 17:47:41
阅读次数:
361
Aggregate production is the basic raw material
for the building, only select those high standards and high qualified aggregate
to build a hundred year...
分类:
其他好文 时间:
2014-05-27 16:26:36
阅读次数:
257
新建的 web 工程 有红色的感叹号问题: 在eclipse
中新建一个web工程,但是工程上有红色的感叹号。解决: 1.右键工程,选择Build Path-->Configure Build Path; 2.
选择Libraries 下的 Web App Libraries,再点击右边的remov...
分类:
Web程序 时间:
2014-05-26 20:31:31
阅读次数:
205
常见的NSString和NSMutableString方法:NSString方法:[plain]view
plaincopy+(id)stringWithContentsOfFile:pathencoding:encerror:err创建一个新字符串并将其设置为path指定的文件的内容,使用字符编....
分类:
其他好文 时间:
2014-05-26 19:48:09
阅读次数:
316
原题地址:https://oj.leetcode.com/problems/path-sum/题意:Given
a binary tree and a sum, determine if the tree has a root-to-leaf path such that
adding up all...
分类:
编程语言 时间:
2014-05-26 18:37:11
阅读次数:
295
介绍一种使用Groovy的方法:编译成java字节码并且作为正常java应用程序运行在java虚拟机上,即预编译模式。
1、安装Groovy
下载Groovy binary:
http://groovy.codehaus.org/Download
将其解压。然后设置环境变量GROOVY_HOME为解压后文件的目录。
然后在path环境变量中添加:%GROOVY_HOME%/bi...
分类:
编程语言 时间:
2014-05-25 21:59:10
阅读次数:
472
首先要配置的是Android SDK中带有的adb工具:
解压并打开下载好的Android SDK,找到platform-tools文件夹,
右击我的电脑-->属性--->高级系统设置--->环境变量;
建议只在用户变量中设置;
如果有PATH环境变量就双击进行编辑,拷贝找到的platform-tools文件夹的全路径,例如:
D:\Program Files\adt-bundle-wi...
分类:
移动开发 时间:
2014-05-25 21:11:40
阅读次数:
373
配置环境:Windows
XP首先是配置参数,这个网站上很多。很多网站上说要配置三个参数,即Path,classpath,JAVA_HOME三个。简要的介绍一下这三个环境变量。Path使得系统可以在任何路径下识别java命令.JAVA_HOME指明JDK安装路径.(设置这个参数是为了偷懒,呵呵。。)...
分类:
编程语言 时间:
2014-05-25 20:44:17
阅读次数:
283
一、首先介绍要添加框架环境: JUnit Struts2 Hibernate
Spring(1)配置JUnit
/**-------------------------添加JUnit-------------------------------*/
右击Web项目--->Build Path-...
分类:
其他好文 时间:
2014-05-25 20:43:53
阅读次数:
431
1、string str1 = Request.ApplicationPath.ToString();
返回路径为:\HolterClientWeb2、HttpServerUtility.MapPath 方法解释:返回对应于 Web
服务器上指定的虚拟路径的物理文件路径。 string path=S...
分类:
Web程序 时间:
2014-05-25 20:18:18
阅读次数:
321