上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 65 下一页
摘要: CentOS 安装zip解压工具 yum -y install zip CentOS 解压zip文件 unzip 文件.zip CentOS 压缩文件为Zip文件 zip -r 文件.zip 待压缩的文件夹 阅读全文
posted @ 2020-05-19 09:32 GetcharZp 阅读(434) 评论(0) 推荐(0)
摘要: 在CMD或者终端中,输入命令 conda deactivate 阅读全文
posted @ 2020-05-19 09:28 GetcharZp 阅读(626) 评论(0) 推荐(0)
摘要: 链接:do=post 控制器:【应用根目录】/module.php 模板:根据 module.php 文件而定,一般而言是定义在 form.html 中 参考文档:https://www.kancloud.cn/king1992/we7devman/601916 阅读全文
posted @ 2020-05-19 09:25 GetcharZp 阅读(566) 评论(0) 推荐(0)
摘要: 对应的页面:template/setting.html 核心代码: <form action="" method="post" class="form-horizontal form" enctype="multipart/form-data" id="form1"> <input type="te 阅读全文
posted @ 2020-05-19 09:24 GetcharZp 阅读(759) 评论(0) 推荐(0)
摘要: 点击【平台】->【参数配置】,在弹出页面中点击【借用权限】进行公众的配置 阅读全文
posted @ 2020-05-19 09:23 GetcharZp 阅读(1130) 评论(1) 推荐(0)
摘要: 第一步、在用户管理这里添加用户 第二步、点击下一步,为该用户分配使用时间 第三步、点击【平台入口】->【管理设置】->【使用管理】来【添加使用者】 第四步、点击权限设置为该账户分配操作的应用权限 阅读全文
posted @ 2020-05-19 09:22 GetcharZp 阅读(1180) 评论(0) 推荐(0)
摘要: 【打印】->【份数与页数】点击选择【布局】,将下面的【双面打印】关闭就可以了。 阅读全文
posted @ 2020-05-19 09:17 GetcharZp 阅读(1871) 评论(0) 推荐(0)
摘要: 问题描述: 在使用商户号的支付接口的时候提示 发放失败,错误码为-2 原因为:帐号余额不足,请到商户平台充值后再重试,然而商户号里面分明有钱。 问题原因: 开通了【运营账户】,进行发红包等操作时,默认使用【运营账户】中的钱。 解决办法: 将【基本账户】中的余额适量转入到【运营账户】中。 阅读全文
posted @ 2020-05-19 09:13 GetcharZp 阅读(1222) 评论(0) 推荐(0)
摘要: Express Express 安装及hello world 安装: Hello World: 通过 express generator创建express项目 安装 express generator到项目目录的 node_modules 中: 创建 express 项目 安装依赖 cd 到项目中, 阅读全文
posted @ 2020-04-25 16:21 GetcharZp 阅读(188) 评论(0) 推荐(0)
摘要: 创建虚拟环境: mkvirtualenv 环境名 删除虚拟环境: rmvirtualenv 环境名 查看环境列表: lsvirtualenv 退出当前虚拟环境: deactivate 进入虚拟环境: workon 环境名 根据指定python解释器安装虚拟环境(不过他是在终端所对应的那个文件夹下)v 阅读全文
posted @ 2020-04-11 21:20 GetcharZp 阅读(225) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 65 下一页