代码搜索:VARIABLES
找到约 10,000 项符合「VARIABLES」的源代码
代码结果 10,000
www.eeworm.com/read/398634/2374935
result im_options_set.result
server_id =1
server_id =2
SHOW VARIABLES LIKE 'server_id';
Variable_name Value
server_id 1
SET mysqld1.server_id = 11;
server_id =11
server_id =2
SHOW VARIABLES LIKE 'ser
www.eeworm.com/read/358128/3003946
result flush2.result
flush logs;
set global expire_logs_days = 3;
show variables like 'log_bin%';
Variable_name Value
log_bin OFF
log_bin_trust_function_creators ON
flush logs;
show variables like 'log_bin%';
Variable_nam
www.eeworm.com/read/358128/3003981
result im_options_unset.result
SHOW VARIABLES LIKE 'server_id';
Variable_name Value
server_id 1
SHOW INSTANCES;
instance_name status
mysqld1 online
mysqld2 offline
UNSET mysqld1.server_id;
server_id = 2
SHOW VARIABLES LIK
www.eeworm.com/read/111082/15519540
html fourvariables.html
Four Variables
Four Variables
You ask your boss what he wishes you would do with the project. He answers, in his own words, "Use f
www.eeworm.com/read/386292/8757299
h bl_packet.h
//*****************************************************************************
//
// bl_packet.h - The global variables and definitions of the boot loader.
//
// Copyright (c) 2006-2007 Luminary
www.eeworm.com/read/386292/8757380
h bl_packet.h
//*****************************************************************************
//
// bl_packet.h - The global variables and definitions of the boot loader.
//
// Copyright (c) 2006-2007 Luminary
www.eeworm.com/read/285482/8836349
c dsp28_globalvariabledefs.c
//---------------------------------------------------------------------------
// Define Global Peripheral Variables:
//
#include "DSP28_Device.h"
#pragma DATA_SECTION(AdcRegs,"AdcRegsFile"
www.eeworm.com/read/183838/9135242
h i2c.h
//#include
#include
//------------------------------------------------------------------------------
// I2C Peripheral Variables
//---------------------------
www.eeworm.com/read/183589/9151575
lua kalented.lua
-- [ constants ] ================================================================
local KALENTED_TALENT_OFFSET_X = 16;
local KALENTED_TALENT_OFFSET_Y = 20;
-- [ variables ] ==============
www.eeworm.com/read/164421/10108864
c dsp28_globalvariabledefs.c
//###########################################################################
//
// FILE: DSP28_GlobalVariableDefs.c
//
// TITLE: DSP28 Global Variables and Data Section Pragmas.
//
//##########