代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/352916/10494050
txt linux_buildsubversion.txt
1.需要两个文件,httpd和subversion. httpd是web服务器,用来通过web访问subversion,httpd可以在apache官方网站上下载到
2.新建一个用户:svnroot
最好不要让root用户参与到svn的权限管理和日常的运行和维护工作中来,但是下面的一些安装和配置操作还是 需要root用户来完成的,因为有些操作只有root才能做。权限问题很重要。曾经因为 ...
www.eeworm.com/read/160764/10501014
c cs89x0.c
/* cs89x0.c: A Crystal Semiconductor CS89[02]0 driver for linux. */
/*
Written 1996 by Russell Nelson, with reference to skeleton.c
written 1993-1994 by Donald Becker.
This software may be used an
www.eeworm.com/read/278837/10503145
h arch.h
/** ###################################################################
**
** (c) Freescale Semiconductor
** 2004 All Rights Reserved
**
**
** (c) Copyright UNIS, spol. s r.o. 1997-2
www.eeworm.com/read/352754/10515272
makefile
# Makefile for the Linux sound card driver
#
# Note 2! The CFLAGS definitions are now inherited from the
# parent makes. (hopefully)
#
#
VERSION = 2.4
TARGET_OS = linux
.c.s:
$(CC) $(CF
www.eeworm.com/read/160586/10516382
dsn odbc.dsn
[ODBC]
DRIVER=SQL Server
UID=sa
DATABASE=MyDB
WSID=SFW007
APP=Visual Basic
SERVER=(local)
www.eeworm.com/read/160526/10521229
txt readme.txt
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ 能飞JSP+MYSQL网络办公OA系统 ┃
┃ ┃
┃ 版权所有: finaler
www.eeworm.com/read/278580/10527185
makefile
CFLAGS=-g -Wall
CC=gcc
AR=ar
LIBS=-L./ -lcgic
all: libcgic.a cgictest.cgi capture
install: libcgic.a
cp libcgic.a /usr/local/lib
cp cgic.h /usr/local/include
@echo libcgic.a is in /usr/local/lib.
www.eeworm.com/read/160472/10527905
ini 资金管理.ini
[注册信息]
公司名称=北京航空航天大学
[数据库信息]
数据库=Provider=SQLOLEDB.1;Password=ecc;Persist Security Info=True;User ID=sa;Initial Catalog=ysgl2004;Data Source=(local)
server=(local)
loginname="sa"
database=ysgl20
www.eeworm.com/read/278507/10531183
lc main.lc
/* include main1 */
#include "udpcksum.h"## 1 ##src/udpcksum/main.c##
/* define global variables */## 2 ##src/udpcksum/main.c##
struct sockaddr *dest, *local;## 3 ##src/udpcksum/mai