转自:http://blog.csdn.net/cdl2008sky/article/details/7266785一、GeotoolsThe
Open Source Java GIS Toolkithttp://geotools.org/
Geotools官方网站http://docs.geoto...
分类:
其他好文 时间:
2014-05-10 07:47:12
阅读次数:
680
1. dialyzer Dialyzer starts its analysis from
either debug-compiled BEAM bytecode or from Erlang source code. Dialyzer
可以分析*.erl和有debug-info的BEAM, Dia...
分类:
其他好文 时间:
2014-05-10 06:32:02
阅读次数:
253
1.memmove函数原型:void *memmove(void *dest, const
void *source, size_t count)返回值说明:返回指向dest的void
*指针参数说明:dest,source分别为目标串和源串的首地址。count为要移动的字符的个数函数说明:memm...
分类:
其他好文 时间:
2014-05-10 06:18:35
阅读次数:
226
set conn=server.CreateObject("adodb.connection")
set rs=server.CreateObject("adodb.recordset")
cnpath="data source=" & server.MapPath("question.mdb")
conn.open "provider=microsoft.jet.oledb.4.0;...
分类:
其他好文 时间:
2014-05-10 04:59:38
阅读次数:
304
1、环境描述
一台10.0.0.201SQL节点、管理节点
一台10.0.0.202做一个数据节点
一台10.0.0.203做一个数据节点
2、安装Mysql_custter
在MGM管理节点、SQL节点、NDB节点执行同一操作
#:groupaddmysql
#:useraddmysql-gmysql-s/sbin/nologin
#:tar–xvfmysql-cluster-gpl-7.1.15-l..
分类:
数据库 时间:
2014-05-10 03:57:21
阅读次数:
473
先下载最新的newlisp代码,解压后进入目录创建文件CMakeLists.txt, 内容如下:cmake_minimum_required (VERSION 2.6)
include_directories(${CMAKE_SOURCE_DIR})
project(newlisp)
set(NEWLISP_SRC newlisp newlisp.c nl-symbol.c nl-math...
分类:
其他好文 时间:
2014-05-10 03:38:36
阅读次数:
374
Install INDY 10 dari : G:\D\My\ Source \DELPHI\
DELPHI7 \Indy10\ :从上面打开第3行---保存---运行SRChttp://sp.j8er.org/s3
废品1seen--------------------- 废品2
分类:
数据库 时间:
2014-05-10 03:08:31
阅读次数:
331
http://www.oschina.net/news/51624/38-open-source-css-dropdown-menus...
分类:
Web程序 时间:
2014-05-09 22:23:37
阅读次数:
296
tableView 实现的方法 无分组的cell
#pragma mark - Table view data source
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
return self.contacts.count;
}
- (UITable...
分类:
移动开发 时间:
2014-05-09 21:03:32
阅读次数:
424
从公司断断续续下载了3天,终于把CM-11.0的代码给下载下来了,分享一下下载编译rom包的过程。一前置条件1ubuntu13.04系统,同时配置好android的编译环境配置方法详见http://source.android.com/source/initializing.html网页2下载源码特别注意:由于cm-11.0的代码巨大,下载完..
分类:
移动开发 时间:
2014-05-09 14:19:13
阅读次数:
443