问题标签 [direction]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
iphone - 使用 iPhone iOS Xcode 4 的 mapview 或谷歌地图到目的地的当前位置
所以我是一个全新的人,不知道从哪里开始。我基本上想创建一个视图,显示用户当前位置并将他们引导到我设定的位置(公园、音乐会、商业等)。看起来相当简单,但是网上有太多的烟雾和镜子,我不知道从哪里开始或如何结束。调用谷歌地图或使用 SDK 中的地图视图会更容易吗?
更大的问题是你如何做到这一点?我的意思是我可以创建简单的视图并加载 webview,但我无法弄清楚这一点。
android - Android:如何获取手机的朝向和视角
我想计算两部手机之间的重叠区域,所以我需要知道手机的朝向以及摄像头的视角。有人知道如何获取这些信息吗?谢谢!
下面是一个例子:
相机1 相机2
c# - 标准 .NET 端枚举
我经常使用枚举,例如
或者
每次我再次描述枚举。.NET 中是否有此类标准枚举?
direction - Heartbeat Direction and Acknowledgement
We have a Java client server application with a custom protocol using TCP/IP. We have found it necessary to use a heartbeat within the protocol due to dead socket connection issues.
We have had the heartbeat since the beginning going from client to server with the server responding with an acknowledgment.
We have recently had a timeout issues with the clients, and after analysing the code have come up with a couple of questions I am unsure about.
1 - What direction is best for a heartbeat, I think we chose 'client to server' as it takes the load of the server. I was thinking of changing it to 'server to client' however we have control of both the client and server code, so we don't need worry so much about time wasting clients.
2 - Is it necessary to acknowledge heartbeats to prove the connection is alive in both directions?
Many thanks
c# - WPF:FlowDirection.RightToLeft 如何更改字符串?
我有一个 FormattedText 项目。我将流向设置为 RightToLeft,但我不确定它是如何工作的。它改变我的弦真的很不一致。
我想象它只需要一个字符串,并向后显示它(通过字符或单词),但在测试中它会做一些奇怪的事情。
====================================================
例子,
为什么 % 符号从结尾走到开头?
为什么数字到末尾,一个括号到开头并切换方向?
为什么在这种情况下什么都没有发生?
====================================================
我的 formattedText 如下所示:
有谁知道发生了什么?当设置为 RightToLeft 时,我需要能够显示每个字符串,以便它读取与 LeftToRight 相同。
谢谢!
jquery - jquery .show('slow') 方向?
是否可以在 jQuery中改变方向$("selector").show('slow')
和效果?hide('slow')
我可以定义其他效果的方向,例如幻灯片和剪辑,但没有显示选项或hide('slow')
vector - 垂直于两点的方向向量
我在空间中有两点:
使用这些点我想绘制一个垂直于它们的对象。如何找到这两个点的垂直方向矢量?
jquery - 如何检测滚动方向
当有人向下滚动一个元素时,我想运行一个函数。像这样的东西:
但是这些功能不存在。这个问题有解决方案吗?Awwwards似乎能够做到(导航栏中的徽标会根据滚动方向而变化)。不幸的是,源代码被压缩了,所以没有运气。
iphone - iPhone 指南针显示到特定位置
我是objective-c的新手,所以如果我的问题太垃圾,我想道歉。
我正在编写指南针,但它正在工作(感谢教程)。给出了实际位置(经度和纬度)。我的指南针内的箭头是否有可能向我显示到特定位置(经度 2 和纬度 2)的方向?我读过我必须考虑 iphone 的磁性和真实方向。
python - 2D 精灵面对它在 Pygame 中移动的方向
我只是在学习 Python 和 Pygame,并且一直在开发一个非常简单的游戏,您可以在其中玩鼠标,该鼠标必须避免每 8 秒生成一次并在屏幕上漫游的蛇。现在我正试图让我的鼠标精灵面对它移动的方向。该图像的鼠标朝下,我已经尝试了一些关于如何使其面向正确方向的想法,但没有任何效果,希望这里有人可以帮助我。
这是代码,还没有碰撞检测,但鼠标的基本代码仍然存在。