码迷,mamicode.com
首页 >  
搜索关键字:input source    ( 50636个结果
GeoTools应用-DATA
转自: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
[Erl_Question03]Erlang有哪些好用的静态分析工具?
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
nyoj_308_Substring_201405091611
Substring时间限制:1000 ms | 内存限制:65535 KB难度:1描述You are given a string input. You are to find the longest substring of input such that the reversal of the ...
分类:其他好文   时间:2014-05-10 06:20:56    阅读次数:257
memmove和memcpy
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
mysql cluster
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
CentOS 5.9 编译newlisp
先下载最新的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
n进制转为十进制
主程序代码 - 1 #include 2 #include 3 main() 4 { 5 long t1; 6 int i, n, t, t3; 7 char a[100]; 8 printf("please input a number string:\n");...
分类:其他好文   时间:2014-05-10 03:10:56    阅读次数:269
zhizhensuibi---Source aplikasi database dengan delphi7
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
(原)css属性选择器定义 优先级问题 (input[type=text])
今天遇到一个问题调试了很久,关于css的优先级问题.像常规的id选择器(#test) > 类选择器class(.test) > 标签选择器input (中间还有一些类型不详举了),相比大家都很清楚这次遇到就是input[type=text] {background:red} 和 类选择器 .aa{b...
分类:Web程序   时间:2014-05-10 03:07:59    阅读次数:387
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!