2022年8月16日

摘要: //弹层操作 $(function(){ //视频播放 $("a[href^='#video']").each(function(index, element) { $(this).click(function(){ $(".popDiv,#videoBox1").show(); }); }); / 阅读全文

posted @ 2022-08-16 17:49 Hhcxgd 阅读(392) 评论(0) 推荐(0) 编辑

2021年11月18日

摘要: 设置PHP展示所有错误信息:E_ALL PHP短标签 php-ini,然后搜索 short_open_tag,找到以下代码大约在202行 short_open_tag = off ,把off改成on就行short_open_tag = on ,这样就是正确的啦! 阅读全文

posted @ 2021-11-18 09:24 Hhcxgd 阅读(187) 评论(0) 推荐(0) 编辑

2021年10月28日

摘要: 1,下载并安装jdk1.81.1进入官网的下载地址jdk1.8下载地址 选择你想要的系统及版本下载,可能会需要你登陆,注册账号即可。 2 配置环境变量2.1设置系统变量JAVA_HOME系统变量 变量名称 :JAVA_HOME变量值 :C:\Program Files\Java\jdk1.8.0_1 阅读全文

posted @ 2021-10-28 15:40 Hhcxgd 阅读(182) 评论(0) 推荐(0) 编辑

2021年9月14日

摘要: html deml <textarea id="textarea" style="width: 386px; height: 260px"> </textarea> <input type="text" id="text" /> <input type="button" value="insert" 阅读全文

posted @ 2021-09-14 15:56 Hhcxgd 阅读(262) 评论(0) 推荐(0) 编辑

2021年5月25日

摘要: https://blog.csdn.net/u011915540/article/details/102673883 https://zhuanlan.zhihu.com/p/344770083 https://www.elastic.co/guide/en/elasticsearch/refere 阅读全文

posted @ 2021-05-25 10:13 Hhcxgd 阅读(1146) 评论(0) 推荐(0) 编辑

2021年5月20日

摘要: 1.安装go包 2设置环境变量 path,GOROOT,GOPATH 3 GOLAND 3.1配置GOROOT 3.2配置GOPATH 3.3 GO Modules GOPROXY=https://goproxy.io,direct 3.4 proxyconnect tcp: dial tcp 12 阅读全文

posted @ 2021-05-20 11:30 Hhcxgd 阅读(1395) 评论(0) 推荐(1) 编辑

2020年11月24日

摘要: 1查看所有topic # bin/kafka-topics.sh --list --zookeeper localhost:2181 2查看消费者组 # ./bin/kafka-consumer-groups.sh --bootstrap-server localhost:9092 --list 3 阅读全文

posted @ 2020-11-24 21:59 Hhcxgd 阅读(255) 评论(0) 推荐(0) 编辑

2020年10月19日

摘要: 一、下载kafka扩展包 链接:https://pecl.php.net/package/rdkafka 根据pnpinfo里面的上述红圈信息选择合适的kafka版本 复制 librdkafka.dll 到D:\phpstudy_pro\Extensions\php\php7.3.4nts目录下 复 阅读全文

posted @ 2020-10-19 16:16 Hhcxgd 阅读(387) 评论(0) 推荐(0) 编辑

2020年9月26日

摘要: commit_submit:function () { var order_data = {}; var select_user_card_ids=[]; $('.order-personal-sure li').find('.checkbox-btn.default-btn-selected'). 阅读全文

posted @ 2020-09-26 13:59 Hhcxgd 阅读(114) 评论(0) 推荐(0) 编辑

摘要: ctrl shift +N 收文件|目录 ctrl shift +F 搜内容 ctrl alt +L 格式化代码 `Ctrl`+`Shift`+`-`,这样就能折叠所有代码了。 `Ctrl`+`Shift`+`+`,这样就能恢复打开所有代码了。 Ctrl+Shift+向上箭头Ctrl+Shift+向 阅读全文

posted @ 2020-09-26 13:12 Hhcxgd 阅读(98) 评论(0) 推荐(0) 编辑