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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年2月25日

摘要: 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 阅读(1128) 评论(0) 推荐(0)

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

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

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