小编bil*_*zan的帖子

IList <T>没有"where"

在我工作的特定项目中,我有一个返回IList的方法.但是这个接口不包含where或FindAll过滤器.但是,当我打开一个新项目时,IList包含所有项目.有什么不同?

c# linq ilist list

9
推荐指数
2
解决办法
3348
查看次数

如何查看谁使用我的网络服务

有没有办法看谁消耗我的网络服务以及他如何使用它?那有记录系统吗?

我的消费者不确定他是否连接到我的网络服务,我也看不到.

.net c# web-services

7
推荐指数
1
解决办法
311
查看次数

将mapView.userLocation.location.coordinate.longitude保存到sqlite数据库中

我想将从 mapView.userLocation.location.coordinate.longitude 返回的值插入到我的 sqlite3 数据库中。我不确定它的类型。我不能这样做:

sqlite3_bind_text(stmt, 1, [mapView.userLocation.location.coordinate.longitude floatValue], -1, nil);
Run Code Online (Sandbox Code Playgroud)

我猜它会给出“无法转换为指针类型”错误,因为经度不是浮点数。

数据库表中字段类型为FLOAT。如何将经度值转换为浮点数?

多谢。

sqlite objective-c mkmapview

1
推荐指数
1
解决办法
5298
查看次数

标签 统计

c# ×2

.net ×1

ilist ×1

linq ×1

list ×1

mkmapview ×1

objective-c ×1

sqlite ×1

web-services ×1