码迷,mamicode.com
首页 >  
搜索关键字:cache file failed crc check    ( 74831个结果
Linux Commands 彻底研究(01):ls
NAMEls - list directory contents 列出文件夹内容SYNOPSIS ls [OPTION]... [FILE]...DESCRIPTION List information about the FILEs (the current dir...
分类:系统相关   时间:2014-05-09 10:27:55    阅读次数:617
Java 裁剪图片
package com.test;import java.awt.image.BufferedImage;import java.io.File;import javax.imageio.ImageIO;public class Test { private static final ...
分类:编程语言   时间:2014-05-09 10:21:12    阅读次数:473
mongoDB 启动服务
mongod --dbpath "d:\Program Files\MongoDB 2.6 Standard\data\db" --logpath "d:\Program Files\MongoDB 2.6 Standard\logs\MongoDB.log" --install --service...
分类:数据库   时间:2014-05-09 10:19:13    阅读次数:301
VIM命令集
CommandActionNotesvim file +54open file and go to line 54any : command can be run using + on command linevim -O file1 file2open file1 and file2 side b...
分类:其他好文   时间:2014-05-09 10:15:18    阅读次数:420
java web 程序---登陆验证4个页面
思路: 1.第一个是登陆页面login.jsp一个form表单。点击登陆按钮 2.第二个是验证页面check.jsp.如果username和password都正确。则跳转到另一个页面a.jsp显示登陆成功。否则,登陆有误,提醒用户,重新登陆。 3.当用户没有输入用户名和密码就直接进入登陆...
分类:编程语言   时间:2014-05-09 10:10:30    阅读次数:356
IDEA无法启动:Failed to create JVM:error code -4
http://blog.csdn.net/twlkyao/article/details/24534505
分类:其他好文   时间:2014-05-09 10:07:36    阅读次数:1929
有关Cache –(1) linux list之中的Prefetc
转载:http://www.kernelchina.org/node/1050linux的list实现之中有如下东东:#define list_for_each(pos, head) \ for (pos = (head)->next; prefetch(pos->next), pos != (h....
分类:系统相关   时间:2014-05-09 10:04:38    阅读次数:323
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-05-09 09:28:18    阅读次数:253
vsftp 无法启动,500 OOPS: bad bool value in config file for: anonymous_enable
朋友的FTP启动不了,叫我帮他看,启动时出现以下错误信息:500 OOPS: bad bool value in config file for: anonymous_enable看似配置文件错误,看了一下配置相应的行:anonymous_enable=NO语句没什么错误,不过把这行注释后又到下一行...
分类:其他好文   时间:2014-05-09 08:51:30    阅读次数:287
Win8上Service程序及外部App调用此Service
一.Service 借助MSDN上Win7 Service的Demo和《用VC++建立Service服务应用程序》,在Win8上经历各种磨难,终于跑起来自己改装的服务程序了。 原来API基本没变,我所困惑的是Win7上直接运行都没有问题,在Win8上不可以。 报错: OpenSCManager failed w/err 0x00000005 原来是Win8上权限的问题,也许我自己的Win...
分类:移动开发   时间:2014-05-09 01:26:59    阅读次数:465
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!