代码搜索:Update
找到约 10,000 项符合「Update」的源代码
代码结果 10,000
www.eeworm.com/read/366065/9834276
test winnotify.test
# This file tests the tclWinNotify.c file.
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates outp
www.eeworm.com/read/169651/9847952
c randseed.c
/*
------------------------------------------------------------------
Copyright
Sun Microsystems, Inc.
Copyright (C) 1994, 1995, 1996 Sun Microsystems, Inc. All Rights
Reserved.
Permissi
www.eeworm.com/read/169164/9877434
java updateaccess.java
//updateaccess.java:更新Access数据库
import java.sql.*;
class updateaccess{
public static void main (String args[]) throws Exception{
Connection con;
Statement stmt;
www.eeworm.com/read/168886/9890467
cpp csystimeoverlaycontroller.cpp
//
// CSysTimeOverlayController.cpp
//
#include
#include
#include "CSysTimeOverlayController.h"
////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/168534/9908623
postrm
#!/bin/sh
set -e
if [ -x /usr/bin/update-menus ]; then
update-menus
fi
if [ "$1" = purge ]; then
if [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi
rm
www.eeworm.com/read/168149/9936630
txt 说明.txt
这个小协件用于对指定文件(一般是系统exe和dll文件)的校验。
有一些后门会感染系统文件,比如hkdoor。没有足够的经验用其他方法不容易发现
异常,这时就有必要检查文件是否被修改,若被修改,可使用安装光盘修复。
使用说明:
1、事先写好一个配置文件,参考sample.txt(其中%systemroot%指windows目录),
将你要校验的文件都加入, ...