代码搜索:Script

找到约 10,000 项符合「Script」的源代码

代码结果 10,000
www.eeworm.com/read/389332/2541178

sql script.sql

CREATE TABLE users ( user_id INT UNSIGNED NOT NULL AUTO_INCREMENT, user_name VARCHAR(32) NOT NULL, PRIMARY KEY (user_id) ); INSERT INTO users (user_name) VALUES ('bogdan'); INSERT INTO us
www.eeworm.com/read/386329/2572230

dop script.dop

-Version: 2.3 -MapFile: -ReportFile: -ClassPath: (PREPEND) -TriggerMethods: JMP:(midlet): -Destination: .\tmpjar\step2.jar -ExcludePackages: com.nokia com.siemens com.sun com.vodafone j
www.eeworm.com/read/386329/2572240

dop script.dop

-Version: 2.3 -MapFile: -ReportFile: -ClassPath: (PREPEND) -TriggerMethods: JMP:(midlet): -Destination: .\tmpjar\step2.jar -ExcludePackages: com.nokia com.siemens com.sun com.vodafone j
www.eeworm.com/read/386329/2572250

dop script.dop

-Version: 2.3 -MapFile: -ReportFile: -ClassPath: (PREPEND) -TriggerMethods: JMP:(midlet): -Destination: .\tmpjar\step2.jar -ExcludePackages: com.nokia com.siemens com.sun com.vodafone j
www.eeworm.com/read/385891/2577781

script ld.script

OUTPUT_FORMAT("ecoff-littlemips") OUTPUT_ARCH(mips) SECTIONS { .initrd : { *(.data) } }
www.eeworm.com/read/385891/2579791

script ld.script

OUTPUT_ARCH(powerpc) SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib); /* Do we need any of these for elf? __DYNAMIC = 0; */ SECTION
www.eeworm.com/read/385891/2579794

script ld.script

OUTPUT_ARCH(powerpc) SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib); /* Do we need any of these for elf? __DYNAMIC = 0; */ SECTION
www.eeworm.com/read/385653/2587019

lua script.lua

btn = TButton:new() btn.Caption = 'Click ME!' btn.Left = 20 btn.Top = 20 function btn:OnClick () ShowMessage('You clicked the button!') end btn.Visible = true
www.eeworm.com/read/385653/2587029

lua script.lua

-- Change the caption of the existing button btn.Caption = 'Click ME!' -- Set its position btn.Left = 20 btn.Top = 20 -- Add an event handler function btn:OnClick () ShowMessage('You clicked
www.eeworm.com/read/385653/2587035

lua script.lua

ar.dog = 'The dog goes woof!'; ar.cat = 'The cat says meow!'; ar['bird'] = "The bird is in the cat's stomache!";