I am implementing a application on Android
using BLE Api (SDK 18), and I have a issue that the transfer data process is
delay very slow. This is my lo...
分类:
移动开发 时间:
2014-06-12 17:55:25
阅读次数:
1309
作下笔记,Spring的注入问题[多个实例问题]解决方案如下: 1 package
student.life.support.platform.service.impl; 2 3 import
javax.annotation.Resource; 4 5 import org.spri...
分类:
编程语言 时间:
2014-06-12 16:32:07
阅读次数:
896
apt-get install ntpdatentpdate
133.100.9.2[root@10.10.10.74 /data]$ lsof -i:123COMMAND PID USER FD TYPE DEVICE
SIZE NODE NAMEntpd 5003 ntp 16u IPv4 10...
分类:
其他好文 时间:
2014-06-12 16:14:29
阅读次数:
249
web应用借助于结构:spring mvc +
quartz结构,部署到tomcat容器时,shutdown时的error信息:appears to have started a thread named
[schedulerFactoryBean_Worker-1] but has failed ...
分类:
其他好文 时间:
2014-06-12 15:13:30
阅读次数:
702
Byte *bytes=(Byte*)[data bytes]; NSString
*hexStr=@""; for(int i=0;i<[data length];i++) { NSString *newHexStr=[NSString
stringWithFormat:...
分类:
其他好文 时间:
2014-06-12 14:57:09
阅读次数:
204
//data:参数 URL:路径 public static string
PostWebRequest(string Data, string URL) { CookieContainer cc = new
CookieContainer(); string postData = Data;...