上一页 1 ··· 200 201 202 203 204 205 206 207 208 ··· 347 下一页
摘要: 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 阅读(6875) 评论(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 阅读(271) 评论(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 阅读(615) 评论(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 阅读(758) 评论(0) 推荐(0)
摘要: 名称:STBlog介绍:STBlog 是一套由CI中国社区驱动,基于Codeigniter MVC 框架编写的多权限博客系统,轻巧/快速/安全/易拓展/界面友好是它的最大特点。官方:http://code.google.com/p/stblog/名称:ComUnion ERP介绍:ComUnion ... 阅读全文
posted @ 2015-04-22 10:45 emanlee 阅读(5471) 评论(0) 推荐(0)
摘要: 包管理Package Management Package Management Related 框架 框架组件 微框架Micro Frameworks 内容管理系统Content Management Systems 模板Templating 静态网站生成器Static Site Generato... 阅读全文
posted @ 2015-04-22 10:44 emanlee 阅读(6538) 评论(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 阅读(836) 评论(0) 推荐(0)
摘要: PHP 论坛:http://codeigniter.org.cn/forums/forum-opensource-1.html下载 CodeIgniter 项目 的最新软件包(http://www.codeigniter.com/)。阅读 在线 CodeIgniter 文档。(http://www.... 阅读全文
posted @ 2015-04-20 23:45 emanlee 阅读(175) 评论(0) 推荐(0)
摘要: 利用PHP开发框架可以帮助你编写干净和可重用的代码。PHP开发框架遵循MVC设计模式,以确保能够明确区分逻辑和演示文稿。但是有关PHP框架的争论也不少,这是因为有的人喜欢性能,有的人喜欢文档,而有的人更加喜欢内置函数等等。在这篇文章中,我们将分享几个最顶级的PHP框架,这个调查是基于著名的Googl... 阅读全文
posted @ 2015-04-20 21:24 emanlee 阅读(433) 评论(0) 推荐(0)
摘要: 1. 安装Apache下载地址:http://www.apache.org/dyn/closer.cgi/httpd/binaries/win32如需更改端口:打开Apache安装目录下conf目录下的httpd.conf文件,找到Listen 80,80即为现在所用端口,更改80为其他端口即可;2... 阅读全文
posted @ 2015-04-19 22:35 emanlee 阅读(13943) 评论(0) 推荐(0)
上一页 1 ··· 200 201 202 203 204 205 206 207 208 ··· 347 下一页