亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? configure

?? sqlite-3.4.1,嵌入式數(shù)據(jù)庫(kù).是一個(gè)功能強(qiáng)大的開源數(shù)據(jù)庫(kù),給學(xué)習(xí)和研發(fā)以及小型公司的發(fā)展帶來了全所未有的好處.
??
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
# value.ac_cache_corrupted=falsefor ac_var in $ac_precious_vars; do  eval ac_old_set=\$ac_cv_env_${ac_var}_set  eval ac_new_set=\$ac_env_${ac_var}_set  eval ac_old_val=\$ac_cv_env_${ac_var}_value  eval ac_new_val=\$ac_env_${ac_var}_value  case $ac_old_set,$ac_new_set in    set,)      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}      ac_cache_corrupted=: ;;    ,set)      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}      ac_cache_corrupted=: ;;    ,);;    *)      if test "x$ac_old_val" != "x$ac_new_val"; then	{ echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}	{ echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5echo "$as_me:   former value:  $ac_old_val" >&2;}	{ echo "$as_me:$LINENO:   current value: $ac_new_val" >&5echo "$as_me:   current value: $ac_new_val" >&2;}	ac_cache_corrupted=:      fi;;  esac  # Pass precious variables to config.status.  if test "$ac_new_set" = set; then    case $ac_new_val in    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;    *) ac_arg=$ac_var=$ac_new_val ;;    esac    case " $ac_configure_args " in      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;    esac  fidoneif $ac_cache_corrupted; then  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5echo "$as_me: error: changes in the environment can compromise the build" >&2;}  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}   { (exit 1); exit 1; }; }fiac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnu# The following RCS revision string applies to configure.in# $Revision: 1.42 $########## Programs needed## Check whether --enable-shared was given.if test "${enable_shared+set}" = set; then  enableval=$enable_shared; p=${PACKAGE-default}    case $enableval in    yes) enable_shared=yes ;;    no) enable_shared=no ;;    *)      enable_shared=no      # Look at the argument we got.  We use all the common list separators.      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"      for pkg in $enableval; do	IFS="$lt_save_ifs"	if test "X$pkg" = "X$p"; then	  enable_shared=yes	fi      done      IFS="$lt_save_ifs"      ;;    esacelse  enable_shared=yesfi# Check whether --enable-static was given.if test "${enable_static+set}" = set; then  enableval=$enable_static; p=${PACKAGE-default}    case $enableval in    yes) enable_static=yes ;;    no) enable_static=no ;;    *)     enable_static=no      # Look at the argument we got.  We use all the common list separators.      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"      for pkg in $enableval; do	IFS="$lt_save_ifs"	if test "X$pkg" = "X$p"; then	  enable_static=yes	fi      done      IFS="$lt_save_ifs"      ;;    esacelse  enable_static=yesfi# Check whether --enable-fast-install was given.if test "${enable_fast_install+set}" = set; then  enableval=$enable_fast_install; p=${PACKAGE-default}    case $enableval in    yes) enable_fast_install=yes ;;    no) enable_fast_install=no ;;    *)      enable_fast_install=no      # Look at the argument we got.  We use all the common list separators.      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"      for pkg in $enableval; do	IFS="$lt_save_ifs"	if test "X$pkg" = "X$p"; then	  enable_fast_install=yes	fi      done      IFS="$lt_save_ifs"      ;;    esacelse  enable_fast_install=yesfiac_aux_dir=for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do  if test -f "$ac_dir/install-sh"; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install-sh -c"    break  elif test -f "$ac_dir/install.sh"; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/install.sh -c"    break  elif test -f "$ac_dir/shtool"; then    ac_aux_dir=$ac_dir    ac_install_sh="$ac_aux_dir/shtool install -c"    break  fidoneif test -z "$ac_aux_dir"; then  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}   { (exit 1); exit 1; }; }fi# These three variables are undocumented and unsupported,# and are intended to be withdrawn in a future Autoconf release.# They can cause serious problems if a builder's source tree is in a directory# whose full name contains unusual characters.ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.# Make sure we can run config.sub.$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}   { (exit 1); exit 1; }; }{ echo "$as_me:$LINENO: checking build system type" >&5echo $ECHO_N "checking build system type... $ECHO_C" >&6; }if test "${ac_cv_build+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  ac_build_alias=$build_aliastest "x$ac_build_alias" = x &&  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`test "x$ac_build_alias" = x &&  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5echo "$as_me: error: cannot guess build type; you must specify one" >&2;}   { (exit 1); exit 1; }; }ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}   { (exit 1); exit 1; }; }fi{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5echo "${ECHO_T}$ac_cv_build" >&6; }case $ac_cv_build in*-*-*) ;;*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5echo "$as_me: error: invalid value of canonical build" >&2;}   { (exit 1); exit 1; }; };;esacbuild=$ac_cv_buildac_save_IFS=$IFS; IFS='-'set x $ac_cv_buildshiftbuild_cpu=$1build_vendor=$2shift; shift# Remember, the first character of IFS is used to create $*,# except with old shells:build_os=$*IFS=$ac_save_IFScase $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac{ echo "$as_me:$LINENO: checking host system type" >&5echo $ECHO_N "checking host system type... $ECHO_C" >&6; }if test "${ac_cv_host+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test "x$host_alias" = x; then  ac_cv_host=$ac_cv_buildelse  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}   { (exit 1); exit 1; }; }fifi{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5echo "${ECHO_T}$ac_cv_host" >&6; }case $ac_cv_host in*-*-*) ;;*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5echo "$as_me: error: invalid value of canonical host" >&2;}   { (exit 1); exit 1; }; };;esachost=$ac_cv_hostac_save_IFS=$IFS; IFS='-'set x $ac_cv_hostshifthost_cpu=$1host_vendor=$2shift; shift# Remember, the first character of IFS is used to create $*,# except with old shells:host_os=$*IFS=$ac_save_IFScase $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esacac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnuif test -n "$ac_tool_prefix"; then  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.set dummy ${ac_tool_prefix}gcc; ac_word=$2{ echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }if test "${ac_cv_prog_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$CC"; then  ac_cv_prog_CC="$CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    ac_cv_prog_CC="${ac_tool_prefix}gcc"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedoneIFS=$as_save_IFSfifiCC=$ac_cv_prog_CCif test -n "$CC"; then  { echo "$as_me:$LINENO: result: $CC" >&5echo "${ECHO_T}$CC" >&6; }else  { echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6; }fifiif test -z "$ac_cv_prog_CC"; then  ac_ct_CC=$CC  # Extract the first word of "gcc", so it can be a program name with args.set dummy gcc; ac_word=$2{ echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }if test "${ac_cv_prog_ac_ct_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$ac_ct_CC"; then  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    ac_cv_prog_ac_ct_CC="gcc"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedoneIFS=$as_save_IFSfifiac_ct_CC=$ac_cv_prog_ac_ct_CCif test -n "$ac_ct_CC"; then  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5echo "${ECHO_T}$ac_ct_CC" >&6; }else  { echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6; }fi  if test "x$ac_ct_CC" = x; then    CC=""  else    case $cross_compiling:$ac_tool_warned inyes:){ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-toolswhose name does not start with the host triplet.  If you think thisconfiguration is useful to you, please write to autoconf@gnu.org." >&5echo "$as_me: WARNING: In the future, Autoconf will not detect cross-toolswhose name does not start with the host triplet.  If you think thisconfiguration is useful to you, please write to autoconf@gnu.org." >&2;}ac_tool_warned=yes ;;esac    CC=$ac_ct_CC  fielse  CC="$ac_cv_prog_CC"fiif test -z "$CC"; then          if test -n "$ac_tool_prefix"; then    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.set dummy ${ac_tool_prefix}cc; ac_word=$2{ echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }if test "${ac_cv_prog_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$CC"; then  ac_cv_prog_CC="$CC" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    ac_cv_prog_CC="${ac_tool_prefix}cc"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedoneIFS=$as_save_IFSfifiCC=$ac_cv_prog_CCif test -n "$CC"; then  { echo "$as_me:$LINENO: result: $CC" >&5echo "${ECHO_T}$CC" >&6; }else  { echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6; }fi  fifiif test -z "$CC"; then  # Extract the first word of "cc", so it can be a program name with args.set dummy cc; ac_word=$2{ echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }if test "${ac_cv_prog_CC+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  if test -n "$CC"; then  ac_cv_prog_CC="$CC" # Let the user override the test.else  ac_prog_rejected=noas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  for ac_exec_ext in '' $ac_executable_extensions; do  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then       ac_prog_rejected=yes       continue     fi    ac_cv_prog_CC="cc"    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5    break 2  fidonedoneIFS=$as_save_IFSif test $ac_prog_rejected = yes; then  # We found a bogon in the path, so make sure we never use it.  set dummy $ac_cv_prog_CC  shift  if test $# != 0; then    # We chose a different compiler from the bogus one.    # However, it has the same basename, so the bogon will be chosen    # first if we set CC to just the basename; use the full file name.    shift    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"  fifififiCC=$ac_cv_prog_CCif test -n "$CC"; then  { echo "$as_me:$LINENO: result: $CC" >&5echo "${ECHO_T}$CC" >&6; }else  { echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6; }fifiif test -z "$CC"; then  if test -n

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久综合色8888| 久草这里只有精品视频| 国产精品美女久久久久aⅴ国产馆 国产精品美女久久久久av爽李琼 国产精品美女久久久久高潮 | 亚洲a一区二区| 亚洲一级不卡视频| 亚洲国产一区在线观看| 亚洲超丰满肉感bbw| 视频一区免费在线观看| 丝袜美腿一区二区三区| 石原莉奈一区二区三区在线观看| 午夜视频在线观看一区| 日本成人在线不卡视频| 日韩有码一区二区三区| 奇米精品一区二区三区在线观看| 捆绑调教一区二区三区| 国产乱子轮精品视频| 国产麻豆91精品| 成人精品国产福利| 色综合天天综合狠狠| 91国产丝袜在线播放| 欧美日韩国产一级二级| 欧美一三区三区四区免费在线看 | 夜夜嗨av一区二区三区| 亚洲gay无套男同| 久久国产精品72免费观看| 国产一区二区三区免费看| 国产成人精品一区二区三区网站观看| av影院午夜一区| 欧美亚洲丝袜传媒另类| 日韩精品综合一本久道在线视频| 久久久久久久久一| 亚洲精品一二三| 日本伊人色综合网| 国产91在线|亚洲| 欧美午夜精品一区| 日韩欧美成人一区| 国产精品久久久久影视| 亚洲成av人片| 国产精品影视天天线| 91丨porny丨最新| 777久久久精品| 国产精品欧美综合在线| 亚洲成a人v欧美综合天堂下载 | 69p69国产精品| 国产人成亚洲第一网站在线播放 | 国产成人精品网址| 欧洲精品一区二区三区在线观看| 日韩亚洲欧美在线观看| 国产精品狼人久久影院观看方式| 亚洲h精品动漫在线观看| 国产福利视频一区二区三区| 色欧美片视频在线观看在线视频| 欧美一区二区网站| 国产精品久久久久久久第一福利| 丝袜脚交一区二区| a亚洲天堂av| 精品国产91久久久久久久妲己| 国产精品国产三级国产aⅴ中文| 日韩高清不卡一区二区三区| www.综合网.com| 日韩欧美电影在线| 亚洲一区欧美一区| 不卡av电影在线播放| 91精选在线观看| 亚洲摸摸操操av| 国产剧情在线观看一区二区| 欧美福利视频一区| 日韩一区中文字幕| 韩国v欧美v日本v亚洲v| 8v天堂国产在线一区二区| 亚洲婷婷在线视频| 国产麻豆一精品一av一免费| 91精品国产色综合久久ai换脸 | 国产婷婷色一区二区三区四区| 日欧美一区二区| 一本久久精品一区二区| 国产无一区二区| 狠狠色丁香久久婷婷综合丁香| 欧美日韩免费一区二区三区| 亚洲欧洲精品一区二区三区不卡| 国产乱国产乱300精品| 日韩一区二区在线观看| 午夜视频一区在线观看| 日本电影欧美片| 国产精品三级久久久久三级| 国产一区二区在线视频| 日韩亚洲欧美高清| 婷婷夜色潮精品综合在线| 日本福利一区二区| 亚洲欧美电影一区二区| 成人网在线播放| 国产欧美一区在线| 国产精品一二三四区| 日韩精品中文字幕一区二区三区| 日韩和的一区二区| 在线电影院国产精品| 亚洲第一久久影院| 欧美女孩性生活视频| 亚洲影院免费观看| 欧美日韩亚洲综合| 三级久久三级久久久| 欧美高清精品3d| 麻豆91在线看| 欧美精品一区二区三区蜜桃| 日本午夜一区二区| 日韩一二三四区| 激情综合色播五月| 久久久一区二区三区| 国产精品一区二区黑丝| 国产欧美日韩三级| 高清久久久久久| **网站欧美大片在线观看| 99久久免费精品高清特色大片| 亚洲视频综合在线| 91国模大尺度私拍在线视频| 亚洲成人免费影院| 5858s免费视频成人| 麻豆一区二区99久久久久| 欧美精品一区二区三区在线| 国产成人免费高清| 亚洲欧洲国产日韩| 欧美日韩一区二区三区不卡| 蜜芽一区二区三区| 久久综合色婷婷| 99视频有精品| 亚洲国产精品影院| 精品卡一卡二卡三卡四在线| 国产91丝袜在线观看| 亚洲视频一二区| 欧美日韩国产综合久久| 老汉av免费一区二区三区| 亚洲国产高清不卡| 色偷偷久久一区二区三区| 日韩国产精品91| 国产蜜臀av在线一区二区三区| 一本到不卡精品视频在线观看| 亚洲高清免费视频| 久久综合九色综合欧美亚洲| 不卡一区在线观看| 五月激情综合网| 日本一区二区电影| 欧美日韩和欧美的一区二区| 国产剧情av麻豆香蕉精品| 亚洲狠狠丁香婷婷综合久久久| 91精品国产色综合久久不卡电影 | 国产精品一区二区久激情瑜伽| 亚洲欧洲一区二区在线播放| 欧美另类z0zxhd电影| 国内精品第一页| 一区二区三区四区不卡在线 | 欧美日韩一区二区三区视频 | 91精品国产综合久久久久久| 国产精华液一区二区三区| 亚洲精品国产一区二区精华液 | 欧美怡红院视频| 国产一区二区福利视频| 亚洲欧美另类久久久精品2019| 日韩精品中文字幕一区| 在线中文字幕一区| 国产精品1区二区.| 天天色天天操综合| 国产精品久久久久久久蜜臀| 91精品在线观看入口| 色综合久久九月婷婷色综合| 麻豆91精品91久久久的内涵| 一区二区久久久| 国产色综合久久| 日韩三级精品电影久久久| 色婷婷国产精品| 国产高清精品久久久久| 日本网站在线观看一区二区三区 | 韩国欧美国产1区| 亚洲一区二区三区四区在线观看 | 91丨porny丨中文| 国产成人精品亚洲日本在线桃色| 亚洲不卡av一区二区三区| 中文字幕一区二| 久久免费偷拍视频| 欧美日韩另类一区| 91麻豆国产精品久久| 国产精品一二三四区| 久久精品国产精品亚洲红杏| 亚洲伊人伊色伊影伊综合网 | 国产成人精品影院| 精品一区二区在线播放| 日韩精品国产欧美| 亚洲国产日韩综合久久精品| 成人免费在线观看入口| 久久精品一区蜜桃臀影院| 日韩精品资源二区在线| 欧美一区二区三区人| 欧美在线你懂得| 91丨九色丨尤物| 白白色 亚洲乱淫| 成人avav影音| 国产成人av福利| 国产乱一区二区| 国产精品影视天天线| 极品少妇xxxx精品少妇| 六月丁香婷婷色狠狠久久|