---------------check NIC-----------------①mii-tool 命令 ②ethtool 命令 -i 参数,显示网卡的驱动信息, -S 参数,底层工作状态信息③dmesg | grep eth0 命令---------------IP alias---------...
分类:
系统相关 时间:
2015-09-05 11:09:26
阅读次数:
247
Public Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" _ (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvPara....
分类:
其他好文 时间:
2015-09-04 18:35:14
阅读次数:
155
OptionExplicitPublicDeclareFunctionGetWindowLong Lib "user32"Alias"GetWindowLongA"(ByVal hwnd AsLong, ByVal nIndex AsLong) AsLongPublicDeclareFunction...
分类:
其他好文 时间:
2015-09-04 18:23:18
阅读次数:
140
参考 http://www.cnblogs.com/tyjsjl/p/3359255.html 生成CA签名证书keystore keytool -genkey -alias ca_server -keyalg RSA -keystore ca_server.jks -validity 3600 -storepass 123456 您的名字与姓氏是什么?...
分类:
其他好文 时间:
2015-09-03 22:00:54
阅读次数:
364
1、apache多站点配置中ServerAlias什么意思?-:就是给ServerName起别名,通过Alias中的域名也可以访问这个虚拟主机。eg:DocumentRoot /var/www/html/saleServerName beian.proServerAlias www.beian.pr...
分类:
数据库 时间:
2015-09-02 09:24:34
阅读次数:
167
1.根据keystore得到证书: sudo keytool -export -alias alianame -keystore ‘keystore file‘ -file app.cer 2.查看证书信息: keytool -printcert -file app.cer 3.给未签名apk加签 jarsigner -tsa http://time...
分类:
其他好文 时间:
2015-09-01 17:10:43
阅读次数:
206
// seajs 的简单配置seajs.config({ base: "/scripts/", alias: { "jquery": "jquery.js" }})//情况一、如果定义和调用在同一个文件//实例一:define、use//必须声明模板标识define("user", function...
分类:
Web程序 时间:
2015-08-31 21:11:59
阅读次数:
155
编辑~/.bashrc文件加入以下内容,定义别名
# .bashrc
# User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias cls='clear' #DOS下的清屏命令,也可以用Ctrl+L,简单快速
...
分类:
系统相关 时间:
2015-08-31 10:12:52
阅读次数:
153
1.设置英文版的git echo "alias git='LANG=en_GB git'" >> ~/.bashrc 重启 设置中文版 加个# echo "#alias git='LANG=en_GB git'" >> ~/.bashrc2.git init 初始化git3.git config 配...
分类:
其他好文 时间:
2015-08-31 00:52:46
阅读次数:
222
Nginx基础
1. nginx安装
2. nginx
编译参数详解
3. nginx安装配置+清缓存模块安装
4. nginx+PHP
5.5
5. nginx配置虚拟主机
6. nginx
location配置
7. nginx
root&alias文件路径配置
8. ngx_http_core_module模块提供的变量
9. nginx日...
分类:
其他好文 时间:
2015-08-30 21:30:37
阅读次数:
364