码迷,mamicode.com
首页 >  
搜索关键字:work folder    ( 10709个结果
Zentao安装步骤
Zentao安装步骤1、下载文件ZenTaoPMS.2.3.stable.zip拷贝到目录:/home/work/opencom/apache/htdocs/2、unzipZenTaoPMS.2.3.stable.zip3、linux下的安装:下好源代码后,切换到压缩包的文件路径下,使用unzipZenTaoPMS.1.2.stable解压,将zentaopms包移动到apache的目录下,由于之前..
分类:其他好文   时间:2015-04-28 00:01:26    阅读次数:759
gdb--多线程
改配置, 设为只有一个work线程.1. 查看所有线程的bt状态(每个线程运行到何处了)thread apply all bt2. 根据1中的信息, 找到work线程, attach上去thread 3. 设置断点b 4. 运行到断点c然后是客户端发送请求5. 下一步n
分类:数据库   时间:2015-04-27 23:31:30    阅读次数:169
线程间的同步----利用信号量来实现
#include #include #include #include #include #include sem_t bin_sem; void *thread_funtion(void *arg); char work_area[1024]; int main() { pthread_t a_thread; int res; void *thread_result; r...
分类:编程语言   时间:2015-04-27 21:49:39    阅读次数:150
peer review
peer review学习笔记一、什么是peer reviewA work product (normally some form of document) is examined by its author and one or more colleagues, in order to evalu...
分类:其他好文   时间:2015-04-27 21:21:36    阅读次数:153
Behavior Recognition via Sparse Spatio-Temporal Features 基于稀疏时空特征点的运动识别
Duanxx的论文阅读:Behavior Recognition via Sparse Spatio-Temporal Features 基于稀疏时空特征点的运动识别——Duanxx——2015-04-241、InreoductionIn this work we develop a general...
分类:其他好文   时间:2015-04-27 19:38:52    阅读次数:164
ZOJ 3876 May Day Holiday
May Day Holiday Time Limit: 2 Seconds      Memory Limit: 65536 KB  As a university advocating self-learning and work-rest balance, Marjar University has so many days of rest, including hol...
分类:其他好文   时间:2015-04-27 10:06:08    阅读次数:129
嵌入式学习笔记007-裸奔篇之定时器
s3c2440的定时器比较简单,这里主要借鉴韦东山老是的code加以改造一下,一个是对head.S的flow改善,另一个是设置FCLK=400MHZ,比例为1:4:8,试过将SDRAM的HCLK=200MHZ,发现不work,查看我的SDRAM是HY57V561620FLT-H clock = 133MHZ,故设置为100MHZ。 基本上看code及注释应该了解了,就不过多解释了,共有7个文件,如下...
分类:其他好文   时间:2015-04-26 22:52:10    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!