#include#include "LJSummary.h"#includeint main(void){ printf("-----\n"); if(DS_Init("",1)) { printf("success-----\n"); }else { printf("failed-----\n.....
分类:
编程语言 时间:
2014-08-25 16:36:04
阅读次数:
196
在Mac上,共有4钟后台进程类型,可以参考Designing Daemons and Services。要实现启动服务,又不依赖于用户,可以使用Launch Daemon。 创建Launch Daemon 运行Xcode,创建一个简单的命令行应用WebTwainService。 ...
分类:
其他好文 时间:
2014-08-25 15:14:34
阅读次数:
192
??
连通分量个数Crawling in process...
Crawling failed
Time Limit:1000MS
Memory Limit:65536KB 64bit IO Format:%lld & %llu
Submit
Status
Description
在无向图中,如果从顶点vi到顶点vj有路径,则称vi和vj连通。如...
分类:
其他好文 时间:
2014-08-25 11:56:04
阅读次数:
204
java.lang.IllegalStateException: Failed to load ApplicationContext ?at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContext(CacheAwareContextLoaderDelegate.java:99) ?at or...
分类:
移动开发 时间:
2014-08-25 10:13:44
阅读次数:
230
setup.py install 报错
error: command 'mt.exe' failed: No such file or directory
或者 Unable to find vcvarsall.bat
于是 用 setup.py insall build --compiler=mingw32
担心没装 mingw32,但是喜悦地发现以前装 ...
分类:
其他好文 时间:
2014-08-25 02:20:13
阅读次数:
238
刚开始学习Linux,就遇到了问题。当在RedHat下安装MySQL时提示如下错误,请高手给点指点,谢谢:rpm -vih MySQL-server-community-5.0.96-1.rhel5.i386.rpm --nodeps --forcewarning: MySQL-server-com...
分类:
数据库 时间:
2014-08-24 14:11:12
阅读次数:
497
public static final String BASE_URL = "http://127.0.0.1:8090/HelloWord/"...;
会抛异常Caused by: libcore.io.ErrnoException: connect failed: ECONNREFUSED (Connection refused)
解决方法:
String url =...
分类:
移动开发 时间:
2014-08-24 00:23:51
阅读次数:
530
使用SDK Manager更新时出现问题Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com...
分类:
移动开发 时间:
2014-08-23 22:48:31
阅读次数:
306
ArcGIS AddIN开发遇到此种异常,目前有两种错误的可能:(1)项目名称好像不能为中文名,如果为中文名,请改正(2)在Config.esriAddinx配置文件中,存在如下代码 由于代码是在ArcGIS 10.1的环境下开发调试的,将项目直接复制到ArcGIS 10的环境中进行编...
分类:
其他好文 时间:
2014-08-23 21:30:51
阅读次数:
384
OPatch failed with error code 73(OracleHomeInventory gets null oracleHomeInfo)1、问题描述[oracle@dou_rac2 oraInventory]$/u01/app/oracle/product/11.2.0/dbho...
分类:
数据库 时间:
2014-08-22 23:43:19
阅读次数:
560