All posts by Nix.Huang

nginx 的location指令

12月 14, 2017 |

# ‘=’ 等号修饰符表示只匹配’/’ location = / {} #nginx location指令分为 […more]

LDAP Search Filters (查询语法)

12月 12, 2017 |

该规范定义在RFC 2254 中,详细的介绍请阅读该文档 ldap查询语法使用前置表达式,每一项的格式为”(p […more]

ldap向已存在的entry添加新的objectclass

12月 3, 2017 |

#dn,标识哪个entry将要被修改,注意’:’冒号后面的空格非常重要 dn: cn=robert smith […more]

ldapsearch 命令

12月 3, 2017 |

ldapsearch -x -s base -b “cn=subschema” [*|+|ldapSyntax […more]

Linux解决软件运行时找不到对应的库文件

11月 30, 2017 |

1)将库文件的路径添加到LD_LIBRARY_PATH环境变量, 多个路径冒号分隔 2)将库文件的路径添加到L […more]

openldap在centos7下安装

11月 30, 2017 |

下载源码包 http://www.openldap.org/software/download/OpenLDA […more]

GCC 编译、连接初体验

11月 30, 2017 |

# cat liba.c int liba_func(int i) { return i + 1; } # c […more]

make 常用的环境变量

11月 30, 2017 |

LDFLAGS 连接器选项,常用的有”-Wl,-rpath=/usr/local/BerkeleyDB.4.8 […more]

JMeter Regular Expression Extractor(正则表达式提取器)

11月 8, 2017 |

Reference Name: refname提取的所有值, refname_g0(zero) 正则表达式匹配 […more]

Jmeter 使用Debug Sampler和View Result Tree进行调试

11月 8, 2017 |

View Result Tree可以查看各个组件的执行情况,sample result, request数据, […more]