毕业设计帮助 [英] graduation project help

查看:79
本文介绍了毕业设计帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好..



我正在考虑我的软件工程毕业设计的想法..

我的想法是移动跟踪例如跟踪电话号码及其位置.....



任何人都可以从您的角度给我更多信息以及这个想法的样子。 ..

以及如何完成,可以使用哪种编程语言,以及更多..



你可以帮助我吗?请你的想法或任何建议的建议..



非常感谢..

Hi guys..

I am thinking about an idea for my graduation project in Software engineering..
my idea is "mobile tracking" for example tracking phone numbers and their locations.....

can anyone give me more information and how this idea looks like from your point of view ...
and how it can be done , in which programming language can be done,and more..

can you help me with your ideas or any proposition advice please..

thanks a lot..

推荐答案

从我的内容可以看到你可以用JavaScript来实现这个目标(实际上这是唯一的方法)。



添加此代码:



if(/ Android | webOS | iPhone | iPad | iPod | BlackBerry | IEMobile | Opera Mini / i.test(navigator.userAgent)){

//一些代码..

}



在if语句中我会向Twilio 。从那里你将获得用户移动设备的信息。



或者,你可以使用PHP表格并留给用户。



祝你好运!
From what I can see you can use JavaScript to accomplish this (actually it would be the only way).

Add this code in:

if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
// some code..
}

Inside the if statement I would place an HTTP request to Twilio. From there you will have the information of the user's mobile device.

Alternatively, you could make use of a PHP form and leave it to the user.

Good luck!


这篇关于毕业设计帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