HTML页面或者ASP网页Response.Expires =
-1Response.ExpiresAbsolute = Now() - 1Response.cachecontrol =
"no-cache"PHP网页header("Expires: Mon, 26 Jul 1997 05:00:0...
分类:
编程语言 时间:
2014-05-23 07:06:21
阅读次数:
345
系统环境:Ubuntu 10.10(linux-kernel
2.6.35-22)安装版本:apache-tomcat-7.0.29.tar.gz(官方网址:Apache Tomcat)安装步骤:1、下载
Tomcat下载apache-tomcat-7.0.29.tar.gz(官方网址)2、解压 T...
分类:
其他好文 时间:
2014-05-23 06:00:47
阅读次数:
326
1. 进程调度the process scheduler is the component of a
kernel that selects which process to run next.进程调度器需要使 处理器使用率最大化,并且提供
使多个进程并发执行的虚拟Deciding which pr...
分类:
系统相关 时间:
2014-05-22 16:07:11
阅读次数:
505
一.需求做一个类似QQ登录似的app,将数据写到ROM文件里,并对数据进行回显.二.截图登录界面:文件浏览器,查看文件的保存路径:/data/data/com.amos.datasave/files/LoginTest.txt------/data/data/(包名)/files/(文件名)导出的文...
分类:
移动开发 时间:
2014-05-22 14:28:57
阅读次数:
775
1.下载 如果下载的.zip文件,只需要解压即可。
如果安装的.msi文件,它会将C#驱动DLL放在C:\Program Files (x86)\MongoDB\CSharp Driver xxx的位置。
2.将C#驱动DLL添加引用 MongoDB.Bson.dll MongoDB.Driver....
分类:
其他好文 时间:
2014-05-21 19:38:39
阅读次数:
379
首先,贴出我给出的解决方案:http://files.cnblogs.com/xuejianhui/utils.rar再则,贴出网上最常见的例子:#include
std::string ws2s(const std::wstring& ws){ std::string curLocale =...
分类:
编程语言 时间:
2014-05-21 18:46:28
阅读次数:
400
1、下载python3.3安装包#wget wget --no-cookie
--no-check-certificate --header "Cookie:gpw_e24=http%3A%2F%2Fwww.oracle.com%2F"
http://www.python.org/ftp/pytho...
分类:
编程语言 时间:
2014-05-21 17:23:59
阅读次数:
391
uboot 源码包:u-boot1.1.6.tar
编译器:arm-linux-gcc-4.3.2
源码路径下配置 # make forlinx_nand_ram128_config
编译 # make
得到uboot.bin之后考到sd卡中,通过sd卡中的mmc.bin将uboot、kernel、filesystem烧到nandflash
启动出现一直重启的错误:
CPU: ...
分类:
其他好文 时间:
2014-05-21 15:40:24
阅读次数:
391
想做一些简单的文件操作,用java太重量级,python是一个不错的选择。有一个需求是将一个文件夹中所有的文件的内容提取出来分别填入excel的一个单元格中,用os就可以对文件进行遍历,读文件信息import
os# Get the all files & directories in the sp...
分类:
编程语言 时间:
2014-05-21 14:23:27
阅读次数:
405
phpStorm 软件打开运行提示 failed to create JVM的解决办法。
修改文件 D:\Program Files (x86)\JetBrains\PhpStorm 7.1.3\bin\PhpStorm.exe.vmoptions
把内存值改成标准值,文件全部内容如下:
-server
-Xms128m
-Xmx512m
-XX:MaxPermSize=250m
-XX...
分类:
Web程序 时间:
2014-05-21 13:44:53
阅读次数:
556