码迷,mamicode.com
首页 >  
搜索关键字:os    ( 139979个结果
response.setHeader
1. HTTP消息头(1)通用信息头即能用于请求消息中,也能用于响应信息中,但与被传输的实体内容没有关系的信息头,如Data,Pragma主要: Cache-Control , Connection , Data , Pragma , Trailer , Transfer-Encoding , Up...
分类:其他好文   时间:2014-07-24 21:45:02    阅读次数:291
poj 3274 -- Gold Balanced Lineup
Gold Balanced LineupTime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 12110Accepted: 3553DescriptionFarmer John's N cows (1 ≤ N ≤ 100,000) shar...
分类:其他好文   时间:2014-07-24 21:44:42    阅读次数:338
d4_2 指针运算
#includevoid main(){ int a[5]={1,2,3,4,5},i; int *p; p=&a[0]; printf("指针加:\n"); for(i=0;i<5;i++) //addtion { printf("a[%d]...
分类:其他好文   时间:2014-07-24 21:44:32    阅读次数:228
【转】Android 系统菜单与自定义菜单
Android 系统菜单与自定义菜单实现方法如下:系统菜单显示DefaultMenu.java[java]view plaincopypackagecom.wxz.menu;importcom.wxz.menu.R;importandroid.app.Activity;importandroid.c...
分类:移动开发   时间:2014-07-24 21:44:02    阅读次数:403
poj-3067 Japan(树状数组)
DescriptionJapan plans to welcome the ACM ICPC World Finals and a lot of roads must be built for the venue. Japan is tall island with N cities on the ...
分类:其他好文   时间:2014-07-24 21:43:52    阅读次数:270
poj2337欧拉回路
对字符串从小到大排序,邻接表正向插入。#include #include #include #include #include #include #include #include #include #include #include using namespace std;const int ma...
分类:其他好文   时间:2014-07-24 21:43:42    阅读次数:261
转:设置Loadrunner负载机临时文件目录
最近在跑稳定性测试3 X 24小时的时候,发现负载机产生的日志还运行记录等等竟然有100多G! C盘空间不足,但是D盘还有700多G空间呢,怎么让临时文件转移到D盘? 此处分两种情况: 一. 修改本机的临时文件 1. 观察压力机产生的临时文件都是在 %USERPROFILE%\Local Se...
分类:其他好文   时间:2014-07-24 21:43:22    阅读次数:219
[leetcode]Valid Parentheses
Valid ParenthesesGiven a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.The brackets must clos...
分类:其他好文   时间:2014-07-24 21:42:52    阅读次数:187
poj2774
Long Long MessageTime Limit:4000MSMemory Limit:131072KTotal Submissions:20412Accepted:8427Case Time Limit:1000MSDescriptionThe little cat is majoring ...
分类:其他好文   时间:2014-07-24 21:42:22    阅读次数:256
Linux2.6内核实现的是NPTL
NPTL是一个1×1的线程模型,即一个线程对于一个操作系统的调度进程,优点是非常简单。而其他一些操作系统比如Solaris则是MxN的,M对应创建的线程数,N对应操作系统可以运行的实体。(Ntgid;957 }1100 asmlinkage long sys_gettid(void)1101 {11...
分类:系统相关   时间:2014-07-24 21:42:02    阅读次数:366
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!