码迷,mamicode.com
首页 >  
搜索关键字:work folder    ( 10709个结果
中断下半部-工作队列
工作队列和tasklet的区别;中断上下文;工作队列的使用;为什么还需要工作队列?工作队列(work queue)是另外一种将中断的部分工作推后的一种方式,它可以实现一些tasklet不能实现的工作,比如工作队列机制可以睡眠。这种差异的本质原因是,在工作队列机制中,将推后的工作交给一个称之为工作者线...
分类:其他好文   时间:2014-10-28 19:32:53    阅读次数:240
linux backup
sudotarcvpjfbackup.tar.bz2--exclude=/proc--exclude=/lost+found--exclude=/backup.tar.bz2--exclude=/mnt--exclude=/sys--exclude=/data--exclude=/opt--exclude=/home/ak/work/sudotarxvpfjbackup.tar.bz2-C/
分类:系统相关   时间:2014-10-28 02:14:04    阅读次数:243
Restore Oracle database to another server
1. Copy or remotely mount the backupset folder from the source server to the target server2. On the target server, export ORACLE_SID as same as the so...
分类:数据库   时间:2014-10-28 00:34:09    阅读次数:309
JavaScript中的计时器原理及使用情况
理解JohnResig 在How JavaScript Timers Work。timer(setInterval,setTimeout)有一个很重要的概念,时间延迟的长短是不稳定的。因为所有的javascript都是在单一线程中执行,那些异步的事件(比如说鼠标点击,或者timer)只在执行期出现空...
分类:编程语言   时间:2014-10-27 19:24:38    阅读次数:260
android 原生的DownloadManager
代码:public class MainActivity extends Activity { private DownloadManager downloadManager; public static final String DOWNLOAD_FOLDER_NAME = "Trin...
分类:移动开发   时间:2014-10-27 16:59:08    阅读次数:443
设计模式之工厂模式
?? interface Work{ public void doWork(); } class StudentWork implements Work{ @Override public void doWork() { System.out.println("student 写作业"); } } class TeacherWork implements Work{ @...
分类:其他好文   时间:2014-10-27 15:41:24    阅读次数:140
php实现设计模式之 工厂方法模式
createobj();$m->work();?>
分类:Web程序   时间:2014-10-27 15:37:34    阅读次数:211
Bootstrap——Jumbotron编写
Navbar example This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive....
分类:其他好文   时间:2014-10-27 12:21:57    阅读次数:192
apache mod_wsgi 部署django项目后连接不上mysql
问题描述 做好的django项目,使用python manage.py runserver 可以正常work. 然而当将项目使用mod_wsgi部署到apache上之后却不能连接mysql.一直报错:“Internal Server Error”,查看日志信息,除了“Can‘t con...
分类:数据库   时间:2014-10-26 17:08:59    阅读次数:210
linux下apache 的安装
1、进入work目录下:cd /usr/local/work(如没有则自己新建,命令:mkdir /usr/local/work) 2、在woke目录下从网站下载apache并解压:wget http://dev.xiaonei.com/apache-mirror/httpd/httpd-2.0.6...
分类:Web程序   时间:2014-10-26 12:57:19    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!