上一页 1 ··· 190 191 192 193 194 195 196 197 198 ··· 337 下一页
摘要: 1. Vim Vim 可以说是 Python 最好的 IDE。Vim 是高级文本编辑器,旨在提供实际的 Unix 编辑器‘Vi’功能,支持更多更完善的特性集。Vim 不需要花费太多的学习时间,一旦你需要一个无缝的编程体验,那么就会把 Vim 集成到你的工作流中。 2. Eclipse with Py 阅读全文
posted @ 2015-05-06 09:54 emanlee 阅读(825) 评论(0) 推荐(0)
摘要: MySQL是一个非常流行的小型关系型数据库管理系统。目前MySQL被广泛地应用在Internet上的 中小型网站中。由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,许多中小型网站为了降低网站总体拥有成本而选择了MySQL作为网站数据 库。 1、phpMyAdmin(http://www 阅读全文
posted @ 2015-05-01 18:54 emanlee 阅读(65175) 评论(1) 推荐(0)
摘要: **********************************************************处理办法:# ps -aux | grep httpWarning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procp... 阅读全文
posted @ 2015-05-01 14:42 emanlee 阅读(2244) 评论(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 阅读(6840) 评论(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 阅读(261) 评论(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 阅读(593) 评论(0) 推荐(0)
摘要: 按照某列的值拆分data.frameMy data is like this (for example):ID Rate State1 24 AL2 35 MN3 46 FL4 34 AL5 78 MN6 99 FLI want to split the ... 阅读全文
posted @ 2015-04-28 17:24 emanlee 阅读(737) 评论(0) 推荐(0)
摘要: 名称:STBlog介绍:STBlog 是一套由CI中国社区驱动,基于Codeigniter MVC 框架编写的多权限博客系统,轻巧/快速/安全/易拓展/界面友好是它的最大特点。官方:http://code.google.com/p/stblog/名称:ComUnion ERP介绍:ComUnion ... 阅读全文
posted @ 2015-04-22 10:45 emanlee 阅读(5440) 评论(0) 推荐(0)
摘要: 包管理Package Management Package Management Related 框架 框架组件 微框架Micro Frameworks 内容管理系统Content Management Systems 模板Templating 静态网站生成器Static Site Generato... 阅读全文
posted @ 2015-04-22 10:44 emanlee 阅读(6517) 评论(0) 推荐(2)
摘要: 前提:安装好MySQL,Apache,PHP。1.下载CI框架 下载地址 http://www.codeigniter.com/2.配置database.php配置: 为数据库服务器设置 connection 参数:$db['default'] = array( 'dsn' => '', 'hos... 阅读全文
posted @ 2015-04-22 10:43 emanlee 阅读(814) 评论(0) 推荐(0)
上一页 1 ··· 190 191 192 193 194 195 196 197 198 ··· 337 下一页