fun_action】的更多相关文章

make an absolute URI from a relative one http://php.net/manual/en/function.header.php <?php /* Redirect to a different page in the current directory that was requested */ $host = $_SERVER['HTTP_HOST']; $uri = rtrim(dirname($_SERVER['PHP_SELF']), '/\\…
awk实在是太强大了, 非常复杂的任务,几行代码就可以解决, awk经常需要用到, 但是在c语言里面, 调用system不太优雅, 能不能直接在c语言中直接调用呢,简单实现了一些功能, 但大多数情况,够用了,参考 https://github.com/yiifburj/my_tools/blob/master/simple_use_of_awk_in_c.c 后面有一个示例, 可以参考, 使用方法主要是 填写 struct awk_st { #define PATTERN_NUM 3 #defi…