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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
  12653 随笔 :: 2 文章 :: 617 评论 :: 609万 阅读

02 2012 档案

摘要:package com.jd.cis;import java.io.IOException;import javax.script.ScriptEngineManager;import org.apache.http.client.ClientProtocolException;import org.apache.http.client.ResponseHandler;import org.apa... 阅读全文
posted @ 2012-02-29 21:19 lexus 阅读(313) 评论(0) 推荐(0) 编辑

摘要:Nginx的proxy_redirect作用 - 阿权的书房Nginx的proxy_redirect作用技术分享 » Nginx | 阅读(5342) | 评论(1)Jul212009Nginx的代理功能太完善了,我们看看proxy_redirect参数的作用。案例说明:要做一个html.aslibra.com的域名处理很多网站的html内容,当然是后端的服务器了,目录分析html.zcom.co... 阅读全文
posted @ 2012-02-29 21:19 lexus 阅读(3518) 评论(0) 推荐(1) 编辑

摘要:package com.jd.cis;import java.io.IOException;import javax.script.ScriptEngineManager;import org.apache.http.client.ClientProtocolException;import org.apache.http.client.ResponseHandler;import org.apa... 阅读全文
posted @ 2012-02-29 21:18 lexus 阅读(279) 评论(0) 推荐(0) 编辑

摘要:safebeta.cn我觉得还不错 阅读全文
posted @ 2012-02-29 20:55 lexus 阅读(239) 评论(0) 推荐(0) 编辑

摘要:HttpClient4的cookie rejected问题,以及如何消除该warning输出 - Natural - BlogJavaHttpClient4的cookie rejected问题,以及如何消除该warning输出 Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 st1":*{behavior:url... 阅读全文
posted @ 2012-02-29 18:48 lexus 阅读(1467) 评论(0) 推荐(0) 编辑

摘要:Review Board的使用v0.2简介Review Board是一个Code Review的辅助工具,同时使用tao-review board eclipse插件,可以简化整个code review的过程;Review Board的原理是将svn diff的结果以一种可视化的方式集中在网站中展示,提升code review的沟通反馈过程一图胜千言工作流程在eclipse中开发测试完成提... 阅读全文
posted @ 2012-02-29 15:08 lexus 阅读(1618) 评论(0) 推荐(0) 编辑

摘要:#!/usr/bin/env python#encoding=utf-8from django.core.mail import send_mailfrom django.conf import settingssettings.configure()settings.EMAIL_HOST="mail.360buy.com"settings.EMAIL_HOST_USER="maolingzhi@360buy.com"settings.EMAIL_HOST_PASSWORD="xxxxx"settings.EMAIL_USE_TLS= 阅读全文
posted @ 2012-02-29 14:38 lexus 阅读(332) 评论(0) 推荐(0) 编辑

摘要:Django | Sending email | Django documentationSMTP backend¶This is the default backend. Email will be sent through a SMTP server. The server address and authentication credentials are set in the EMAIL_... 阅读全文
posted @ 2012-02-29 13:30 lexus 阅读(397) 评论(0) 推荐(0) 编辑

摘要:简单的python smtp发邮件代码 | 百变贝贝简单的python smtp发邮件代码 2007年六月9日 by 贝贝爸 Leave a reply » 写了一个服务器的监控程序,里面用到邮件提醒功能。python sample code里面没有认证的部分,于是查了文档,google了一下,下了如下的smtp发送邮件的函数,支持smtp验证。代码如下:#!/usr/bin/env py... 阅读全文
posted @ 2012-02-29 13:19 lexus 阅读(503) 评论(0) 推荐(0) 编辑

摘要:django Settings cannot be imported 错误解决 | 奋斗足迹|崔玉松django Settings cannot be imported 错误解决发表于 2010 年 03 月 05 日 由 崔玉松在命令行中直接敲入Python命令进入交互模式,然后使用from django.template import Template ,Context t = Templat... 阅读全文
posted @ 2012-02-29 13:17 lexus 阅读(214) 评论(0) 推荐(0) 编辑

摘要:#!/usr/bin/env python#encoding=utf-8#导入smtplib和MIMETextimport smtplibfrom email.mime.text import MIMEText##############要发给谁,这里发给2个人mailto_list=["maolingzhi@360buy.com"]######################设置服务器,用户名、... 阅读全文
posted @ 2012-02-29 11:19 lexus 阅读(389) 评论(0) 推荐(0) 编辑

摘要:JythonFaq/EmbeddingJython - JythonWikiUsing jythonc (deprecated)JythonFaq - JythonWikiJython Frequently Asked Questions 阅读全文
posted @ 2012-02-29 08:36 lexus 阅读(161) 评论(0) 推荐(0) 编辑

摘要:PyET, Python Embedded Tools What is PyET? Python Embedded Tools (a.k.a. PyET) is a set of Python programs, modules and scripts to aid in the development of embedded systems. Currently there are Python... 阅读全文
posted @ 2012-02-29 08:35 lexus 阅读(3887) 评论(0) 推荐(0) 编辑

摘要:Extending and Embedding the Python Interpreter — Python v2.7.2 documentationExtending and Embedding the Python Interpreter¶ Release:2.7Date:February 23, 2012This document describes how to write mod... 阅读全文
posted @ 2012-02-29 08:33 lexus 阅读(261) 评论(0) 推荐(0) 编辑

摘要:KirbyBase 1.9 : Python Package IndexKirbyBase 1.9simple, plain-text database management systemKirbyBase is a pure-python database management system that stores its data in plain-text files. It can be... 阅读全文
posted @ 2012-02-29 08:32 lexus 阅读(175) 评论(0) 推荐(0) 编辑

摘要:30.4. zipimport — Import modules from Zip archives — Python v2.7.2 documentation30.4.2. Examples¶Here is an example that imports a module from a ZIP archive - note that the zipimport module is not exp... 阅读全文
posted @ 2012-02-29 08:24 lexus 阅读(365) 评论(0) 推荐(0) 编辑

摘要:PythonEggs - The PEAK Developers' CenterThe Quick Guide to Python EggsNOTE: If all you want to do is install a project distributed as an .egg file, head straight to the Easy Install page. EasyInstall... 阅读全文
posted @ 2012-02-29 08:22 lexus 阅读(302) 评论(0) 推荐(0) 编辑

摘要:Python包中__init__.py - 幻.化 - ITeye技术网站Python包中__init__.py 博客分类:pythonPythonXML在python模块的每一个包中,都有一个__init__.py文件,例如python2.5中的xml模块的目录结构就是:xml|_dom|_etree|_parsers|_sax|_ __init__.py这个文件定义了包的属性和方法。例如,x... 阅读全文
posted @ 2012-02-29 08:20 lexus 阅读(281) 评论(0) 推荐(0) 编辑

摘要:解决ssh连接linux服务器速度慢 | 点滴之间 聚沙成金解决ssh连接linux服务器速度慢 作者: feng 日期: 2011/10/24 发表评论 (0) 查看评论核心:服务器端sshd配置文件 /etc/ssh/sshd_config 看是否有如下的两条配置条目GSSAPIAuthentication no UseDNS no如果前面带#,请把#删掉,或者新添加入这样两行。 然后... 阅读全文
posted @ 2012-02-29 07:52 lexus 阅读(1264) 评论(0) 推荐(0) 编辑

摘要:puppet运维自动化之sshkey管理 | MySQLOPS 数据库与运维自动化技术分享You are here: Home / puppet中文自动化管理 / puppet运维自动化之sshkey管理puppet运维自动化之sshkey管理九月 24, 2011 by sky · 2 Comments【puppet sshkey 导读】ssh key,作为系统管理人员经常会使用ssh 连接远程... 阅读全文
posted @ 2012-02-29 07:42 lexus 阅读(445) 评论(0) 推荐(0) 编辑

摘要:gSTM:Ubuntu 上的 SSH Tunneling 图形界面管理工具 - Wow! UbuntugSTM:Ubuntu 上的 SSH Tunneling 图形界面管理工具介绍之前我们在 Ubuntu 下如何使用 SSH Tunneling Proxy ? 一文中介绍了如何在 Ubuntu 下使用 SSH Tunnel 这一神器,此文中基本上介绍的都是基于命令行的工具,可能对新手来说比较难理解... 阅读全文
posted @ 2012-02-29 07:32 lexus 阅读(618) 评论(0) 推荐(0) 编辑

摘要:PAC Manager: Ubuntu 上强大的 SSH 帐号管理工具,可取代 SecureCRT [软件] | Wow!UbuntuPAC Manager: Ubuntu 上强大的 SSH 帐号管理工具,可取代 SecureCRT 10 七 2010 # 作者: riku /本文采用CC BY-NC-SA 2.5协议授权,转载请注明本文链接。对于在 Windows 上经常需要远程管理 Lin... 阅读全文
posted @ 2012-02-29 07:27 lexus 阅读(448) 评论(0) 推荐(0) 编辑

摘要:在服务器上用gpg-agent - delphij's Chaos此哥们在美国在服务器上用gpg-agentBy Xin LI on January 3, 2011 1:37 AM| 1 Comment| No TrackBacks上回书说到通道服务器的问题。在 /etc/csh.cshrc 中添加下列内容,可令系统同时启动gpg-agent和ssh-agent:setenv SSH_AUTH... 阅读全文
posted @ 2012-02-29 07:24 lexus 阅读(1993) 评论(0) 推荐(0) 编辑

摘要:centos开机自动运行[.sh]程序的方法 | Linux Vps3centos开机自动运行[.sh]程序的方法admin Linux 相关 命令, 开机自动运行, 脚本 0 Comments 发表评论有时候呢我们需要在centos系统启动的时候运行程序,这样保证一些服务就没有中断,相信你理解是什么意思。其实方法很简单呐,就是把需要运行的程序放在/etc/rc.d/rc.local里面就可以启动... 阅读全文
posted @ 2012-02-29 00:28 lexus 阅读(1118) 评论(0) 推荐(0) 编辑

摘要:Fedora 15/16 安装后需要做的28件事 | Cweili Alpha - 关注IT 记录身边事Fedora 15/16 安装后需要做的28件事 | Cweili Alpha - 关注IT 记录身边事01、 系统安装登录官方网站下载最新liveCD镜像,刻盘安装。#####02、 设置ROOT可直接登录打开终端,输入命令:$ su输入root密码(此时密码不显示,直接输入)输入命令:# g... 阅读全文
posted @ 2012-02-29 00:18 lexus 阅读(938) 评论(0) 推荐(0) 编辑

