码迷,mamicode.com
首页 >  
搜索关键字:startup directory    ( 8983个结果
远程调试
一、服务器端远程调试设置linux下远程调试配置:1、新建startup_debug.sh2、在startup_debug.sh里加入如下内容:引用export JPDA_ADDRESS=5566catalina.sh jpda start3、启动startup_debug.sh在windows下远...
分类:其他好文   时间:2014-07-22 23:11:33    阅读次数:439
liferay 集成ldap
1、下载并安装(Active direcotry 下面统一为AD) https://directory.apache.org/studio/download/download-windows.html http://directory.apache.org/apacheds/download/do....
分类:其他好文   时间:2014-05-01 15:57:37    阅读次数:506
spark开发环境
利用build.xml导入eclipse点击Run——Run Configurations点击“Main”Name填写:SparkProject:Spark(选择Spark工程)Main class:org.jivesoftware.launcher.Startup(启动类)勾选Stop in ma...
分类:其他好文   时间:2014-05-01 11:51:57    阅读次数:366
遍历文件
void listFiles(){ namespace fs = boost::filesystem; boost::filesystem::path path=boost::filesystem::current_path(); fs::directory_iterator item_beg...
分类:其他好文   时间:2014-05-01 05:23:07    阅读次数:310
BOOST 之filesystem, path
目录[-]使用 boost::filesystem 的第一个程序清单 1. 用于确定某个文件的类型是否为 Directory 的代码了解 Boost path 对象清单 2. 创建 Boost path 对象的方法清单 3. 使用本机格式初始化 path清单 4. 使用可移植格式初始化 pathpa...
分类:其他好文   时间:2014-05-01 04:25:38    阅读次数:417
Ad域身份验证总结
活动目录(Active Directory)是面向Windows Standard Server、Windows Enterprise Server以及 Windows Datacenter Server的目录服务。(Active Directory不能运行在Windows Web Server上,...
分类:其他好文   时间:2014-05-01 01:56:58    阅读次数:715
C# 文件操作
【创建目录】using System.IO;Directory.CreateDirectory(FilePath);【使用WriteFile下载文件】private string fileName = HttpContext.Current.Server.UrlEncode("规范.rar"); p...
分类:其他好文   时间:2014-04-30 23:34:03    阅读次数:443
win32用GDI+加载png图片作为背景图
#include #include /* GDI+ startup token */ULONG_PTR gdiplusStartupToken;/* Declare Windows procedure */LRESULT CALLBACK WindowProcedure (HWND, UINT, W...
分类:Windows程序   时间:2014-04-30 23:25:55    阅读次数:748
Nginx使用(配置开机启动)
环境: 系统:CentOS 6.5 Final 安装目录:/usr/local/nginxNginx开机自启:①编写shell实现控制vi /etc/init.d/nginx添加内容:#!/bin/bash# nginx Startup script for the Nginx HTTP Ser.....
分类:其他好文   时间:2014-04-30 16:34:10    阅读次数:582
Java01 常用的linux命令
一、linux 命令 0.man:查询使用手册1.pwd:Print the full filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information about the FILEs (the current...
分类:编程语言   时间:2014-04-29 11:31:46    阅读次数:489
8983条   上一页 1 ... 896 897 898 899 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!