浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 420 421 422 423 424 425 426 427 428 ··· 630 下一页

2012年3月14日

摘要: ubuntu11.10 rails开发集成vim相关问题 » 社区 | Ruby Chinaubuntu11.10 rails开发集成vim相关问题3月前 由 Jsiguo 在 工具控 节点 中发起最后由 adventurelw 于24分钟前回复 , 323次阅读网上有贴说 1.sudo apt-get install vim 2.将(NERD_tree.vim)文件放在用户目录的.vim文件中但... 阅读全文
posted @ 2012-03-14 23:27 lexus 阅读(383) 评论(0) 推荐(0)

摘要: jruby/jruby-rackJRuby-RackJRuby-Rack is a lightweight adapter for the Java servlet environment that allows any Rack-based application to run unmodified in a Java servlet container. JRuby-Rack supports... 阅读全文
posted @ 2012-03-14 23:20 lexus 阅读(268) 评论(0) 推荐(0)

摘要: Apache Derby: Quick StartApache Derby: Quick Start The Basics Next Steps for Users Next Steps for Developers The BasicsWelcome to Apache Derby! The resources listed below are intended for anyone new... 阅读全文
posted @ 2012-03-14 23:18 lexus 阅读(214) 评论(0) 推荐(0)

摘要: matadon/mizunoMizuno is a set of Jetty-powered running shoes for JRuby/Rack.To use Mizuno with your Rack app:gem install mizuno cd /path/to/my/rack/app mizuno ...and you're off and running. You don't... 阅读全文
posted @ 2012-03-14 23:17 lexus 阅读(182) 评论(0) 推荐(0)

摘要: (你有新消息) Linux如何查看进程吃掉了多少内存? - 乐维UPLinux如何查看进程吃掉了多少内存? 0 孟庆磊,乐维程序员Linux如何查看进程吃掉了多少内存?有的时候需要查看某个程序内部一些好内存的东西,比如一个webgame的场景服务器,里面有了一些开源的库,如何确定这些库耗费的内存?如何将服务器里面最好内存的一些程序?Linux IT运维管理评论 · 分享 · 编辑 · 举报... 阅读全文
posted @ 2012-03-14 22:11 lexus 阅读(2727) 评论(0) 推荐(0)

摘要: geekq/jetty-rackupjetty-rackupFor the newer projects we decided to switch from MRI to JRuby. One of the bigger questions is certainly the deployment.Reading and trying all the warbler stuff, we had e... 阅读全文
posted @ 2012-03-14 21:23 lexus 阅读(240) 评论(0) 推荐(0)

摘要: RailsWithH2InJNDIOnJetty · jruby/jruby WikiRailsWithH2InJNDIOnJetty New Page Edit Page Page History This page is grossly out of dateIn order to have an H2 database in a file be accessible from a web... 阅读全文
posted @ 2012-03-14 21:17 lexus 阅读(177) 评论(0) 推荐(0)

摘要: DBCP - OverviewMany Apache projects support interaction with a relational database. Creating a new connection for each user can be time consuming (often requiring multiple seconds of clock time), in o... 阅读全文
posted @ 2012-03-14 16:47 lexus 阅读(210) 评论(0) 推荐(0)

摘要: Embedded Jetty and Spring: The Lightweight Antidote for Java EE ComplexityEmbedded Jetty and Spring: The Lightweight Antidote for Java EE ComplexityEnterprise Java development does not need to be heav... 阅读全文
posted @ 2012-03-14 10:58 lexus 阅读(685) 评论(0) 推荐(0)

摘要: JRuby大捷:ThoughtWorks宣布Mingle发布在即 - 51CTO.COMJRuby大捷:ThoughtWorks宣布Mingle发布在即2007-05-11 09:46 Sam Aaron & Obie Fernandez/胡键编译 InfoQ 我要评论(0) 字号:T | T在5月7日的Sun的CommunityOne会议上,ThoughtWorks Studios宣布他们即... 阅读全文
posted @ 2012-03-14 10:55 lexus 阅读(190) 评论(0) 推荐(0)

