代码搜索:nicely

找到约 113 项符合「nicely」的源代码

代码结果 113
www.eeworm.com/read/105274/15672305

pstrip

#!/bin/sh exec perl -x $0 ${1+"$@"} #!perl # take the nicely formatted and commented PostScript prolog code and make # it lean, mean, and unreadable to the average human. while() { next if (/^%/);
www.eeworm.com/read/120487/6073886

sh initdb.sh

#!@SHELL@ #------------------------------------------------------------------------- # # initdb creates (initializes) a PostgreSQL database cluster (site, # instance, installation, whatever). A datab
www.eeworm.com/read/120487/6073736

sh initlocation.sh

#!/bin/sh #------------------------------------------------------------------------- # # initlocation.sh-- # Create a secondary PostgreSQL database storage area. # # Portions Copyright (c) 1996
www.eeworm.com/read/120487/6073371

c testlibpq.c

/* * testlibpq.c * * Test the C version of LIBPQ, the POSTGRES frontend library. */ #include #include #include "libpq-fe.h" static void exit_nicely(PGconn *conn) { PQfinish
www.eeworm.com/read/100285/6271855

c testlibpq3.c

/* * testlibpq3.c * Test the C version of LIBPQ, the POSTGRES frontend library. * tests the binary cursor interface * * * populate a database by doing the following: CREATE TABLE test1 (i in
www.eeworm.com/read/100285/6271860

c testlibpq.c

/* * testlibpq.c * Test the C version of LIBPQ, the POSTGRES frontend library. * * */ #include #include "libpq-fe.h" static void exit_nicely(PGconn *conn) { PQfinish(conn); exit(1);
www.eeworm.com/read/100285/6271861

c testlibpq2.c

/* * testlibpq2.c * Test of the asynchronous notification interface * populate a database with the following: CREATE TABLE TBL1 (i int4); CREATE TABLE TBL2 (i int4); CREATE RULE r1 AS ON INS
www.eeworm.com/read/389812/8497939

php 01c06-1.php

www.eeworm.com/read/108242/6183999

c eemake.c

/* ELLE - Copyright 1982, 1985, 1987 by Ken Harrenstien, SRI International * This software is quasi-public; it may be used freely with * like software, but may NOT be sold or made part of licensed
www.eeworm.com/read/477481/6737524

c tt.c

/** *gcc -o tt tt.c -I/usr/local/postgresql/include -L/usr/local/postgresql/lib -lpq * * *g++ -static -L/usr/lib -lpq -o test test.cpp */ #include #include #include