1.首先是写
service脚本service脚本需要进入到目录/etc/init.d中,然后touch memcached,最后vim
memcached后进行脚本编写,脚本如下:#!/bin/bash#chkconfig:345 60 60#description:auto_runexport
...
分类:
系统相关 时间:
2014-05-17 00:52:40
阅读次数:
357
ubuntu自从6.10版本之后就使用了较新的upstart机制来进行系统的初始化。upstart是一种基于事件驱动的服务启动机制,可以使多个系统任务在保持依赖关系的前提下并发启动(据说这样这样启动会比较快,理论上应当如此)。使用upstart机制时,我们通过/etc/init下的一系列
*.con...
分类:
其他好文 时间:
2014-05-17 00:44:25
阅读次数:
296
在网上搜了下,grunt这方面的教程挺少的,来去都是一些被频繁转载的文章。唉,首先我们在全局环境中安装grunt-init。npm install -g
grunt-init来看看官方的文档,举几个例子,看看grunt-init是如何使用的:1、使用grunt-init--help来获取程序帮助以及...
分类:
其他好文 时间:
2014-05-16 19:27:51
阅读次数:
334
cur =
self.conn.cursor(MySQLdb.cursors.DictCursor)加上MySQLdb.cursors.DictCursor可以返回字典结构{列名:值}class
MYSQL(): def __init__(self,host,user,pwd,db): ...
分类:
数据库 时间:
2014-05-16 19:18:34
阅读次数:
419
RootViewController *rootVC=[[RootViewController
alloc] init] SignInViewController *signVC = [[SignInViewController alloc]init];
//如果在这里指定ta...
分类:
移动开发 时间:
2014-05-16 07:02:10
阅读次数:
396
NAMEtput, reset - initialize a terminal or
query terminfo databaseSYNOPSIS tput [-Ttype] capname [parms ... ] tput [-Ttype]
init tpu...
分类:
系统相关 时间:
2014-05-14 08:51:13
阅读次数:
601
效果图:
程序代码:
bool HelloWorld::init()
{
//////////////////////////////
// 1. super init first
if ( !CCLayer::init() )
{
return false;
}
CCSize visibleSize =...
分类:
移动开发 时间:
2014-05-13 16:27:03
阅读次数:
402
windowsuser:administratorguestport3389Linuxuser:root普通用户很多Port:22更改ssh登录配置:位置:/etc/ssh/ssh_config—client配置/etc/ssh/sshd_config--服务器端的配置修改:第一步,备份服务器端的配置 第二步,编辑--说明#--注释说明图: /etc/init.d–yum/..
分类:
其他好文 时间:
2014-05-13 12:55:53
阅读次数:
371
有时候我们需要Linux系统在开机的时候自动加载某些脚本或系统服务主要用三种方式进行这一操作:ln-s在/etc/rc.d/rc*.d目录中建立/etc/init.d/服务的软链接(*代表0~6七个运行级别之一)chkonfig命令行运行级别设置ntsysv伪图形运行级别设置注意:1.这三种方式主要用于以redhat..
分类:
系统相关 时间:
2014-05-13 12:09:37
阅读次数:
415
互联网是一个分享平台,从入行一年多来,从5cto,csdn,javaeye...平台获得了许多帮助,自己从一个懵懂的学生到有一点积累的程序员,感谢前辈们的分享。之前自己一直在索取,深感惭愧,现在也想在这里经常一些东西,希望可以坚持下去。
分类:
其他好文 时间:
2014-05-13 12:07:35
阅读次数:
195