在./data/cachefiles/item_field_1.php里,找“地图坐标不正确”
4 =>
array (
'fieldid' => '5',
'modelid' => '1',
'tablename' => 'subject',
'fieldname' => 'mappoint',
'title' => '地图坐标',
'unit' => '',
'style' => '',
'template' => '',
'note' => '',
'type' => 'mappoint',
'listorder' => '4',
'allownull' => '0',
'enablesearch' => '0',
'iscore' => '1',
'isadminfield' => '0',
'show_list' => '0',
'show_detail' => '1',
'regular' => '/[0-9a-z]+,[0-9a-z]+/i',
'errmsg' => '地图坐标不正确',
'datatype' => 'varchar(60)',
'config' =>
array (
'default' => '',
'size' => '30',
),
'disable' => '0',
),
把
'regular' => '/[0-9a-z]+,[0-9a-z]+/i',
改成
'regular' => '/[\-\.0-9a-z]+,[\-\.0-9a-z]+/i',
Subscribe to:
Post Comments (Atom)
RISC-v emulator
Changes are based on https://risc-v-getting-started-guide.readthedocs.io/en/latest/linux-qemu.html For Ubuntu/Debian, in addition to sud...
-
It took me a few days to resolve this problem with the NTL library on Mac OS X. http://www.shoup.net/ntl/doc/tour-unix.html So I am...
-
/etc/rc.local # Put your custom commands here that should be executed once # the system init finished. By default this file does nothing. ...
-
Tweak the LINUX_VERSION variable in target/linux/ar71xx/Makefile. Supported Kernels are listed in include/kernel-version.mk
No comments:
Post a Comment