C# 在应用程序中使用 WIPMania
嘿,我正在尝试在我的 C# 应用程序中使用 WIPMania 地理定位数据库,但我真的不知道如何使用...
我正在寻找一种无需包含外部库(如果可能)的方法...
http://www.wipmania.com/en/base/
有一些不同的格式可用。
Hey im trying to use the WIPMania Geolocation database in my C# application but i really don't know how to it...
I'm looking for a way without having to include external libraries if possible...
http://www.wipmania.com/en/base/
There are some different formats availible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以我现在使用本地 SQLCE 数据库,我的应用程序的其余部分也需要该数据库。
我从 .sql 文件导入了数据,现在它应该可以工作了...
但是在 VisualStudio 2008 中,VS 本身(而不是程序中)的数据库查询性能太慢了。添加或删除 50k 多个条目需要很长时间...
So i'm now using a local SQLCE database which i also need for the rest of my application.
I imported the data from the .sql files and now it should work...
But in VisualStudio 2008 the performance of database queries in VS itself (not in the program) is sooo slow. 50k+ entries take ages to be added or deleted...