上一页 1 ··· 160 161 162 163 164 165 166 167 168 ··· 308 下一页
摘要: //File: index.html Submitting Multiple Selection Select Controls Submitting Multiple Selection Select Controls //File: formAction.jsp Reading... 阅读全文
posted @ 2015-05-19 19:58 emanlee 阅读(1508) 评论(0) 推荐(0) 编辑
摘要: 可以用 ls -ltr 替代 ll 阅读全文
posted @ 2015-05-17 21:16 emanlee 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 错误如下:D:\software\xfwebdb2015-05-11\autobackup>impImport: Release 10.2.0.1.0 - Production on 星期三 5月 13 19:36:10 2015Copyright (c) 1982, 2005, Oracle. A... 阅读全文
posted @ 2015-05-13 19:46 emanlee 阅读(1260) 评论(0) 推荐(0) 编辑
摘要: 一、数据类型Java中主要有8中基本数据类型,分别是byte,short,int,long,char,boolean,float,double,具体如下:1、boolean:数据值只有true或false,适用于逻辑计算。2、char:char型(字符型)数据在内存中占用2个字节。char型数据用来... 阅读全文
posted @ 2015-05-07 19:16 emanlee 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 1. Vim Vim 可以说是 Python 最好的 IDE。Vim 是高级文本编辑器,旨在提供实际的 Unix 编辑器‘Vi’功能,支持更多更完善的特性集。Vim 不需要花费太多的学习时间,一旦你需要一个无缝的编程体验,那么就会把 Vim 集成到你的工作流中。 2. Eclipse with Py 阅读全文
posted @ 2015-05-06 09:54 emanlee 阅读(816) 评论(0) 推荐(0) 编辑
摘要: MySQL是一个非常流行的小型关系型数据库管理系统。目前MySQL被广泛地应用在Internet上的 中小型网站中。由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,许多中小型网站为了降低网站总体拥有成本而选择了MySQL作为网站数据 库。 1、phpMyAdmin(http://www 阅读全文
posted @ 2015-05-01 18:54 emanlee 阅读(65101) 评论(1) 推荐(0) 编辑
摘要: **********************************************************处理办法:# ps -aux | grep httpWarning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procp... 阅读全文
posted @ 2015-05-01 14:42 emanlee 阅读(2236) 评论(0) 推荐(0) 编辑
摘要: R gsub Function gsub() function replaces all matches of a string, if the parameter is a string vector, returns a string vector of the same length and ... 阅读全文
posted @ 2015-04-28 20:55 emanlee 阅读(6805) 评论(2) 推荐(0) 编辑
摘要: ProblemYou want to do reorder the columns in a data frame.Solution# A sample data framedata id size weight#> 1 1 small 20#> 2 2 large ... 阅读全文
posted @ 2015-04-28 19:20 emanlee 阅读(258) 评论(0) 推荐(0) 编辑
摘要: You should use either indexing or the subset function. For example : R> df <- data.frame(x=1:5, y=2:6, z=3:7, u=4:8) R> df x y z u 1 1 2 3 4 2 2 3 4 5 阅读全文
posted @ 2015-04-28 19:10 emanlee 阅读(584) 评论(0) 推荐(0) 编辑
上一页 1 ··· 160 161 162 163 164 165 166 167 168 ··· 308 下一页