摘要: Deploy JRuby web application with jetty-rackupDeploy JRuby web application with jetty-rackupI already reported about our problems with different Ruby libraries. Bad library support is the main cause, ... 阅读全文
posted @ 2012-03-14 10:54 lexus 阅读(209) 评论(0) 推荐(0)

摘要: 自定义 Rails 的 Scaffold 模板提高开发效率 - 李华顺自定义 Rails 的 Scaffold 模板提高开发效率2011-01-06| CommentsRails Scaffold应该是每个 Rails 开发者最早接触的东西。它可以帮助我们快速生成对应的 Model Controller Views Routes 等东西。但这玩意并不是那么好,默认的模板太过简单,如果对它稍作一些该... 阅读全文
posted @ 2012-03-14 10:29 lexus 阅读(565) 评论(0) 推荐(0)

摘要: Chapter 9. Extending WorkbenchChapter 9. Extending WorkbenchPrev NextThis copy of the manual is more than 90 days old. We encourage you to download a new version from dev.mysql.com/doc.Chapter 9. Exte... 阅读全文
posted @ 2012-03-14 10:29 lexus 阅读(306) 评论(0) 推荐(0)

摘要: Mysql手动增加一列_Blog of Grow_百度空间Mysql手动增加一列2008-11-24 10:48如果数据库已经建立好了,而且有字段了,现在需要手动增加一列怎么办 Mysql它也有办法,它能手动增加一列 sql 语法如下ALTER TABLE table_name ADD column_name TYPE;手动修改数据库的名字ALTER TABLE table_name RENAME... 阅读全文
posted @ 2012-03-14 10:21 lexus 阅读(572) 评论(0) 推荐(0)

摘要: mysql workbench scripting shellsupport python lua as mysql embeded languagebravo 阅读全文
posted @ 2012-03-14 09:49 lexus 阅读(392) 评论(0) 推荐(0)

摘要: Python Data Analysis Library — pandas: Python Data Analysis LibraryPython Data Analysis Library¶pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures a... 阅读全文
posted @ 2012-03-14 08:24 lexus 阅读(384) 评论(0) 推荐(0)

摘要: 绿色版mysql安装步骤 - johnnyhg - ITeye技术网站绿色版mysql安装步骤 博客分类:MysqlMySQLSQL ServerC#CC++ 一、下载MySQL http://www.mysql.org/downloads我下载的是mysql-noinstall-5.0.67-win32.zip二、安装过程 1、解压缩 mysql-noinstall-5.0.67-win... 阅读全文
posted @ 2012-03-14 08:06 lexus 阅读(1119) 评论(0) 推荐(0)

摘要: window下安装解压缩版mysql/zip压缩文件包非install安装程序 | 点滴之间 聚沙成金window下安装解压缩版mysql/zip压缩文件包非install安装程序 作者: feng 日期: 2010/05/16 发表评论 (0) 查看评论本文针对mysql-noinstall版本,也就是解压缩版的安装配置应用做了个总结,这些操作都是平时很常用的操作。文章中不对mysql的... 阅读全文
posted @ 2012-03-14 08:05 lexus 阅读(588) 评论(0) 推荐(1)

摘要: MySQL zip包手动安装 及 与 手动安装后mysql administrator 出现问题的解决 - MARATHON LIFE - 博客频道 - CSDN.NET MySQL zip包手动安装 及 与 手动安装后mysql administrator 出现问题的解决 MYSQl手动配置安装教程 MYSQL安装有两种,一种就是使用安装程序根据设置来一步步安装(一般人都能做到,这里就不说了,... 阅读全文
posted @ 2012-03-14 08:03 lexus 阅读(477) 评论(0) 推荐(0)

摘要: MySQL :: MySQL 5.1参考手册MySQL 5.1参考手册这是MySQL参考手册的翻译版本,关于MySQL参考手册,请访问dev.mysql.com。 原始参考手册为英文版,与英文版参考手册相比,本翻译版可能不是最新的。 This translation was done by MySQL partner GreatLinux, Beijing, People's Republic ... 阅读全文
posted @ 2012-03-14 07:55 lexus 阅读(434) 评论(0) 推荐(0)

上一页 1 ··· 420 421 422 423 424 425 426 427 428 ··· 630 下一页