码迷,mamicode.com
首页 >  
搜索关键字:build path    ( 43254个结果
<<< java环境搭建
先百度搜索"jdk下载" 安装完成之后,到系统环境变量设置(电脑右键,属性,高级系统设置) 然后点击下面path系统变量,把C:\Program Files (x86)\Java\jdk1.6.0_05\bin;(bin的路劲复制到path最前面粘贴,别忘了加分号) 接着到...
分类:编程语言   时间:2014-05-10 01:15:13    阅读次数:330
java4android【3】java 环境变量 jre
path环境变量配置的目的classpath环境变量配置的mudjava的jre提供了哪些支持1: path环境变量是为了执行java.exe 和javac.exe命令的时候,可以找到这两个文件。java一般主要用的就是这两个执行文件。之前path环境变量配置的值就是jdk安装的路径。2: cl.....
分类:移动开发   时间:2014-05-10 01:09:57    阅读次数:346
报错:struts 404
错误信息:HTTP Status 404 - There is no Action mapped for namespace [/] and action name [updateUser!getUserByName] associated with context path [/123shop].
分类:其他好文   时间:2014-05-09 18:04:52    阅读次数:281
Xcode的Architectures、Valid Architectures和Build Active Architecture Only属性(原创)
最近xcode升级了5.1版本,升级之后程序报关于要适配arm64机器的错。之前对xcode的参数配置,一直不是很了解,但实现先面对问题了,就调查了一下并解决它。一个一个来吧。Architectures这代表,在这个项目里你想要Xcode编译的目标设备列表。Valid Architectures还不...
分类:其他好文   时间:2014-05-09 17:29:01    阅读次数:237
asp.net连接LDAP数据,并从LDAP中取出相关数据(1)
ASP.NET连接LDAP数据库的有关信息一、封装在DAL层中的获取用户信息的函数//////按照用户Id查找用户信息/////////publicDirectoryEntry GetUser(string username){string path = System.Configuration.....
分类:Web程序   时间:2014-05-09 16:53:59    阅读次数:418
一个python小脚本——合并一个文件夹下的所有文本
#coding:utf8import sys,osdef process(path): for f in os.listdir(path): fin = open(path+"/"+f,"r") print...
分类:编程语言   时间:2014-05-09 12:41:07    阅读次数:362
Leetcode: Path Sum
1 /** 2 * Definition for binary tree 3 * public class TreeNode { 4 * int val; 5 * TreeNode left; 6 * TreeNode right; 7 * TreeNo...
分类:其他好文   时间:2014-05-09 12:16:45    阅读次数:232
LeetCode: Triangle 题解
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-05-08 21:08:25    阅读次数:407
解析_theme_build_registry()和_theme_process_registry()
Drupal使用_theme_build_registry()和_theme_process_registry()两个函数构建theme registry。theme registry是theme hook的集合组数。这里以practice模块定义两个theme hook为例,说明一下theme r...
分类:其他好文   时间:2014-05-08 20:39:16    阅读次数:418
批处理脚本的一些规则
1. Rem "parameters: 1 ebank/emas 2 simulation/real 3 path of the wp file "Rem表示将在控制台打印的注释,::后为不会打印的注释。2. if "%1"=="ebank" (set app=ebank&&set port=400...
分类:其他好文   时间:2014-05-08 20:29:02    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!