1.查看python库的版本号>>> import pkg_resources>>> pkg_resources.get_distribution('protobuf').version'2.4.1'http://blog.csdn.net/cry217/article/details/72990....
分类:
系统相关 时间:
2014-10-12 18:43:18
阅读次数:
214
1.?编译Nginx添加http_stub_status_module 编译Nginx的时候添加参数:--with-http_stub_status_module cd nginx-{version}/
./configure --prefix=/opt/nginx --with-http_stub_status_module
--with-http_ss...
分类:
其他好文 时间:
2014-10-12 16:55:38
阅读次数:
287
在终端输入bash -version,我的是3.2.51,现在从http://git.savannah.gnu.org/cgit/bash.git/snapshot /bash-master.tar.gz下载4.3.24,然后解压,再从ftp://ftp.cwru.edu/pub/bash/bash-4.3- patch...
分类:
系统相关 时间:
2014-10-12 03:33:27
阅读次数:
200
下面来点今天写东西的时候查资料,收集的关于使用html进行浏览器判断的一些资料:条件注释的基本格式:注释内容 或者注释内容基本上所有的条件注释就根据上面的内容而来expression的常用值:IE ie浏览器IE version 版本为version的ie浏览器l...
分类:
Web程序 时间:
2014-10-11 22:09:36
阅读次数:
222
1. 下载安装最新版nodejs: node-v0.10.32-x64.msi。注:安装时需要将node.exe添加到Path路径下,测试如下:
D:\Users\wade.zhan>node --version
v0.10.32
2. 下载安装git:git,测试如下:
D:\Users\wade.zhan>git --version
git version 1.9.2.msysgi...
开发说明1、浏览器插件实现manifest.json文件内容。每个chrome的插件都需要该文件,该文件记录插件的关键信息{ "name" : "callapp", "version" : "1.0.1", "description" : "call local applicati...
分类:
其他好文 时间:
2014-10-11 18:54:06
阅读次数:
420
[root@rac02 config]# lsnrctl statusLSNRCTL for Linux: Version 11.2.0.1.0 - Production on 11-OCT-2014 15:08:29Copyright (c) 1991, 2009, Oracle. All rig...
分类:
数据库 时间:
2014-10-11 18:46:55
阅读次数:
189
安装完centos7minimal后,无力吐槽,变化之大,发现以前常用的一些命令都没有。一、常用命令安装查看anaconda-ks.cfg,原来是没装basegroup的包[root@centos7~]#catanaconda-ks.cfg
#version=RHEL7
#Systemauthorizationinformation
auth--enableshadow--passalgo=sha512
#UseC..
分类:
其他好文 时间:
2014-10-11 18:26:46
阅读次数:
225
TNS-12555 / TNS-12560 / TNS-00525 Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
Problem:
LSNRCTL for Linux: Version 10.2.0.1.0 – Production on 21-SEP-2011 12:...
分类:
其他好文 时间:
2014-10-11 16:31:25
阅读次数:
629
第一步:引入依赖的jar包<!--jersey--><dependency><groupId>com.sun.jersey</groupId><artifactId>jersey-client</artifactId><version>${jersey.version}</version></dependency><dependency><groupId>co..
分类:
编程语言 时间:
2014-10-11 16:05:46
阅读次数:
183