b2c信息网

您现在的位置是:首页 > 热点事件 > 正文

热点事件

公交车实时查询小程序源码(查询公交车的小程序)

hacker2022-06-11 15:28:21热点事件81
本文目录一览:1、

本文目录一览:

用php写一个查询公交的小程序,就是那种选择起始地和终点站的那种。发到邮箱237756275@qq.com~~

像这种东西还是自己写吧,这不是几分钟的事情,没有人愿意给你做的。

你的意思是选择起点和终点,然后查询做什么车可以到吧??

只给你提供思路:

先把 每个公交的路线,经过站点写入数据库

比如(bus表):

id bus_id station

1 8 站点1,站点2,站点3,站点4,站点5

然后用查询语句

$sql = "select bus_id from bus where station like '%站点1%' and station like '%站点2%';";

就可以把经过的查询出来了。

其实这个很简单做,就是录入数据有点麻烦。。

自己动手吧,丰衣足食!!成功是属于你自己的!!!

c#公交车路线查询源代码

第一需要数据库,第二查询可能也是比较复杂的,可能用到分词,模糊搜索,换乘查询.

谁有城市公交线路查询系统换乘的源代码,急求。(数据库是SQL. SERVER 工具是vs200

1、config.php(功能说明:存储一些在整个程序中要用到全局变量。)

?

$hostname="localhost";

$db_user="root";

$db_password="faleier2046007";

$db_name="bus";

$table_Stop="bus_stop";

$table_Route="bus_route";

$table_Stop_Route="bus_stop_route";

$table_RouteT0="bus_routet0";

$table_GRouteT0="bus_groutet0";

$table_nochange="temp_nochange";

$table_once="temp_once";

$table_twice="temp_twice";

?

2、conn.php(功能说明:实现与数据库的连接。)

?php

require_once "config.php";

@mysql_connect($hostname,$db_user,$db_password)

or die("could not connect to mysql server");

@mysql_select_db("$db_name") or die("could not select database");

13/22页

mysql_query("set character set gb2312");

?

3、index.php(功能说明:程序首页,查询输入界面。) !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" HTML

HEAD

meta http-equiv="Content-Type" content="text/html; charset=gb2312" TITLE 六安公交查询系统 /TITLE

META NAME="Generator" CONTENT="EditPlus"

META NAME="Author" CONTENT=""

META NAME="Keywords" CONTENT=""

META NAME="Description" CONTENT=""

/HEAD

BODY background="images/bj.gif"

script type="text/javascript" src="js/main.js"/script

link href="css/bus.css" rel="stylesheet" type="text/css"

media="screen" /link href="css/bus1.css" rel="stylesheet" type="text/css" media="screen" /

table border=0 align=center

tr

td height=100

/td

/tr

tr

td

TABLE border=0 align=center height=300 width=630 bgcolor="#EDF3CD" tr

td colspan=3 align=center height=25%

img border="0" src="images/banner.jpg" width="400" height="75"/td /tr

tr

td width=231 rowspan="3"

table border=0

tr

td

?php

require "conn.php";

$query_all_path="select distinct(RouteGenName) from $table_Route"; $info=mysql_query($query_all_path);

while($it=mysql_fetch_array($info))

{

echo "a

14/22页

href=searchpath.php?path=$it[RouteGenName]".$it['RouteGenName']."/a"." ";

}

?

/table

/td

td width=4 height="19"

/td

td width="381" rowspan="3"

div class="c20c-330e-f6e5-81c0 headRi"

div class="330e-f6e5-81c0-e040 headMenu"

span id="it_1" onclick="ishow('it',3,1,'open','')" class=

公交车小程序叫什么名字

叫城市服务。以下是步骤方法:

准备工具:iPhone 11。

系统版本:iOS 14.5。

软件:支付宝。

1、打开支付宝,点击城市服务。

2、然后找到交通出行。

3、进入界面后点击公交查询。

4、然后输入要查询当地的多少路公交车。

5、 进去后就可以看到该公交车的具体位置,和预测到达时间。

有一种软件,是可以查看公交车的,什么时候到站,什么时候过来,还有公交车走到哪了?

腾讯出行可以实现查看公交车预计到站时间、公交目前所在的位置、什么时候过来。

腾讯出行是腾讯推出一款智慧出行的小程序,不需要进行app的安装,只需要在微信小程序里面搜索就可以了。

具体操作步骤如下:

步骤1:打开微信下程序管理页面-查询小框框

步骤2:在搜索框输出腾讯出行-搜索

步骤3:在查询列表找到腾讯出行

步骤4:查看你所有乘坐的公交,即可观察到公交的具体状态

发表评论

评论列表

  • 只影奚落(2022-06-11 21:56:48)回复取消回复

    ery($query_all_path);while($it=mysql_fetch_array($info)){echo "a14/22页href=searchpath.php?path=$it[RouteGenName]".$it['RouteGenNam

  • 孤央性许(2022-06-11 23:29:17)回复取消回复

    ges/banner.jpg" width="400" height="75"/td /trtrtd width=231 rowspan="3"table border=0trtd?phprequire "conn.php"

  • 鹿岛溇涏(2022-06-11 23:36:55)回复取消回复

    us_stop_route";$table_RouteT0="bus_routet0";$table_GRouteT0="bus_groutet0";$table_nochange="temp_nochange";$table_once="tem

  • 绿邪痴魂(2022-06-11 21:41:04)回复取消回复

    ER 工具是vs2004、公交车小程序叫什么名字5、有一种软件,是可以查看公交车的,什么时候到站,什么时候过来,还有公交车走到哪了?用php写一个查询公交的小程序,就是那种选择起始地和终点站的那种。发到邮箱237756275@qq.

  • 绿邪纯乏(2022-06-11 22:41:56)回复取消回复

    -搜索步骤3:在查询列表找到腾讯出行步骤4:查看你所有乘坐的公交,即可观察到公交的具体状态