代码搜索结果
找到约 3,568 项符合
Strip 的代码
kommandoer.txt
/usr/local/mipsel-linux/bin/gcc
: compile og link
-c : laver kun compile
-S : laver en .s fil
/usr/local/mipsel-linux/bin/strip
: Fjerner nogle ting fra filen men ikke kode!
install-sh
#! /bin/bash
. install-defs.sh
$CP fastjar ${BINDIR}
$STRIP ${BINDIR}/fastjar
$CHMOD 755 ${BINDIR}/fastjar
如何实现类似于显示属性的分页效果.txt
你 可 以 使 用 VB的 Tabbed Dialog控 件 或 Common Controls中 的 TabStrip控 件 来 实 现 这 样 的 效 果 ( 参 考 QA002803 “Tabbed Dialog控件和tab strip控件有什么不同”) 。 你 可 以 在 VB6中 选 择 菜 单 “ 工 程 |添 加 窗 体 ” , 然 后 在 对 话 框 中 选 择 “ 选 项 对 话
default.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using
myroute.cpp
// MyRoute.cpp: implementation of the CMyRoute class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MySnmp.h"
#include "MyRoute.h"
#
makefile
#
# Makefile for Atheros AR531X watchdog.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's som
mt190_gprs.mak
#
# Copyright Statement:
# --------------------
# This software is protected by Copyright and the information contained
# herein is confidential. The software may not be copied and the informa
makefile
#------------------------------------------------------------------------------
# You should not need to change anything below this line.
#-------------------------------------------------------------
makefile
#
# This dir holds all of the images for PPC machines.
# Tom Rini January 2001
include $(TOPDIR)/Rules.make
vmlinux.gz: $(TOPDIR)/vmlinux
$(OBJCOPY) --strip-all -S -O binary $(TOPDIR)/vmlinux vmlin
extract.logs
#!/bin/bash
dirname=$1; shift;
prefix=$1; shift;
filename=$1; shift;
systems="crmd cib tengine pengine cib cibmon"
tags=""
strip_tags="live.dot cib.updates"
for subsys in $systems; do
echo Extr