博客搬家了,欢迎大家关注,https://bobjin.com Sql代码 hive> desc t; OK id string str string Time taken: 0.249 seconds hive> select * from t; OK 1 A 1 B 2 C 2 D Time t Read More
1、使用ext_skel工具生成扩展框架 ./ext_skel --extname=myext 2、编辑config.m4文件 cd myext/vim config.m4 去掉以下内容的注释: PHP_ARG_ENABLE(changchunbo_test, whether to enable c Read More
博客搬家了,欢迎大家关注,https://bobjin.com1、原生ajax请求方式: 1 var xhr = new XMLHttpRequest(); 2 xhr.open("POST", "http://xxxx.com/demo/b/index.php", true); 3 xhr.wit Read More
博客搬家了,欢迎大家关注,https://bobjin.com 由于版本的兼容性问题,现在在windows下搭建pylot+matplotlib压力测试环境真的会令人吃尽苦头。这是因为,pylot从2009年后就不再更新了,而跟pylot搭配的软件python、numpy和matplotlib还在不 Read More
What is PHP-FPM? PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any Read More