上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 34 下一页
  2022年12月29日
摘要: <?php //手机号查询归属地 function mobileAscription($mobile){ $url = "https://chong.qq.com/tws/mobileqqprequery/GetMobileProductInfo?loginstate=1&vb2ctag=4_203 阅读全文
posted @ 2022-12-29 11:41 kevin_yang123 阅读(335) 评论(0) 推荐(0) 编辑
  2022年12月28日
摘要: 脚本内容: #!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export PATH step=5 for (( i = 0; i < 60; i=(i+step) )); do c 阅读全文
posted @ 2022-12-28 15:20 kevin_yang123 阅读(401) 评论(0) 推荐(0) 编辑
  2022年12月27日
摘要: 连续查询,不能有赋值 $lists =clone $this->query; echo $lists->createCommand()->getRawSql();die; 阅读全文
posted @ 2022-12-27 09:58 kevin_yang123 阅读(9) 评论(0) 推荐(0) 编辑
  2022年12月26日
摘要: /** * file_get_contents方法 请求 * @param string $url 接口url * @param string $post_data 接口参数 * @return string */ if (!function_exists('send_post')) { funct 阅读全文
posted @ 2022-12-26 11:57 kevin_yang123 阅读(24) 评论(0) 推荐(0) 编辑
  2022年12月17日
摘要: /bin/systemctl restart crond.service 服务操作说明: /sbin/service crond start //启动服务 /sbin/service crond stop //关闭服务 /sbin/service crond restart //重启服务 阅读全文
posted @ 2022-12-17 11:00 kevin_yang123 阅读(392) 评论(0) 推荐(0) 编辑
  2022年12月9日
摘要: 1.uniapp打包小程序包,上传之后显示包大小,超过微信要求的20M大小 除掉是因为分包的原因造成的,最主要的是因为,上传的文件是执行包,而不是编译发行的微信包 2.用禾匠开发的项目h5和公众号,文件都是替换掉addons/zjhj_bd/h5中h5目录 阅读全文
posted @ 2022-12-09 10:47 kevin_yang123 阅读(76) 评论(0) 推荐(0) 编辑
  2022年12月3日
摘要: npm install -g cnpm --registry=https://registry.npm.taobao.org 安装包 配置 // npm配置淘宝镜像 npm config set registry https://registry.npm.taobao.org // 查看npm镜像是 阅读全文
posted @ 2022-12-03 11:29 kevin_yang123 阅读(151) 评论(0) 推荐(0) 编辑
  2022年11月29日
摘要: python -m pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple/ -i 国内镜像 阅读全文
posted @ 2022-11-29 23:28 kevin_yang123 阅读(25) 评论(0) 推荐(0) 编辑
摘要: dic1 = {'date':'2018.11.2','name':'carlber','work':"遍历",'number':3} for i in dic1: #遍历字典中的键 print(i) for key in dic1.keys(): print(key) for value in d 阅读全文
posted @ 2022-11-29 23:20 kevin_yang123 阅读(177) 评论(0) 推荐(0) 编辑
摘要: #寻找指定第三方库 pip search ujson 提示:如果要更新pip自身,对于macOS系统来说,可以使用命令pip install -U pip。在Windows系统上,可以将命令替换为python -m pip install -U --user pip。 如果安装requests模块 阅读全文
posted @ 2022-11-29 22:43 kevin_yang123 阅读(13) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 34 下一页