摘要:老李教你CentOS主机设置中国时区 | CMS资讯网博客社区老李在把玩我的VPS主机,发现我的主机时间不是中国标准时间CST。于是想到设置为中国标准时间,具体方法是。CentOS当前时区文件目录:/etc/localtime CentOS其他时区文件目录:/usr/share/zoneinfo 一、时区 1. 查看当前时区 date -R 2. 修改设置时区 方法(1):tzselect 方法(... 阅读全文
posted @ 2012-02-29 00:13 lexus 阅读(428) 评论(0) 推荐(0) 编辑

摘要:TorqueBox: News News Video & Slides From TorqueBox at ATL JBUG Ben Browning 07 February 2012 presentations jbug event On Tuesday, Jan 31st I presented TorqueBox to the Atlanta JBoss User Group in a ta... 阅读全文
posted @ 2012-02-28 23:28 lexus 阅读(9537) 评论(0) 推荐(0) 编辑

摘要:Jon's Tech Notes: Invoking a console from a deployed JRuby WAR fileBundled WAR deployments in JRuby are one of the great things about a JRuby app. There’s something satisfying about creating everythin... 阅读全文
posted @ 2012-02-28 23:26 lexus 阅读(227) 评论(0) 推荐(0) 编辑

摘要:codegram/rack-webconsole - GitHubUsage with Rails 3rack-webconsole Rack-webconsole is a Rack-based interactive console (à la Rails console) in your web application's frontend. That means you can inter... 阅读全文
posted @ 2012-02-28 23:23 lexus 阅读(205) 评论(0) 推荐(0) 编辑

摘要:codegram/rack-webconsole - GitHubUsage with Rails 3rack-webconsole Rack-webconsole is a Rack-based interactive console (à la Rails console) in your web application's frontend. That means you can inter... 阅读全文
posted @ 2012-02-28 23:23 lexus 阅读(239) 评论(0) 推荐(0) 编辑

摘要:JRuby: Wiki: JRubyOnWebStart — Project KenaiDeploying JRuby applications with Java Web StartContents [hide]1 Deploying JRuby applications with Java Web Start1.1 Known Issues1.2 Samples1.2.1 Getting ji... 阅读全文
posted @ 2012-02-28 23:19 lexus 阅读(301) 评论(0) 推荐(0) 编辑

摘要:VPythonVPython is the Python programming language plus a 3D graphics module called "Visual" originated by David Scherer in 2000. VPython makes it easy to create navigable 3D displays and animations, ... 阅读全文
posted @ 2012-02-28 22:03 lexus 阅读(256) 评论(0) 推荐(0) 编辑

摘要:Pyro 4 - Python remote objectsPython Remote Objects 4.xPyro is a library that enables you to build applications in which objects can talk to each other over the network, with minimal programming effor... 阅读全文
posted @ 2012-02-28 21:56 lexus 阅读(419) 评论(0) 推荐(0) 编辑

摘要:Fiji Is Just ImageJFiji Is Just ImageJTweetshort URLFrom FijiJump to: navigation, search The SPIM Registration plugin provides fast, reliable and high-precision registration and fusion of Selective Pl... 阅读全文
posted @ 2012-02-28 21:39 lexus 阅读(2103) 评论(0) 推荐(0) 编辑

摘要:jip 0.5.1 : Python Package Indexjip 0.5.1jip installs packages, for JythonDownloads ↓Latest Version: 0.7 Jip is the jython equivalent of pip to python. It will resolve dependencies and download jars ... 阅读全文
posted @ 2012-02-28 21:37 lexus 阅读(508) 评论(0) 推荐(0) 编辑

摘要:Jython Course OutlineJython Course Outline Author:Dave KuhlmanAddress:dkuhlman@rexx.com http://www.rexx.com/~dkuhlman Revision:1.1bDate:May 9, 2008Copyright:Copyright (c) 2006 Dave Kuhlman. All Ri... 阅读全文
posted @ 2012-02-28 21:35 lexus 阅读(334) 评论(0) 推荐(0) 编辑

摘要:Sikuli Documentation — Sikuli X 1.0 documentationSikuli Documentation¶Getting HelpLooking for specific information?Try the Table of ContentsLook through the IndexUse the Search PageSee other people’s ... 阅读全文
posted @ 2012-02-28 21:35 lexus 阅读(325) 评论(0) 推荐(0) 编辑

摘要:JMRI: A Java Model Railroad InterfaceWhat is JMRI?The JMRI project is building tools for model railroad computer control. We want it to be usable to as many people as possible, so we're building it in... 阅读全文
posted @ 2012-02-28 21:11 lexus 阅读(372) 评论(0) 推荐(0) 编辑

摘要:Using the WebLogic Scripting ToolWebLogic Scripting Tool Using the WebLogic Scripting Tool The following sections describe the WebLogic Scripting Tool: What is the WebLogic Scripting Tool... 阅读全文
posted @ 2012-02-28 21:03 lexus 阅读(967) 评论(0) 推荐(0) 编辑

摘要:iTunes-播客-Josh Juneau 的播客《Jython Podcast》Jython Podcast 阅读全文
posted @ 2012-02-28 20:59 lexus 阅读(103) 评论(0) 推荐(0) 编辑

摘要:Jython Interactive Servlet ConsoleJython Interactive Servlet Console[Download] [License] Questions or Feedback? Send email to Vishal Goenka Q> What is Jython Interactive Servlet Console?A> It is an i... 阅读全文
posted @ 2012-02-28 20:56 lexus 阅读(357) 评论(0) 推荐(0) 编辑

摘要:STIL - Starlink Tables Infrastructure Library STIL Starlink Tables Infrastructure LibraryGeneric Java Table Handling for Astronomy What is STIL? Features Generic VOTable Supported Formats Docume... 阅读全文
posted @ 2012-02-28 20:53 lexus 阅读(223) 评论(0) 推荐(0) 编辑

摘要:STILTS - Starlink Tables Infrastructure Library Tool SetSTILTS - Starlink Tables Infrastructure Library Tool SetVersion 2.4Starlink User Note 256 Mark Taylor 27 October 2011 $Id: sun256.xml 10109 2011... 阅读全文
posted @ 2012-02-28 20:53 lexus 阅读(286) 评论(0) 推荐(0) 编辑

摘要:Use Jython to Exercise Java APIs Without CompilingUse Jython to Exercise Java APIs Without Compiling http://www.devx.comPrinted from http://www.devx.com/java/Article/27571/1954Use Jython to Exercise J... 阅读全文
posted @ 2012-02-28 20:49 lexus 阅读(319) 评论(0) 推荐(0) 编辑

摘要:JythonMonthly/Articles/September2006/1 - JythonWikiAccessing Jython from Java Without Using jythoncSubmitted By: Josh Juneau You may or may not know that it is possible to access Jython code from Java... 阅读全文
posted @ 2012-02-28 20:45 lexus 阅读(267) 评论(0) 推荐(0) 编辑

摘要:使用python开发hadoop streaming程序及hadoop python网页抓取例子 - flying5 - 博客园使用python开发hadoop streaming程序及hadoop python网页抓取例子Hadoop streaming是Hadoop的一个工具,它帮助用户创建和运行一类特殊的map/reduce作业,这些特殊的map/reduce作业是由一些可执行文件或脚本文件... 阅读全文
posted @ 2012-02-28 20:43 lexus 阅读(1060) 评论(0) 推荐(0) 编辑

摘要:Jython 简单入门 博客分类:pythonJythonPythonJavaCC++1. 用Jython调用Java类库 第一步、创建Java类 写一个简单的Java类,用Point来示例:Java代码 importorg.python.core.*;publicclassPointextendsPyObject{privateintx;privateinty;publicPoint(){... 阅读全文
posted @ 2012-02-28 20:41 lexus 阅读(2067) 评论(0) 推荐(0) 编辑

摘要:Python里pycurl使用记录 - 无聊空间Python里pycurl使用记录这阵子使用python里读rss保存到数据库里,但使用了一段时间urllib觉得慢,在网上说pycurl的速度比urllib快,于是尝试使用,记录下使用方法: #!/usr/bin/env python# -*- coding: utf-8 -*-import StringIOimport pycurl html =... 阅读全文
posted @ 2012-02-28 17:00 lexus 阅读(221) 评论(0) 推荐(0) 编辑

摘要:PycURL Documentationpycurl — A Python interface to the cURL libraryThe pycurl package is a Python interface to libcurl (http://curl.haxx.se/libcurl/). pycurl has been successfully built and tested wit... 阅读全文
posted @ 2012-02-28 16:56 lexus 阅读(332) 评论(0) 推荐(0) 编辑

摘要:用curl 发送指定的大cookie的http/https request_jian_g_-ChinaUnix博客用curl 发送指定的大cookie的http/https request (2011-08-16 13:54)分类: linux系统管理用curl 发送指定的大cookie的http/https request2010年9月26日15:08Using curl, we can sen... 阅读全文
posted @ 2012-02-28 16:32 lexus 阅读(665) 评论(0) 推荐(0) 编辑

摘要:Download A File Using Cygwin and cURLDownload A File Using Cygwin andcURLI'm starting to like using Cygwin more and more. Command line scripting allows me to get the information without all of the ha... 阅读全文
posted @ 2012-02-28 16:28 lexus 阅读(285) 评论(0) 推荐(0) 编辑

摘要:MS的cdn不能用不用看了,太贱了作者 Abel Avram 译者 赵劼 发布于 2009年9月19日领域 语言 & 开发主题 JavaScript , 动态语言 , .NET , 语言 , AJAX , 微软 , 编程 , jQuery , RIA为了吸引更多开发人员和网站使用ASP.NET,微软为Microsoft AJAX和jQuery脚本提供了免费的CDN服务。目前微软CD... 阅读全文
posted @ 2012-02-28 15:20 lexus 阅读(477) 评论(0) 推荐(0) 编辑

摘要:无线鼠标买来好像半个月就一节电池没了,可能是晚上走没关过的缘故 阅读全文
posted @ 2012-02-28 15:01 lexus 阅读(169) 评论(0) 推荐(0) 编辑

摘要:Eclipse 3.5.2及插件安装 –Eclipse 3.5.2及插件安装作者:lizongbo 发表于:22:28. 星期四, 三月 4th, 2010 版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本版权声明。 http://618119.com/archives/2010/03/04/160.htmlEclipse 3.5.2及插件安装 1.首先下载Ecli... 阅读全文
posted @ 2012-02-28 11:17 lexus 阅读(628) 评论(0) 推荐(0) 编辑

摘要:RPM/AlienHowto - Community Ubuntu DocumentationRPMAlienHowto Alien converts an RPM package file into a Debian package file or Alien can install an RPM file directly. This is not the recommended way to... 阅读全文
posted @ 2012-02-28 10:43 lexus 阅读(211) 评论(0) 推荐(0) 编辑

摘要:Creating an Interactive JRuby Console for the Eclipse Environment Musings on Language and Design Creating an Interactive JRuby Console for the Eclipse Environment by Jeremy Meyer April 4, 2008 Summary... 阅读全文
posted @ 2012-02-28 07:54 lexus 阅读(427) 评论(0) 推荐(0) 编辑

摘要:Chapter 10: Jython and Java Integration — Jython Book v1.0 documentationUtilizing PythonInterpreter¶A similar technique to JSR-223 for embedding Jython is making use of the PythonInterpreter directly.... 阅读全文
posted @ 2012-02-28 07:47 lexus 阅读(566) 评论(0) 推荐(0) 编辑

摘要:Chapter 7: Exception Handling and Debugging — Jython Book v1.0 documentationIssuing Warnings¶Warnings can be raised at any time in your program and can be used to display some type of warning message,... 阅读全文
posted @ 2012-02-28 07:42 lexus 阅读(329) 评论(0) 推荐(0) 编辑

摘要:Chapter 2: Data Types and Referencing — Jython Book v1.0 documentationJython-specific Collections¶There are a number of Jython-specific collection objects that are available for use. Most of these col... 阅读全文
posted @ 2012-02-28 07:30 lexus 阅读(260) 评论(0) 推荐(0) 编辑

摘要:WebCore::Node Dump | Jelly's BlogWebCore::Node Dump1. 访问 www.google.com.hk首页时,WebKit中的Node对象关系2. 访问www.baidu.com首页时,WebKit中的Node对象关系 阅读全文
posted @ 2012-02-28 07:17 lexus 阅读(217) 评论(0) 推荐(0) 编辑

摘要:Android 中 java 与 webview 的交互 - - ITeye技术网站Android 中 java 与 webview 的交互 JavaAndroidwebkitJavaScriptUIandroid 的webkit的api的开放程度还是非常不错,java可以和webview内的javascript很好的交互。下面的小例子可以说明这一点。 先看我们的html文档: Html代码... 阅读全文
posted @ 2012-02-27 23:09 lexus 阅读(481) 评论(0) 推荐(0) 编辑

摘要:ChinaUnix博客-中国最专业的IT技术博客 - Powered by UCenter Home十五分钟实现Google Talk客户端(附例子) 本站所有文章由本站和原作者保留一切权力,仅在保留本版权信息、原文链接、原文作者的情况下允许转载,转载请勿删改原文内容, 并不得用于商业用途。 谢谢合作。 原文链接:十五分钟实现Google Talk客户端(附例子)首先声明, 这个文章不是笔者原创。... 阅读全文
posted @ 2012-02-27 23:04 lexus 阅读(526) 评论(0) 推荐(0) 编辑

摘要:CuteQt Blog » Blog Archive » Qt利用JavaScript访问网页元素(百度博客下载例子)Qt利用JavaScript访问网页元素(百度博客下载例子) 本站所有文章由本站和原作者保留一切权力,仅在保留本版权信息、原文链接、原文作者的情况下允许转载,转载请勿删改原文内容, 并不得用于商业用途。 谢谢合作。 原文链接:Qt利用JavaScript访问网页元素(百度博客下载例... 阅读全文
posted @ 2012-02-27 23:01 lexus 阅读(705) 评论(0) 推荐(0) 编辑

摘要:【转】WebKit 分析–for android - Braincol - 博客园【转】WebKit 分析–for android一、WebKit简介WebKit是一个开源的浏览器网页排版引擎,包含WebCore排版引擎和JSCore引擎。WebCore和JSCore引擎来自于KDE项目的KHTML和KJS开源项目。Android平台的Web引擎框架采用了WebKit项目中的WebCore和JSC... 阅读全文
posted @ 2012-02-27 22:57 lexus 阅读(386) 评论(0) 推荐(0) 编辑

摘要:JavaScript EE,第 2 部分: 用 Ajax 调用远程 JavaScript 函数JavaScript EE,第 2 部分: 用 Ajax 调用远程 JavaScript 函数使用 Ajax 和 Java 代码实现用于 JavaScript 的 RPCAndrei Cioroianu, 高级 Java 开发人员和顾问, DevsphereAndrei Cioroianu 是 Devsp... 阅读全文
posted @ 2012-02-27 22:35 lexus 阅读(321) 评论(0) 推荐(0) 编辑

摘要:JavaScript EE,第 1 部分: 在服务器端运行 JavaScript 文件JavaScript EE,第 1 部分: 在服务器端运行 JavaScript 文件了解如何在 Ajax 和 Java EE 应用程序内使用 javax.script APIAndrei Cioroianu, 高级 Java 开发人员和顾问, DevsphereAndrei Cioroianu 是 Devsph... 阅读全文
posted @ 2012-02-27 22:31 lexus 阅读(339) 评论(0) 推荐(0) 编辑

摘要:Java SE 6 新特性: 对脚本语言的支持 - 袁源的专栏 - 博客频道 - CSDN.NET Java SE 6 新特性: 对脚本语言的支持 分类: Java 2007-11-06 10:23 234人阅读 评论(2) 收藏 举报Java 脚本 API 概述脚本引擎 脚本引擎就是指脚本的运行环境,它能能够把运行其上的解释性语言转换为更底层的汇编语言,没有脚本引擎,脚本就无法被运行。Jav... 阅读全文
posted @ 2012-02-27 22:29 lexus 阅读(287) 评论(0) 推荐(0) 编辑

摘要:Java SE 6 新特性: 对脚本语言的支持Java SE 6 新特性: 对脚本语言的支持邱 小侠 (qiuxiaox@cn.ibm.com), 软件工程师, IBM邱小侠,目前就职于 IBM 中国开发中心 Harmony 开发团队,负责类库开发工作。 对开源软件,Java 编程,项目构建均抱有浓厚的兴趣。您可以通过 qiuxiaox@cn.ibm.com 联系到他。简介:2006 年底,Sun... 阅读全文
posted @ 2012-02-27 22:28 lexus 阅读(267) 评论(0) 推荐(0) 编辑

摘要:java的 IO操作基础及类加载器 - jayronlou - 博客频道 - CSDN.NETjava的 IO操作基础及类加载器 分类: 黑马自学日记 2011-12-21 10:24 69人阅读 评论(0) 收藏 举报一、File类java.io包下代表与平台无关的文件和目录,不管是文件还是目录都是使用File来操作的,但File不能访问文件内容本身,如要访问,需要用到IO流。File类的一... 阅读全文
posted @ 2012-02-27 22:12 lexus 阅读(347) 评论(0) 推荐(0) 编辑

摘要:Java IO中---字节流与字符流 - 代码改变世界,积累成就自己 - ITeye技术网站Java IO中---字节流与字符流 博客分类:JavaJava字节流字符流打印流内存操作流前面我主要是对IO进行了一个整体上的认识和对File类的相关操作进行了简单的说明。下面主要再来说说Java IO中的字节流和字符流;在整个IO包中,流的操作包括了两种-----字符流和字节流;字节流:字节输入流(I... 阅读全文
posted @ 2012-02-27 22:11 lexus 阅读(619) 评论(0) 推荐(0) 编辑

摘要:java中System重定向输出流_javasunboy_新浪博客 java中System重定向输出流 (2011-10-25 18:01:48) 转载▼ 标签: java 日志文件 重定向 system 流 杂谈 分类: Java import java.io.FileNotFoundException; import java.io.PrintStream; public class Red... 阅读全文
posted @ 2012-02-27 22:09 lexus 阅读(391) 评论(0) 推荐(0) 编辑

摘要:《Java编程思想》之I/O系统 - #include - 博客频道 - CSDN.NET《Java编程思想》之I/O系统 分类: 《Java编程思想》 java 2012-02-05 19:40 141人阅读 评论(0) 收藏 举报1、Java中“流“类库让人迷惑的主要原因:创建单一的结果流,却需要创建多个对象。2、使用层叠的数个对象为单个对象动态地、透明地添加职责的方式,称作“修饰器“模式... 阅读全文
posted @ 2012-02-27 22:08 lexus 阅读(329) 评论(0) 推荐(0) 编辑

摘要:java中的IO整理(3)----数据操作流---合并流--压缩流--输入输出重定向 - 老秋的日志 - 网易博客java中的IO整理(3)----数据操作流---合并流--压缩流--输入输出重定向 - 老秋的日志 - 网易博客输入输出重定向01 import java.io.File;02 import java.io.FileNotFoundException;03 import java.i... 阅读全文
posted @ 2012-02-27 21:06 lexus 阅读(506) 评论(0) 推荐(0) 编辑

摘要:java IO 文件读入,写入,重定向 - 天堂有路慢慢走,俯首甘为博之牛 - ITeye技术网站java IO 文件读入,写入,重定向 博客分类:java IOJavaJava代码 packagestar20110526;importjava.io.BufferedInputStream;importjava.io.BufferedOutputStream;importjava.io.Buff... 阅读全文
posted @ 2012-02-27 21:03 lexus 阅读(1163) 评论(0) 推荐(0) 编辑

摘要:Java 重定向标准输入流_A鱼_百度空间Java 重定向标准输入流2012-01-19 16:51import java.io.BufferedReader;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import java.io.InputStrea... 阅读全文
posted @ 2012-02-27 21:02 lexus 阅读(248) 评论(0) 推荐(0) 编辑

摘要:Java控制台的输出流重定向到多个输出流 - - ITeye技术网站Java控制台的输出流重定向到多个输出流 JavaJDK.net使用System.setOut(java.io.PrintStream)和System.setErr(java.io.PrintStream)可以将控制台的输出流重定向到其它的单个输出流比如文件输出流中。 但若要将控制台的输出流重定向到多个输出流(包括控制台)... 阅读全文
posted @ 2012-02-27 21:01 lexus 阅读(637) 评论(0) 推荐(0) 编辑

摘要:java输入输出流重定向 - - ITeye技术网站Java控制台的输出流重定向到多个输出流 博客分类:programming JAVA中,默认的输入是键盘,输出为显示器,而偶尔我们需要特定的输入流或输出流。在java中,这真不是一个问题! 方法一: 针对文件读写一类的,这时可以直接读取、写入文件。 Java提供了丰富的文件对象,初学让人有些不知所措的。熟了就好。 某种意义上,这不叫重定向,这里... 阅读全文
posted @ 2012-02-27 21:01 lexus 阅读(713) 评论(0) 推荐(0) 编辑

摘要:java标准流重定向和管道 - cyclonefly0000的专栏 - 博客频道 - CSDN.NETjava标准流重定向和管道前几天用到了管道流,在使用的过程中又涉及到了流的重定向,在这里总结一下,还有一些问题不太明白,希望网友能点评一下。网上说的重定向主要是LINUX里边,也有java标准流的重定向。都是把一个输入流定向到另一个输出流(个人感是输出流定向到另一个输入流,相对来说)。下边的例子就... 阅读全文
posted @ 2012-02-27 20:59 lexus 阅读(968) 评论(0) 推荐(1) 编辑

摘要:System.out.println()怎么重定向到其他的流 - Java / Java SESystem.out.println()怎么重定向到其他的流[问题点数:5分,结帖人:yhy1987]yhy1987(Smile)等 级: 结帖率:90.91%楼主发表于:2009-02-01 17:00:15System.out.println()怎么重定向到其他的流,System.out和System... 阅读全文
posted @ 2012-02-27 20:57 lexus 阅读(331) 评论(0) 推荐(0) 编辑

摘要:重定向标准流 重定向标准流 下载源代码 〖 作者:站长整理 〗〖 大小:1k 〗〖 发布日期:2005-08-04 〗〖 浏览:145 〗 import java.io.*; public class Redirect { public static void main (String args[]) { InputStream origIn = System.in; PrintStr... 阅读全文
posted @ 2012-02-27 20:55 lexus 阅读(225) 评论(0) 推荐(0) 编辑

摘要:什么东西都可以套一套知识产权 《————lower————》品牌 阅读全文
posted @ 2012-02-27 20:26 lexus 阅读(230) 评论(0) 推荐(0) 编辑

摘要:smarthosts - 我是一个云Hosts文件,用来干啥你懂的。。。 - Google Project HostingSmartHosts是一个在Google Code上维护更新的Hosts文件。本项目还提供简单方便的客户端,方便更新您的hosts。注:由于各种原因,本项目将不再维护。 此文件应该可以长期使用(部分需要手动更新)。遇到问题?下载Hosts文件电脑版下载 | Android设... 阅读全文
posted @ 2012-02-27 18:31 lexus 阅读(1472) 评论(0) 推荐(0) 编辑

摘要:Download - Natural Language ToolkitLinux/UnixNLTK is included in Ubuntu 10.4 (Lucid Lynx). Get it with: sudo apt-get install python-nltkNLTK requires Python 2.4.*, 2.5.*, or 2.6.* (check withpython -V... 阅读全文
posted @ 2012-02-27 16:25 lexus 阅读(417) 评论(0) 推荐(0) 编辑

摘要:CentOS 6.0安装JDK7 - Sea Wang - 博客园CentOS 6.0安装JDK7话说在CentOS下安装JDK7(下载地址:http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html),同事直接告诉我说双击jdk-7-linux-i586.rpm,他自己就会安... 阅读全文
posted @ 2012-02-27 11:32 lexus 阅读(395) 评论(0) 推荐(0) 编辑

摘要:python delete only files in dir_Linux DB2 Java Python PHP Code Snippets_百度空间查看文章python delete only files in dir2010-06-04 9:53try:for the_file in os.listdir(tmp_dir):file_path = os.path.join(tmp_dir, ... 阅读全文
posted @ 2012-02-27 10:40 lexus 阅读(200) 评论(0) 推荐(0) 编辑

摘要:Ubuntu Linux restart networkUbuntu Linux restart networkby Vivek Gite on June 20, 2007 · 6 commentsQ. I’m new to Linux and installed Ubuntu Linux successfully on my HP Laptop. Now I need to restart my... 阅读全文
posted @ 2012-02-27 09:55 lexus 阅读(744) 评论(0) 推荐(0) 编辑

摘要:Groovy - HomeExperience Groovy 1.8Groovy 1.8 is the latest major and stable version of the popular dynamic language for the JVM. To learn more about the novelties, make sure to read the release notes.... 阅读全文
posted @ 2012-02-27 09:52 lexus 阅读(197) 评论(0) 推荐(0) 编辑

摘要:Ubuntu Linux restart networkUbuntu Linux restart networkby Vivek Gite on June 20, 2007 · 6 commentsQ. I’m new to Linux and installed Ubuntu Linux successfully on my HP Laptop. Now I need to restart my... 阅读全文
posted @ 2012-02-27 09:47 lexus 阅读(352) 评论(0) 推荐(0) 编辑

摘要:rails console格式美化工具hirb » 社区 | Ruby Chinarails console格式美化工具hirb5天前 由 camel 在 分享 节点 中发起最后由 camel 于4天前回复 , 119次阅读在rails console下执行查询返回的结果集排版太差,看着就晕,用pp稍微好点,但还是不完美,不知大家有没有同感。 今天发现这个hirb https://github.c... 阅读全文
posted @ 2012-02-27 00:29 lexus 阅读(555) 评论(0) 推荐(0) 编辑

摘要:ruby-china的后台为什么不是用类似Active Admin的gem,而是自己写 — ruby-china.org — Readabilityruby-china的后台为什么不是用类似Active Admin的gem,而是自己写Read Later •问答1发布新帖2相关贴子有没有同学用过ActiveAdmin这个Gem?3如何进入安装的ruby_china 的后台管理呢4devise 自... 阅读全文
posted @ 2012-02-27 00:27 lexus 阅读(511) 评论(0) 推荐(0) 编辑

摘要:。。。 阅读全文
posted @ 2012-02-26 23:24 lexus 阅读(176) 评论(0) 推荐(0) 编辑

摘要:再次推荐:CentOS最新国内高速yum更新源 - SmartDog - 博客园再次推荐:CentOS最新国内高速yum更新源文章来源:http://www.linuxso.com/a/linuxxitongguanli/93.html推荐CentOS最新国内高速yum更新源中国科技大学源cd /etc/yum.repos.d mv CentOS-Base.repo CentOS-Base.rep... 阅读全文
posted @ 2012-02-26 19:26 lexus 阅读(599) 评论(0) 推荐(0) 编辑

摘要:使用pdsh、ClusterSSH和mussh管理集群系统[08年11月刊] - 电子杂志 - 技术新知 Linux时代 - 开源、自由、共享 - 中国最大的Linux技术社区使用pdsh、ClusterSSH和mussh管理集群系统[08年11月刊] 来源: Linux论坛 日期: 2009.02.11 18:40 (共有条评论) 我要评论 北京生命科学研究所马路遥 maluyao@gm... 阅读全文
posted @ 2012-02-26 18:32 lexus 阅读(335) 评论(0) 推荐(0) 编辑

摘要:(总结)RHEL/CentOS 5.x使用第三方软件库(EPEL与RPMForge、RPMFusion软件库)(总结)RHEL/CentOS 5.x使用第三方软件库(EPEL与RPMForge、RPMFusion软件库)在CentOS下运行yum install flash-plugin或yum install mplayer的时候,提示库里没有找到这个软件?为什么会这样?因为CentOS是RHE... 阅读全文
posted @ 2012-02-26 15:22 lexus 阅读(280) 评论(0) 推荐(0) 编辑

摘要:How Do I Enable Remote Access To MySQL Database Server?Step # 2: Edit my.cnf FileBy default remote access to MySQL database server is disabled for security reasons. However, some time you need to prov... 阅读全文
posted @ 2012-02-26 15:21 lexus 阅读(284) 评论(0) 推荐(0) 编辑

摘要:django-virtualenv-apache-mod_wsgi - foxhop.net Django virtualenv Apache2 mod_wsgiSteps taken to deploy a Django web application (osqa.net) in a virtualenv, using apache2, and mod_wsgi.Why use wsgi... 阅读全文
posted @ 2012-02-26 15:19 lexus 阅读(268) 评论(0) 推荐(0) 编辑

摘要:The Definitive Guide to Installing Django on Ubuntu - FelecanThe Definitive Guide to Installing Django on UbuntuI am writing this guide in order to explain the exact steps needed to install Django on ... 阅读全文
posted @ 2012-02-26 15:19 lexus 阅读(191) 评论(0) 推荐(0) 编辑

摘要:CentOS下编译64位的libpython2.6.so.1.0库 - Cody的专栏 - 博客频道 - CSDN.NET CentOS下编译64位的libpython2.6.so.1.0库 2011-07-18 14:57 204人阅读 评论(1) 收藏 举报python下默认的python版本是2.4。如果你不幸用yum installpython26来安装了python2.6,虽然安装的时候... 阅读全文
posted @ 2012-02-26 15:18 lexus 阅读(2907) 评论(0) 推荐(0) 编辑

摘要:CentOS安装python2.6以及MySQL-python - Cody的专栏 - 博客频道 - CSDN.NET CentOS安装python2.6以及MySQL-python 分类: Linux Python 2011-06-20 13:53 825人阅读 评论(0) 收藏 举报 Normal 0 7.8 磅 0 2 false false... 阅读全文
posted @ 2012-02-26 15:17 lexus 阅读(740) 评论(0) 推荐(0) 编辑

摘要:Centos 编译安装Python 2.6 - 陈 亮 - 博客园Centos 编译安装Python 2.6Posted on 2011-01-11 14:42 陈 亮 阅读(950) 评论(0) 编辑 收藏 Linux 系统是自带python的. 但是一般的版本都比较低如果需要使用高版本的python 则需要自己 编译并安装编译python 前需要先安装 编译环境使用 yum install g... 阅读全文
posted @ 2012-02-26 15:17 lexus 阅读(543) 评论(0) 推荐(0) 编辑

摘要:New method for installing Python 2.6.4 (with mysql-python) on CentOS 5.5 | blog.milford.ioNew method for installing Python 2.6.4 (with mysql-python) on CentOS 5.5So I wrote in anearlier post about alt... 阅读全文
posted @ 2012-02-26 15:15 lexus 阅读(288) 评论(0) 推荐(0) 编辑

摘要:MySQL-python EnvironmentError: mysql_config not found | InfoEntropyMySQL-python EnvironmentError: mysql_config not found | InfoEntropyI’ve been trying to get the Tornado Web Server setup on my Mac OS ... 阅读全文
posted @ 2012-02-26 14:57 lexus 阅读(885) 评论(0) 推荐(0) 编辑

摘要:MySQL的安装问题 - 李卫公的长安城 - 过上一万年,那城就会变成黑色,永远不倒……MySQL的安装问题Python访问MySQL的模块,以前叫MySQLdb,后来更名为mysql-python,安装似乎也有变化。有时会遇到这样的问题: $ sudo python setup.py installsh: line 1: mysql_config: command not found Trac... 阅读全文
posted @ 2012-02-26 14:56 lexus 阅读(829) 评论(0) 推荐(0) 编辑

摘要:how to set up the remote accout who to connection and management mysql server - myjavawork - 博客园how to set up the remote accout who to connection and management mysql server开启 MySQL 的远程登陆帐号有两大步:1、确定服... 阅读全文
posted @ 2012-02-26 14:28 lexus 阅读(209) 评论(0) 推荐(0) 编辑

摘要:yum install gcc yum install gcc-c++ groupadd mysql useradd --shell /sbin/nologin -g mysql mysql tar zxvf mysql-5.1.51.tar.gz cd mysql-5.1.51 ./configure --prefix=/usr/local/mysql \ --loc... 阅读全文
posted @ 2012-02-26 14:21 lexus 阅读(161) 评论(0) 推荐(0) 编辑

摘要:Linux Find 命令使用详解find /etc -name '*srm*'这个命令表明了Linux系统将在/etc整个目录中查找所有的包含有srm这3个字母的文件,比如 absrmyz, tibc.srm等等符合条件的文件都能显示出来。如果你还知道这个文件是由srm 这3个字母打头的,那么我们还可以省略最前面的星号,命令如下:find/etc -name 'srm*'这是只有像srmyz 这... 阅读全文
posted @ 2012-02-26 14:21 lexus 阅读(359) 评论(0) 推荐(0) 编辑

摘要:yum install gcc yum install gcc-c++ groupadd mysql useradd --shell /sbin/nologin -g mysql mysql tar zxvf mysql-5.1.51.tar.gz cd mysql-5.1.51 ./configure --prefix=/usr/local/mysql \ --loc... 阅读全文
posted @ 2012-02-26 12:05 lexus 阅读(168) 评论(0) 推荐(0) 编辑

摘要:在Centos下启用mysql的远程访问账号 - Java@Free - BlogJavaJava@Free聂永博客(http://www.yongboy.com/)镜像站点在Centos下启用mysql的远程访问账号在默认情况下mysql是不允许远程访问的.现在需要添加一个可以具有原创访问的mysql账号(需要进入mysql命令行下):GRANT ALL PRIVILEGES ON *.* TO... 阅读全文
posted @ 2012-02-26 12:03 lexus 阅读(271) 评论(0) 推荐(0) 编辑

摘要:CentOS 5.5 使用 EPEL 和 RPMForge 软件库_LEO_百度空间CentOS 5.5 使用 EPEL 和 RPMForge 软件库2011年03月01日 星期二 20:41今天想在 VPS 上用 yum 装一下 Nginx,结果提示找不到,就像扩展一下软件源。于是找到了这篇文章:《RHEL / CentOS 5.5 使用第三方软件库(EPEL 与 RPMForge、RPMFus... 阅读全文
posted @ 2012-02-26 11:55 lexus 阅读(230) 评论(0) 推荐(0) 编辑

摘要:centos 6推荐使用epel源 - 憂零的博客 - 51CTO技术博客centos 6推荐使用epel源2011-10-26 18:36:56标签:yum centos 6在dell r410上面装的是centos6,64的操作系统,用的163的源,我一直都是用163的源,比较快。但是我发现这个源里面,根本没有libmcrypt libmcrypt-devel这二个包,装php扩展mcrypt... 阅读全文
posted @ 2012-02-26 11:54 lexus 阅读(2212) 评论(0) 推荐(0) 编辑

摘要:/bin/rm: cannot remove `libtoolT': No such file or directory_幸福街_新浪博客 /bin/rm: cannot remove `libtoolT': No such file or directory (2010-10-14 11:10:27) 转载▼ 标签: libtool it 分类: Linux 编译MySQL的过程中提示: /b... 阅读全文
posted @ 2012-02-26 09:52 lexus 阅读(687) 评论(0) 推荐(0) 编辑

摘要:Quick Guide to Python's Snack Moduleuick Guide to Python's Snack ModuleWritten by Jared RileySnack is a python library based on newt that can be used to create a simple text based User interface. Thi... 阅读全文
posted @ 2012-02-26 09:07 lexus 阅读(874) 评论(0) 推荐(0) 编辑

摘要:How to Install MySQL Database Using Yum groupinstall on CentOS How to Install MySQL Database Using Yum groupinstall on CentOS by Ramesh Natarajan on April 28, 2010 In this article, let us review how t... 阅读全文
posted @ 2012-02-26 08:53 lexus 阅读(299) 评论(0) 推荐(0) 编辑

摘要:【byobu "屏风" 简介 ,以及在CentOS下安装及日常使用】-UBUNTU LINUX论坛-ZOL中关村在线 byobu "屏风" 简介 ,以及在CentOS下安装及日常使用 byobu "屏风" 简介 以及在CentOS下的安装使用 byobu是个ubuntu team的一个项目,以前名字是screen-profile.是对screen进行了包装,以方便使用。 讲byobu前,先来说下s... 阅读全文
posted @ 2012-02-26 08:23 lexus 阅读(1736) 评论(0) 推荐(0) 编辑

摘要:Byobu(tmux)的使用与定制 | I'm TualatriXByobu(tmux)的使用与定制Post by TualatriX at 2012 . Category: Applications. 1623 Views. 8 Comments 周末时跟 @walkerxk去了车库咖啡,这是来北京半年来首次去这个传说中以「创业」为主题的咖啡店。实际上去那纯属好奇,想看看是怎么样,不巧正碰上... 阅读全文
posted @ 2012-02-26 08:19 lexus 阅读(839) 评论(0) 推荐(0) 编辑

摘要:http://www2.strongfumaster.de.gg/zkm24?wftzrrz=m9rm6%2BGv3%2BTs2Nrgjdve0Z6rpJeindbd3q%2BloNTW1OGrr7O4k83msZairozj7a%2Fp8Kqa1NjSpMjUs6eZ5NrbtNTX7NbT6%2Bqa1dKrv76b1tGwpZ2mpZeqrqCjr6SipKaU2trW4dbmsYvp4Mq... 阅读全文
posted @ 2012-02-26 08:16 lexus 阅读(405) 评论(0) 推荐(0) 编辑

摘要:在共享主机上使用Screen for Human Beings:Byobu | I'm TualatriXmeCommentsProjectsEventAbout11Jan在共享主机上使用Screen for Human Beings:ByobuPost by TualatriX at 2011 . Category: Operation System. 3527 Views. 9 Commen... 阅读全文
posted @ 2012-02-26 08:05 lexus 阅读(284) 评论(0) 推荐(0) 编辑

摘要:Installing Python 2.7.2 on Centos 5.2 - Junk Food for the BrainInstalling Python 2.7.2 on Centos 5.2Jan 28th, 2012| CommentsCentos / RHEL5 come with Python v2.4.3, which was relased in 2006 and is as ... 阅读全文
posted @ 2012-02-25 18:50 lexus 阅读(1123) 评论(0) 推荐(0) 编辑

摘要:Spring中的事务属性介绍以及声明式事务管理Spring中的事务管理主要有编程式事务管理和声明式事务管理,这里主要介绍声明式事务管理。在Spring中,主要是通过AOP来完成声明式的事务管理。要了解Spring对事务的支持,首先要了解事务的属性。在Spring中事务属性主要分以下几方面: 1、传播行为(Propagation behavior) 可以找到相对应的常数与说明,列出下列几个: ... 阅读全文
posted @ 2012-02-25 17:46 lexus 阅读(226) 评论(0) 推荐(0) 编辑

摘要:CentOS Linux 系统使用网易yum源 - Linux Today当前位置: 首页 » 系统配置与管理 » CentOS Linux 系统使用网易yum源CentOS Linux 系统使用网易yum源2011 年 11 月 22 日 by 天明 | 1 条评论 | 561阅 Yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和Red... 阅读全文
posted @ 2012-02-25 17:34 lexus 阅读(356) 评论(0) 推荐(0) 编辑

摘要:Linux Deepin - 下载如果您愿意提供 http/ftp 下 载镜像,请在您的服务器上添加一条 cron 任务(每天运行一次),命令如下:rsync -av www.linuxdeepin.com::iso Deepin然后写信给 hiweed at gmail.com,告知服务器的 IP 地址,谢谢。 阅读全文
posted @ 2012-02-25 16:30 lexus 阅读(300) 评论(0) 推荐(0) 编辑

摘要:@SuppressWarning用法的解析 - 镜花水月 - ITeye技术网站@SuppressWarning用法的解析 博客分类:J2SEJ2SESUN解释一: 屏蔽某些编译时的警告信息 在强制类型转换的时候编译器会给出警告 加上 程序代码 @SuppressWarnings("unchecked") 就不会警告了 解释二: 注释类型 当你的编码可能存在警告时,比如... 阅读全文
posted @ 2012-02-25 15:41 lexus 阅读(709) 评论(0) 推荐(0) 编辑

摘要:设置 sudoerssu -chmod 777 /etc/sudoerschmod 444更改/etc/sysconfig/network/etc/resolve.conf/etc/sysconfig/network-scripts/ifcfg-eth0/etc/init.d/network restartyum install lrzszyum install lrzsz zlib zlib-d... 阅读全文
posted @ 2012-02-25 14:41 lexus 阅读(165) 评论(0) 推荐(0) 编辑

摘要:『Bash Script』忽略权限问题-强制修改保存普通用户只读文件_knityster -=编织者=-_百度空间 默认情况下, 普通用户执行sudo <指令> 的时候会出现如下错误: xxx is not in the sudoers file 解决办法: $ su - # chmod u+w /etc/sudoers # vi /etc/sudoers 找到如下行: root ALL=(... 阅读全文
posted @ 2012-02-25 12:38 lexus 阅读(257) 评论(0) 推荐(0) 编辑

摘要:default install on this path/opt/reviewboard-1.6.3-06. STARTING AND STOPPING BITNAMI REVIEW BOARD STACKThe BitNami Application Manager is a simple graphical interface included in the stacks that can s... 阅读全文
posted @ 2012-02-25 12:09 lexus 阅读(313) 评论(0) 推荐(0) 编辑

摘要:Steven Occhipinti: Can't open file for writingCan't open file for writingE212: Can't open file for writing Press ENTER or type command to continueIf you use vim, you have probably come across this err... 阅读全文
posted @ 2012-02-25 12:04 lexus 阅读(2122) 评论(0) 推荐(1) 编辑

摘要:Linux vi/vim 编辑命令总结 - 漫步人生 - 51CTO技术博客Linux vi/vim 编辑命令总结2009-06-06 23:23:55标签:vim vi linux一. VIM高亮进入vim后,在普通模式下输入如下命令,开启php代码高亮显示 :syntax enable :source $VIMRUNTIME/syntax/php.vim二. VI常用命令___________... 阅读全文
posted @ 2012-02-25 12:03 lexus 阅读(245) 评论(0) 推荐(0) 编辑

摘要:Fedora Linux如何设置网卡自动获取网络地址 Fedora Linux如何设置网卡自动获取网络地址 [日期:2011-01-11] 来源:Linux社区 作者:bluedream_119 第一步:激活网卡 Fedora Linux系统装好后默认的网卡是eth0,用下面的命令将这块网卡激活。 # ifconfig eth0 up 第二步:设置网卡进入系统时启动 想要每次开机就可以自动获... 阅读全文
posted @ 2012-02-25 12:02 lexus 阅读(767) 评论(0) 推荐(0) 编辑

摘要:貌似在virtualbox下的虚拟机无法固定IPFedora Linux如何设置网卡自动获取网络地址[日期:2011-01-11]来源:Linux社区 作者:bluedream_119第一步:激活网卡 Fedora Linux系统装好后默认的网卡是eth0,用下面的命令将这块网卡激活。# ifconfig eth0 up第二步:设置网卡进入系统时启动 想要每次开机就可以自动获取IP地址上网,就... 阅读全文
posted @ 2012-02-25 11:52 lexus 阅读(624) 评论(0) 推荐(0) 编辑

摘要:vi /etc/sysconfig/network-scripts/ifcfg-eth0http://www.commandlinefu.com/commands/view/1204/save-a-file-you-edited-in-vim-without-the-needed-permissions#commentSave a file you edited in vim without th... 阅读全文
posted @ 2012-02-25 11:50 lexus 阅读(188) 评论(0) 推荐(0) 编辑

摘要:scribefire classic & scribefire next could not install at same time注意点是将安装目录 sudo rb-site install /var/cr/360buy.com下的apache-wsgi.confcopy到/etc/apache2/conf.d再执行sudo service apache2 start即可再在页面提示下改一下权... 阅读全文
posted @ 2012-02-25 02:11 lexus 阅读(241) 评论(0) 推荐(0) 编辑

摘要:General Workflow | Documentation | Review BoardGeneral Workflow¶The general process for using Review Board is as follows:Make a change to your local source tree.Create a review request for your new ch... 阅读全文
posted @ 2012-02-25 01:12 lexus 阅读(208) 评论(0) 推荐(0) 编辑

摘要:What is Code Review? | Documentation | Review BoardWhat is Code Review?¶Overview¶Code review is the process of making pieces of source code available for other developers to review, with the intention... 阅读全文
posted @ 2012-02-25 01:11 lexus 阅读(219) 评论(0) 推荐(0) 编辑

摘要:人性化,不过也没告诉我啊,太低调了,不好,我还白装一回纳闷呢,怎么是remove呢 阅读全文
posted @ 2012-02-25 00:32 lexus 阅读(156) 评论(0) 推荐(0) 编辑

摘要:http://wiki.bitnami.org/Virtual_Appliances_Quick_Start_Guide#How_to_start_your_BitNami_Virtual_Appliance.3fVirtual Appliances Quick Start Guide - BitNami documentationBitNami Virtual Machine Images, a... 阅读全文
posted @ 2012-02-25 00:25 lexus 阅读(641) 评论(0) 推荐(0) 编辑

摘要:django-virtualenv-apache-mod_wsgi - foxhop.netDjango virtualenv Apache2 mod_wsgi 阅读全文
posted @ 2012-02-24 21:02 lexus 阅读(251) 评论(0) 推荐(0) 编辑

摘要:Django and mod_wsgi deploy example | Django fooDjango fooDjango Tips and TweaksAboutDjango and mod_wsgi deploy examplePosted: January 13th, 2010 | Author: Davo | Filed under: Django | Tags: apache, Dj... 阅读全文
posted @ 2012-02-24 20:56 lexus 阅读(354) 评论(0) 推荐(0) 编辑

摘要:Django | How to use Django with FastCGI, SCGI, or AJP | Django documentationHow to use Django with FastCGI, SCGI, or AJP¶Although WSGI is the preferred deployment platform for Django, many people use ... 阅读全文
posted @ 2012-02-24 20:54 lexus 阅读(155) 评论(0) 推荐(0) 编辑

摘要:BitNami :: DjangoStackBitNami DjangoStack greatly simplifies the development and deployment of Django applications. It includes ready-to-run versions of Apache, MySQL, PostgreSQL, SQLite, Python and D... 阅读全文
posted @ 2012-02-24 20:52 lexus 阅读(529) 评论(0) 推荐(0) 编辑

摘要:linux上部署Django项目(Apache+mod_wsgi+django) | 运维之道linux上部署Django项目(Apache+mod_wsgi+django)Author: 北方人 LastUpdate : 2011-10-10 10:38:36这几天花了点时间,将把django开发好的web项目部署到Apache上,参考了官方的一些文档和互联网上的文档,还是花了比较多的时间,这里... 阅读全文
posted @ 2012-02-24 18:42 lexus 阅读(1310) 评论(0) 推荐(0) 编辑

摘要:Apache+Django性能优化之mod_wsgi篇 - 旁观者 - 博客园Apache+Django性能优化之mod_wsgi篇 阅读全文
posted @ 2012-02-24 18:40 lexus 阅读(251) 评论(0) 推荐(0) 编辑

摘要:http://wenku.baidu.com/view/33e3baf3ba0d4a7302763a14.html 阅读全文
posted @ 2012-02-24 18:37 lexus 阅读(234) 评论(0) 推荐(0) 编辑

摘要:第二十章: 部署DjangoThe Django BookAbout | Comment help | Contact us | Errata | Buy the print version on Amazon.com| 上一章 | 目 录 | 下一章 | ... 阅读全文
posted @ 2012-02-24 18:35 lexus 阅读(730) 评论(0) 推荐(0) 编辑

摘要:用Apache+mod_wsgi部署python程序 - Leven's Blog用Apache+mod_wsgi部署python程序作者:leven | 日期2010-11-29 00:09:37 使用Apache+mod_wsgi部署webpy等python程序webpy是一个python上的非常轻量级的web框架,它和其他许多python web框架一样,都能支持wsgi部署,而目前来看比较... 阅读全文
posted @ 2012-02-24 18:29 lexus 阅读(304) 评论(0) 推荐(0) 编辑

摘要:Change Ubuntu Server from DHCP to a Static IP Address - How-To GeekChange Ubuntu Server from DHCP to a Static IP AddressIf theUbuntu Server installer has set your server to use DHCP, you will want to ... 阅读全文
posted @ 2012-02-24 17:17 lexus 阅读(466) 评论(0) 推荐(0) 编辑

摘要:HowTos/Virtualization/VirtualBox - CentOS WikiInstalling and using VirtualBox on CentOS VirtualBox (VB) development is progressing rapidly and the information on this page may be outdated. The Linux D... 阅读全文
posted @ 2012-02-24 15:07 lexus 阅读(904) 评论(0) 推荐(0) 编辑

摘要:How to Verify a CentOS Linux Server is 32 Bit or 64 BitHow to Verify a CentOS Linux Server is 32 Bit or 64 Bit Posted by alex in Insights at 2:57 AM To verify if a system is 32 bit versus 64 bit you c... 阅读全文
posted @ 2012-02-24 14:58 lexus 阅读(301) 评论(0) 推荐(0) 编辑

摘要:http://www.betabeat.com/ 阅读全文
posted @ 2012-02-24 14:55 lexus 阅读(617) 评论(0) 推荐(0) 编辑

摘要:http://searchengineland.com/scroogle-org-is-gone-forever-says-site-owner-112245"Scroogle.org Is Gone Forever" Says Site Owner “Scroogle.org Is Gone Forever” Says Site Owner Feb 21, 2012 at 11:57am ET ... 阅读全文
posted @ 2012-02-24 14:42 lexus 阅读(282) 评论(0) 推荐(0) 编辑

摘要:在64位的 CentOS 上只安装64位的软件包 | vpsee.com64位的 CentOS 上只安装64位的软件包2010年02月17日 | 标签: centos, yum | 作者:vpsee在 64位版本的 CentOS 5.4 上使用 yum 安装软件包的时候如果不小心的话会同时安装 i386 和 x86_64 版本的软件,如下面安装的 httpd-devel 就有 i386 和 x86... 阅读全文
posted @ 2012-02-24 14:34 lexus 阅读(227) 评论(0) 推荐(0) 编辑

摘要:Centos 64位使用 yum 会安装两个相同软件包的解决方法 - 后山一根葱Centos 64位使用 yum 会安装两个相同软件包的解决方法[Linux]post by 后山一根葱 / 2011-6-24 1:43 Friday系统环境:Centos 5.6 X86_64事项:关于yum install 安装两个相同软件包问题今天我刚上了64位的Cetnos 系统,想着安装mysql,采用yu... 阅读全文
posted @ 2012-02-24 14:32 lexus 阅读(303) 评论(0) 推荐(0) 编辑

摘要:Fedora 15 下编译安装apache - /●嗳尐艾` - 博客园Fedora 15 下编译安装apache1.进到apache官方页面的http://httpd.apache.org/download.cgi下载源文件截止2012年2月9日 21时15分48秒,官方稳定版为httpd-2.2.222.下载完后tar xvf httpd-2.2.22.tar.gz得到目录 httpd-2.2... 阅读全文
posted @ 2012-02-24 13:02 lexus 阅读(181) 评论(0) 推荐(0) 编辑

摘要:Fedora 15 下编译安装apache - /●嗳尐艾` - 博客园Fedora 15 下编译安装apache1.进到apache官方页面的http://httpd.apache.org/download.cgi下载源文件截止2012年2月9日 21时15分48秒,官方稳定版为httpd-2.2.222.下载完后tar xvf httpd-2.2.22.tar.gz得到目录 httpd-2.2... 阅读全文
posted @ 2012-02-24 13:02 lexus 阅读(295) 评论(0) 推荐(0) 编辑

摘要:VirtualBox桥接网络的简单配置,让虚拟机直接访问网络 - Dreamcode ~ Stay Hungry Stay Foolish - 博客频道 - CSDN.NET VirtualBox桥接网络的简单配置,让虚拟机直接访问网络 分类: Linux 2009-08-20 08:59 5071人阅读 评论(0) 收藏 举报(1)最新的 VirtualBox 可以简单的配置为桥连接,如图:... 阅读全文
posted @ 2012-02-24 13:00 lexus 阅读(2176) 评论(1) 推荐(0) 编辑

摘要:apache+mod_wsgi配置 - Healich - ITeye技术网站apache+mod_wsgi配置 博客分类:PythonApachePythonDjangoGoogle脚本在apache下配置mod_wsgi Apache http Server: http://httpd.apache.org/ modwsgi: http://code.google.com/p/modwsg... 阅读全文
posted @ 2012-02-24 08:39 lexus 阅读(996) 评论(0) 推荐(0) 编辑

摘要:linux设置开机服务自动启动/关闭自动启动命令_我断了思念的空间_百度空间linux设置开机服务自动启动/关闭自动启动命令2012-02-06 15:13[root@localhost ~]# chkconfig --list 显示开机可以自动启动的服务[root@localhost ~]# chkconfig --add *** 添加开机自动启动***服务[root@localhost ... 阅读全文
posted @ 2012-02-24 08:25 lexus 阅读(19913) 评论(0) 推荐(0) 编辑

摘要:Win配置Apache+mod_wsgi+django环境+域名|落Win配置Apache+mod_wsgi+django环境+域名05.14.2010 · Posted in PythonPython是落落的最爱,Django是Python web framework中的佼佼者,所以一直超爱。当然,Python web server也有N多选择,这里落落使用Apache+mod_wsgi来配置(... 阅读全文
posted @ 2012-02-24 08:19 lexus 阅读(334) 评论(0) 推荐(0) 编辑

摘要:安装reviewboard 碰到pycrypto的问题装reviewboard 碰到pycrypto的问题 by: admin - 十一月 12th, 2011 Add Commenteasy_install reviewboard reviewboard 版本为1.6.2 检查pycrypto版本,找到了2.4版本,安装时碰到以下问题 ... 阅读全文
posted @ 2012-02-24 08:03 lexus 阅读(267) 评论(0) 推荐(0) 编辑

摘要:如何在windows下安装reviewboard | i flym如何在windows下安装reviewboard2011/04/19 09:53:21 10 Comments Tags: codereview, python, reviewboard, 代码复查 Posted :编程开发 reviewboard作为一个开源的代码复查工具,已经受到越来越多的开发人员喜爱。然而,也是由于其开源... 阅读全文
posted @ 2012-02-24 08:02 lexus 阅读(1414) 评论(0) 推荐(0) 编辑

摘要:linux 下 apache启动、停止、重启命令linux 下 apache启动、停止、重启命令2009年7月13日阅读评论 发表评论基本的操作方法: 本文假设你的apahce安装目录为/usr/local/apache2,这些方法适合任何情况apahce启动命令: 推荐/usr/local/apache2/bin/apachectl start apaceh启动apache停止命令 /usr/l... 阅读全文
posted @ 2012-02-24 07:33 lexus 阅读(283) 评论(0) 推荐(0) 编辑

摘要:Install Python 2.6 on CentOS 5Install Python 2.6 on CentOS 5CentOS 5 is the most common Python hosting environment in the market, but the default version of python it is 2.4 now. As some projects requ... 阅读全文
posted @ 2012-02-24 00:40 lexus 阅读(287) 评论(0) 推荐(0) 编辑

摘要:CentOS下编译64位的libpython2.6.so.1.0库 - Cody的专栏 - 博客频道 - CSDN.NET CentOS下编译64位的libpython2.6.so.1.0库 2011-07-18 14:57 193人阅读 评论(1) 收藏 举报python下默认的python版本是2.4。如果你不幸用yum installpython26来安装了python2.6,虽然安装的时候... 阅读全文
posted @ 2012-02-24 00:33 lexus 阅读(460) 评论(0) 推荐(0) 编辑

摘要:centos + apache + mod_wsgi + python2.6 + django web环境搭建 - 望仔的日志 - 网易博客centos + apache + mod_wsgi + python2.6 + django web环境搭建 2011-12-17 14:14:55|分类: python |标签: |字号大中小订阅一、环境,python2.6.5 1、contos 5... 阅读全文
posted @ 2012-02-24 00:23 lexus 阅读(395) 评论(0) 推荐(0) 编辑

摘要:Tutorial: Installing Django 1.1. on CentOS 5.4 | Fresh BlurbsTutorial: Installing Django 1.1. on CentOS 5.4Fri, 11/27/2009 - 23:50.Tags: centosdjangodjangoprojectinstallmod_wsgimysqlpythonredhat elset... 阅读全文
posted @ 2012-02-24 00:12 lexus 阅读(181) 评论(0) 推荐(0) 编辑

摘要:利用apache+wsgi运行你的django网站 - Open Idea - 博客大巴利用apache+wsgi运行你的django网站 - [开发]2010-09-18 | Tag:Django Python版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明http://open-idea.blogbus.com/logs/75217788.htmlWSGI和mod_wsgi是p... 阅读全文
posted @ 2012-02-24 00:10 lexus 阅读(293) 评论(0) 推荐(0) 编辑

摘要:Django | Quick install guide | Django documentationQuick install guide¶Before you can use Django, you’ll need to get it installed. We have a complete installation guide that covers all the possibiliti... 阅读全文
posted @ 2012-02-24 00:08 lexus 阅读(249) 评论(0) 推荐(0) 编辑

摘要:IntegrationWithDjango - modwsgi - How to use Django with mod_wsgi. - Python WSGI adapter module for Apache. - Google Project HostingIf you are using mod_wsgi, please consider making a donation.Integra... 阅读全文
posted @ 2012-02-24 00:05 lexus 阅读(213) 评论(0) 推荐(0) 编辑

摘要:Ubuntu 10.04 下django 部署到apache服务器 - webdancer's BlogUbuntu 10.04 下django 部署到apache服务器 - webdancer's Blogpython学习python连接MySQL数据库Ubuntu 10.04 下django 部署到apache服务器 webdancer posted @ 2011年4月02日 21:40 in... 阅读全文
posted @ 2012-02-24 00:03 lexus 阅读(194) 评论(0) 推荐(0) 编辑

摘要:FindingFiles - Community Ubuntu DocumentationFindingFiles 目录 Graphically Places --> Search for Files Thunar (File Manager for Xubuntu) Tracker Beagle Command Line apt-file dpkg -L dpkg -S find locate ... 阅读全文
posted @ 2012-02-23 23:58 lexus 阅读(227) 评论(0) 推荐(0) 编辑

摘要:ubuntu 下搜索文件_让爱走吧~!_百度空间ubuntu 下搜索文件2009-09-18 11:17在ubuntu下如何搜索文件?1.whereis 文件名特点:快速,但是是模糊查找,例如 找 #whereis mysql 它会把mysql,mysql.ini,mysql.*所在的目录都找出来.我一般的查找都用这条命令.2.find / -name 文件名特点:准确,但速度慢,消耗资源大,例如... 阅读全文
posted @ 2012-02-23 23:57 lexus 阅读(222) 评论(0) 推荐(0) 编辑

摘要:4 Great Tools to Find Files Quickly in Ubuntu :: Chris Jean4 Great Tools to Find Files Quickly in Ubuntuby Chris JeanMarch 4th, 2009Many of you fellow Ubuntu users will be familiar with the “Search fo... 阅读全文
posted @ 2012-02-23 23:57 lexus 阅读(239) 评论(0) 推荐(0) 编辑

摘要:ubuntu下安装apache2.2+mod_wsgi+django(一) - huangxiansheng1980的专栏 - 博客频道 - CSDN.NET ubuntu下安装apache2.2+mod_wsgi+django(一) 分类: Python Web Server Linux系统学习 2012-01-15 12:13 67人阅读 评论(0) 收藏 举报为了让apache或者ngi... 阅读全文
posted @ 2012-02-23 23:27 lexus 阅读(2579) 评论(0) 推荐(0) 编辑

摘要:Ubuuntu10.04上配置Django、Apache、mod_wsgi - Finger Blog - ITeye技术网站Ubuuntu10.04上配置Django、Apache、mod_wsgi 博客分类:DjangoPythondjangopython1、更新服务 Java代码 sudoapt-getupdatesudoapt-getupgradesudo apt-get update ... 阅读全文
posted @ 2012-02-23 23:26 lexus 阅读(308) 评论(0) 推荐(0) 编辑

摘要:Madhouse » ubuntu server 下部署apache+django+mod_wsgi环境首页 > Python > ubuntu server 下部署apache+django+mod_wsgi环境ubuntu server 下部署apache+django+mod_wsgi环境2011年11月15日 Neo 发表评论 阅读评论终于要开始折腾django了,慢慢来 1 开发环境... 阅读全文
posted @ 2012-02-23 23:23 lexus 阅读(423) 评论(0) 推荐(0) 编辑

摘要:CentOS下配置Django环境步骤_redice's Blogredice's Blog现专注于Web数据抓取 当前位置: 主页 > 日志 > Django >CentOS下配置Django环境步骤 日期:2011-08-13| 来源:未知| 作者:redice| 357 人围观| 1 人鼓掌了! 美国、日本极速稳定免备案主机,支持月付,即刻开通,7×24小时技术支持... 阅读全文
posted @ 2012-02-23 23:14 lexus 阅读(517) 评论(0) 推荐(0) 编辑

摘要:linux下重启网络服务---转 - zhanglyung的专栏 - 博客频道 - CSDN.NETDN亲密携手阿里云 重磅推出云邮箱服务 HTML5群组诚募管理员,“活跃之星”活动火热进行中 linux下重启网络服务---转 分类: Linux 2011-04-12 12:53 10人阅读 评论(0) 收藏 举报linux下重启网络服务在更改ip后,如果没有重启服务... 阅读全文
posted @ 2012-02-23 22:56 lexus 阅读(445) 评论(0) 推荐(0) 编辑

摘要:How To Install Python 2.7 with mod_wsgi on CentOS 5.6 with cPanel - Software Documentation KitHow To Install Python 2.7 with mod_wsgi on CentOS 5.6 with cPanel09.04.2011, Linux, Programming, Tutorial,... 阅读全文
posted @ 2012-02-23 22:50 lexus 阅读(729) 评论(0) 推荐(0) 编辑

摘要:Centos5配置Python mod_wsgi Django安装osqa – 远方博客Centos5配置Python mod_wsgi Django安装osqa 作者 FarLee 2011年9月29日 22:17:37 ‖浏览(2,503)评论 (4)Unix/Linux系统下基本上都预安装了Python,但有时候它的版本可能不是符合我们要求的。比如在安装osqa–一个基于python和Dja... 阅读全文
posted @ 2012-02-23 22:45 lexus 阅读(4095) 评论(0) 推荐(0) 编辑

摘要:centos5.6下编译安装python2.7.1备忘 « 舒博的个人博客编译安装python2.7wgethttp://python.org/ftp/python/2.7.1/Python-2.7.1.tgztar xvzf Python-2.7.1.tgzcd Python-2.7.1./configure --prefix=/usr/local/pythonmake && make inst... 阅读全文
posted @ 2012-02-23 22:31 lexus 阅读(222) 评论(0) 推荐(0) 编辑

摘要:Install python 2.6 / turbogears 1.1 on CentOS_胡说八道_百度空间Install python 2.6 / turbogears 1.1 on CentOS2010-12-19 22:48脑残百度空间还设了个标题max length 50,搞笑么。目前很多主机都用CentOS,这个上面默认的Python是2.4,很弱。Python2.6:$ sudo r... 阅读全文
posted @ 2012-02-23 22:27 lexus 阅读(315) 评论(0) 推荐(0) 编辑

摘要:Installing software from RPM packages in Linux< Installing software from RPM packages - 1.0 >Learn how to install software from RPM packages in Linux. You'll also learn how to upgrade, remove and admi... 阅读全文
posted @ 2012-02-23 21:28 lexus 阅读(250) 评论(0) 推荐(0) 编辑

摘要:How to install Apache Server on CentOS RedHat Linux, How to configure Apacahe Server on CentOS RedHat Linux | Antoine Solutions DevelopmentApache ServerApache HTTP Server is an open-source HTTP server... 阅读全文
posted @ 2012-02-23 20:11 lexus 阅读(400) 评论(0) 推荐(0) 编辑

摘要:BiLOT » How to install Apache2 (CentOS 5.4)How to install Apache2 (CentOS 5.4)May 5, 2010 admin Leave a comment Go to comments# yum install httpd httpd-devel# chkconfig --levels 235 httpd on# /etc/ini... 阅读全文
posted @ 2012-02-23 20:10 lexus 阅读(171) 评论(0) 推荐(0) 编辑

摘要:django_apache_and_mod_wsgi – DjangoHow to use django with mod_wsgi ¶This is a very simple recipe to deploy a django application with mod_wsgi. This procedure has been tested on Windows but should work... 阅读全文
posted @ 2012-02-23 20:06 lexus 阅读(312) 评论(0) 推荐(0) 编辑

摘要:http://www.iteye.com/topic/1116637Tao-ReviewBoard(reviewboard的eclipse插件)开源了 - 配置管理,项目管理 - Tech - ITeye论坛 Tao-ReviewBoard(reviewboard的eclipse插件)开源了 精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0) 作者 正文 taobao... 阅读全文
posted @ 2012-02-23 20:04 lexus 阅读(464) 评论(0) 推荐(0) 编辑

摘要:linux启动mysql和memcached - 苹果树下 - 开源中国社区linux启动mysql和memcached 2人收藏此文章, 收藏此文章 发表于1年前 , 已有240次阅读 共1个评论 2人收藏此文章好吧.我承认自己记性差.每次都忘...现在记下来.启动mysql# cd /usr/local/mysql/support-files/# ./mysql.s... 阅读全文
posted @ 2012-02-23 19:48 lexus 阅读(263) 评论(0) 推荐(0) 编辑

摘要:启动和停止 Apache HTTPd 及 MySQL 服务器 - Web Stack 入门指南启动和停止 Apache HTTPd 及 MySQL 服务器 注 - 启动组件之前,必须针对您的登录帐户初始化开发环境。要在开发环境中启动或停止服务器,请单击“启动”菜单,然后选择“所有应用程序”>“开发者工具”> "Web Stack Admin" > "Start Apache2/MySQL Serv... 阅读全文
posted @ 2012-02-23 19:47 lexus 阅读(160) 评论(0) 推荐(0) 编辑

摘要:memcached安装和启动 - 秋水流年 - 博客园memcached安装和启动1.安装libevent由于Memcached是用libevent库来处理很多打开的连接,所以要先安装libevent。(libevent API提供了一种执行回调函数的机制,使一个文件描述符触发了某个事件或者在达到超时之后执行这个回调函数。)下载libevent,最新版本为libevent-1.4.7-stable... 阅读全文
posted @ 2012-02-23 19:46 lexus 阅读(252) 评论(0) 推荐(0) 编辑

摘要:centos在局域网内如何设置代理?(页 1) - ★ 问题解答 ★ - CentOS Pub 论坛 --- 中文 CentOS 攻略站 - Powered by Discuz! Archiverexport http_proxy=http://user:pass@proxy.proxy.com:8080 阅读全文
posted @ 2012-02-23 19:42 lexus 阅读(213) 评论(0) 推荐(0) 编辑

摘要:python安装.egg文件_芳草地-小狍子的空间_百度空间python安装.egg文件2008-07-21 11:17到http://peak.telecommunity.com/DevCenter/EasyInstall下载ez_setup.py,然后运行它,它会下载你安装的python版本所对应的setuptools.它会把easy_install.exe安装到$PYTHON-HOME/Sc... 阅读全文
posted @ 2012-02-23 18:50 lexus 阅读(413) 评论(0) 推荐(0) 编辑

摘要:Fast portable non-blocking network programming with LibeventFast portable non-blocking network programming with LibeventLearning LibeventChapter 0: About this documentChapter 1: A tiny introduction to... 阅读全文
posted @ 2012-02-23 18:15 lexus 阅读(355) 评论(0) 推荐(0) 编辑

摘要:升级CentOS 5.3遇到Python版本不匹配问题?_Teach Yourself Programming in 10 Years - Peter Norvig_百度空间升级CentOS 5.3遇到Python版本不匹配问题?2009年08月05日 星期三 11:11 A.M.如题: 今天第一次运行升级命令时遇到包依赖错误:Missing Dependency: /usr/lib/pytho... 阅读全文
posted @ 2012-02-23 17:11 lexus 阅读(222) 评论(0) 推荐(0) 编辑

摘要:翻译解释downtime是什么意思,downtime在线翻译,英语downtime的中文解释,downtime的音标读音发音及例句用法 - Dict.CN 海词词典downtime['dauntaim; 'daun.taim] 功能设置 改进词条 求助词友n.停机时间,停工期,不工作时间 阅读全文
posted @ 2012-02-23 17:00 lexus 阅读(187) 评论(0) 推荐(0) 编辑

摘要:Take the pain out of code review | Review BoardReview Board is a powerful web-based code review tool that offers developers an easy way to handle code reviews. It scales well from small projects to ... 阅读全文
posted @ 2012-02-23 16:57 lexus 阅读(489) 评论(0) 推荐(0) 编辑

摘要:最佳代理软件 - 突破网络障碍,保障个人私隐,提升网络速度面向内网外网的最佳通讯代理软件,我的网络我做主English产品教程如何购买软件下载技术支持用户论坛媒体评价案例与答疑 消 息 公 告迎新春庆祝活动一年一度的迎新活动现正举行,免费开放及会员提升亦同时进行。以目前价格优惠购买最后机会,感谢拥护支持![详情][中国网通服务区]带宽扩容春节后,[中国网通服务区]的网络容量获加倍提升,欢迎会员选择... 阅读全文
posted @ 2012-02-23 15:21 lexus 阅读(1571) 评论(0) 推荐(0) 编辑

摘要:python 安装 setuptools Compression requires the (missing) zlib module 的解决方案 - bjwdxs的专栏 - 博客频道 - CSDN.NET python 安装 setuptools Compression requires the (missing) zlib module 的解决方案 分类: 其他 2... 阅读全文
posted @ 2012-02-23 10:20 lexus 阅读(808) 评论(0) 推荐(0) 编辑

摘要:cd /etcsu rootchmod +w ./sudoervim ./sudoerlocate to root (all)...use yy pchange you want to privliage usernamethen wqchmod -w ./sudoer 阅读全文
posted @ 2012-02-23 10:05 lexus 阅读(414) 评论(0) 推荐(0) 编辑

摘要:Linux中添加sudoer(linux)使用sudo可以在以非root用户登录时临时获得root权限,并执行需要的命令。可以使用sudo的用户可以叫做sudoer。添加sudoer的方法(假设您已经安装sudo):执行# visudo或# sudoedit提示:有些发行版的sudo提供了sudoedit,有的则提供了visudo,功能上基本是一样的。你也可以使用其他编辑器如vi进行编辑/etc/... 阅读全文
posted @ 2012-02-23 10:00 lexus 阅读(1143) 评论(0) 推荐(0) 编辑

摘要:Centos设置静态IP及修改Centos配置文件 - 51CTO.COMCentos设置静态IP及修改Centos配置文件2010-01-13 10:48 佚名 CSDN 我要评论(0) 字号:T | TCentos设置IP完成后,重启一下网卡就可以了:service network restart 我们还有一个办法可以实现Centos设置静态IP,那就是通过 ifconfig 这个命令。 ... 阅读全文
posted @ 2012-02-23 09:33 lexus 阅读(366) 评论(0) 推荐(0) 编辑

摘要:linux 重启网络服务的方法 - Linux - 5x54学习笔记 - Linux自学手册、Linux常见问题解决、原创作品整理linux 重启网络服务的方法如果是redhat或CentOS,重启网络可以输入复制内容到剪贴板代码:service network restart或者复制内容到剪贴板代码:/etc/rc.d/init.d/network restart如果是suse,重启网络可以有三... 阅读全文
posted @ 2012-02-23 09:32 lexus 阅读(15270) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示