File system relies on an internal set of tables to keep track of inodes used and available blocks. When these internal tables are not properly synchro ...
分类:
其他好文 时间:
2018-05-11 23:21:03
阅读次数:
193
问题描述: 从浏览器地址栏复制出来的url 放到eclipse 的svn插件里,新建资源库位置 总是报错 Bogus URL svn: ********************** is not properly URI-encoded 解决:是因为浏览器复制出来的url 多了 “ /!/# ” 用 ...
分类:
Web程序 时间:
2018-05-02 16:03:48
阅读次数:
352
From:How to properly ignore Exceptions? or 区别: 代码1将捕获KeyboardInterrupt、SystemExit等由exceptions.BaseException直接派生出的类似异常。 代码2将捕获由exceptions.Exception直接派生 ...
分类:
编程语言 时间:
2018-04-26 17:05:26
阅读次数:
669
前言:在集群环境下使用Motan需要依赖外部服务发现组件,目前支持consul或zookeeper,但是工作中最常用的是zookeeper,所以这里以zookeeper作为注册中心 ! 一、zookeeper的安装和启动 说明:这里以单机集群的方式来作为注册中心 ①.首先下载zk的tar.gz包,放 ...
分类:
其他好文 时间:
2018-04-14 00:39:02
阅读次数:
254
阅读指南:(1)该是字符集编码的问题; 加入源代码错误出现以下问题如下错误 String literal is not properly closed by adouble-quote 解决:工程 >右键 >Resource >Text file coding >把原来的GBK改为UTF-8 >错误 ...
分类:
其他好文 时间:
2018-04-08 14:38:43
阅读次数:
159
#include <iostream> #include <SDL.h> #include <windows.h> /* * Lesson 0: Test to make sure SDL is setup properly */ //#define LESSON_5 //#define LESSO ...
分类:
其他好文 时间:
2018-04-06 19:34:21
阅读次数:
146
一 、 前言 Django 提供了admin 组件 为项目提供基本的管理后台功能(对数据表的增删改查)。 本篇文章通过 admin源码 简单分析admin 内部原理 ,扩展使用方式,为以后进行定制和自己开发组件做铺垫。 二、 简单使用 1.在app 目录下的admin.py 中通过注册表 2. 创建 ...
分类:
其他好文 时间:
2018-03-18 01:25:02
阅读次数:
826
import java.io.UnsupportedEncodingException; import java.security.InvalidKeyException;import java.security.NoSuchAlgorithmException;import java.securi ...
分类:
编程语言 时间:
2018-03-12 20:57:16
阅读次数:
190
GitHub 风格的 Markdown 语法 [译] GitHub 风格的 Markdown 语法 Original: GitHub Flavored Markdown - GitHub Help Translated by: cssmagic 声明:原文版权属于 GitHub。中文翻译部分并非官方 ...
分类:
其他好文 时间:
2018-03-10 17:50:55
阅读次数:
265
题目描述:牛喝水 The cows have a line of 20 water bowls from which they drink. The bowls can be either right-side-up (properly oriented to serve refreshing co ...
分类:
其他好文 时间:
2018-03-10 11:55:42
阅读次数:
186