IOS测距灯不工作

时间:2016-01-11 13:25:25

标签: ios objective-c ibeacon bluetooth-lowenergy clregion

我正在尝试扫描和范围附近的信标。我买了一个北欧半导体nrf51822 ble但我无法使它工作。即使我在我附近,它也根本看不到它。

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE hibernate-configuration SYSTEM
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">

<hibernate-configuration>
   <session-factory>
       <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
       <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
       <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/pianissimo</property>
       <property name="hibernate.connection.username">admin</property>
       <property name="hibernate.connection.password">nx5fDdVdEGVDS6Tq</property>
    </session-factory>
</hibernate-configuration>

右键输入didEnterRegion,但大小始终为0.

我的帖子是PLIST   desc

0 个答案:

没有答案