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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 437 438 439 440 441 442 443 444 445 ··· 630 下一页

2012年2月29日

摘要: 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 阅读(374) 评论(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 阅读(315) 评论(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 阅读(286) 评论(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 阅读(1270) 评论(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 阅读(454) 评论(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 阅读(651) 评论(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 阅读(458) 评论(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 阅读(2015) 评论(0) 推荐(0)

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

2012年2月28日

摘要: 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 阅读(9545) 评论(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 阅读(208) 评论(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 阅读(247) 评论(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 阅读(309) 评论(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 阅读(262) 评论(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 阅读(433) 评论(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 阅读(2220) 评论(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 阅读(523) 评论(0) 推荐(0)

上一页 1 ··· 437 438 439 440 441 442 443 444 445 ··· 630 下一页