码迷,mamicode.com
首页 >  
搜索关键字:source-code    ( 706个结果
tomcat源码导入eclipse步骤
1. 获取源代码 方式一:从官网http://tomcat.apache.org/download-70.cgi直接下载,官网提供了Binary 和 Source Code两种下载方式,要研究tomcat源代码,选择source code 方式下载 方式二:利用svn获取源代码,先安装svn,再新建...
分类:系统相关   时间:2015-03-28 14:18:41    阅读次数:285
centos编译安装mysql
centos 源码安装 mysql安装选择的是 Source Code平台的下载版本为 mysql-5.6.23.tar.gz此版本要自己亲自编译,所以最好不过了安装编译源码所需的工具和库yum install gcc gcc-c++ ncurses-devel perl 安装cmake,从htt....
分类:数据库   时间:2015-03-22 06:48:49    阅读次数:184
作用域链 The Scope Chain
JavaScript is a lexically scoped language: the scope of a variable can be thought of asthe set of source code lines for which the variable is defined....
分类:其他好文   时间:2015-03-19 20:11:32    阅读次数:157
Pay some attention to reconnecting TFS
Description: My TFS(Team Foundation Server) is connecting to source code server, however, the code in server can NOT be checked-out (so you can NOT se...
分类:Web程序   时间:2015-03-19 16:17:06    阅读次数:132
OpenCV2.4.10 Mac Configuration
Download OpenCV 2.4.10Download CMake 2.8Open CMake and choose the source code directory and build binary directoryThen click "Configure", and "Generat...
分类:系统相关   时间:2015-03-14 06:12:57    阅读次数:233
convert source code to pdf in python
1 import os 2 import sys 3 4 def find_file(root_dir, type): 5 dirs_pool = [root_dir] 6 dest_pool = [] 7 8 def scan_dir(directory): 9 ...
分类:编程语言   时间:2015-03-11 21:36:42    阅读次数:164
linux 支持的cpu 架构 概述
linux kernel 的source code 中arch 目录下 其一些相关体系结构:x86:x86 是一个指令集架构家族;该系列较早期的处理器名称是以数字来表示80x86。由于以“86”作为结尾,包括Intel 8086、80186、80286、80386以及80486,因此其架构被称为“x...
分类:系统相关   时间:2015-03-10 00:04:45    阅读次数:594
About building ant & install ant on centos7 {ant source code 1.94}
hamcrest-junit-2.0.0.0.jar java-hamcrest-2.0.0.0.jar copy to ant-sourceCodeDir/lib/optimal
分类:其他好文   时间:2015-03-08 22:58:09    阅读次数:181
ZOJ2971 Give Me the Number 【模拟】
这道题目使用Map。 然后一次性遍历下来即可。 QAQ注意初始化的时候小心点不要错..Source Code://#pragma comment(linker, "/STACK:16777216") //for c++ Compiler#include #include #include #incl...
分类:其他好文   时间:2015-03-08 21:23:54    阅读次数:134
Google Chrome Source Code Download)
Google Chrome 源码下载地址 (Google Chrome Source Code Download)   地址:?http://www.xiaohui.com/dev/vccool/internet/google-chrome-source-code-download.htm   1.?Google Chrome 源码 SVN 地址:h...
分类:其他好文   时间:2015-03-08 00:16:11    阅读次数:515
706条   上一页 1 ... 52 53 54 55 56 ... 71 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!