代码搜索结果
找到约 10,000 项符合
6 的代码
6.txt
task_talk_begin =" #0年轻的冒险者,欢迎光临魔幻大陆!\n 在战斗前,你应该先熟悉一在你身边的形形色色的NPC,他们会为你闯荡这个世界提供非常大的帮助。年轻的"
task_talk_ing =" #0拿着我的推荐信去找你的技能导师吧,他就在村子右下角的学院区域的#0(352,118)处。"
task_talk_end ="
6.lua
macro_AddFightMonster(5021,1,2,20,1)
macro_AddFightMonster(5018,0,0,16,2)
macro_AddFightMonster(5018,0,1,18,3)
macro_AddFightMonster(5019,0,2,18,4)
macro_AddFightMonster(5018,0,3,18,5)
gmt+6
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+6) {
{-9223372036854775808 -21600 0 GMT+6}
}
gmt-6
# created by tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-6) {
{-9223372036854775808 21600 0 GMT-6}
}
cst6
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Regina)]} {
LoadTimeZoneFile America/Regina
}
set TZData(:SystemV/CST6) $TZData(:America/Regina)
6.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > ->
Query buffer
------------
select * from staff order by last_name, first_name
[continue]
->
Query OK. 6 row(s) modified or re
6.test
# OK : simple ordering
select * from staff order by last_name, first_name\p\g
select * from staff order by last_name desc\p\g
select * from staff order by last_name desc, first_name\p\g
select * fro