代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/409921/2222409
bat update.bat
@echo off
call envars.bat
if "%CMI_DEBUGARCH%"=="AMD64" goto :x64
set CMI_DEBUGDIR=objchk_%CMI_DEBUGOS%_%CMI_DEBUGARCH%\i386
goto start
:x64
set CMI_DEBUGDIR=objchk_%CMI_DEBUGOS%_%CMI_DEBUGARCH%
www.eeworm.com/read/409921/2226189
c update.c
/*
* Implementation of the Microsoft Installer (msi.dll)
*
* Copyright 2004 Mike McCormack for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* modify it und
www.eeworm.com/read/408818/2242154
c update.c
#include
#include
extern unsigned long __dummy;
void do_reset (void);
void do_updater(void);
void _main(void)
{
int i;
printf("U-Boot Firmware Updater\n\n\n");
pri
www.eeworm.com/read/408483/2248947
sh update.sh
#!/bin/sh
. ./modlist.sh
for modname in $FREEPBX_MODLIST
do
echo $modname
cd $modname
svn update
cd ..
done
www.eeworm.com/read/407163/2267546
java update.java
package sfms;
import java.awt.*;
import java.sql.*;
import javax.swing.*;
import java.awt.event.*;
public class Update extends JFrame implements ActionListener{
JTextField t1;
String ST
www.eeworm.com/read/405862/2281903
sql update.sql
ALTER TABLE `{pref}_stories` CHANGE `name` `name` VARCHAR(25) NOT NULL;
www.eeworm.com/read/405479/2290425
java update.java
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
* indicated by the @author tags or express copyright attribu