上一页 1 2 3 4 5 6 7 8 ··· 29 下一页
摘要: 查询发现 由于“X-Frame-Options“指令设为“DENY“, 问题 关闭setting.py 里面MIDDLEWARE 注释 # 'django.middleware.clickjacking.XFrameOptionsMiddleware', 阅读全文
posted @ 2021-12-01 14:28 尘梦 阅读(858) 评论(0) 推荐(0)
摘要: 微信网站应用扫码登陆 1、js二维码code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name 阅读全文
posted @ 2021-10-15 14:08 尘梦 阅读(525) 评论(0) 推荐(0)
摘要: 静态页面打包ios ipad app 一、使用Cordova创建ios平台的架构 具体网址:http://cordova.axuer.com/docs/zh-cn/latest/guide/cli/index.html 命令如下: cordova create hello com.example.h 阅读全文
posted @ 2021-05-28 17:31 尘梦 阅读(84) 评论(0) 推荐(0)
摘要: 安装php扩展redis 报错 pecl install redis 报错了 phpsize 少了一些东西 重新安装一下(大部分的软件依赖出错了 都是这个) xcode-select --install 阅读全文
posted @ 2020-12-29 14:22 尘梦 阅读(192) 评论(0) 推荐(0)
摘要: from PIL import ImageFont from PIL import Image from PIL import ImageDraw list=['orange','red','blue','green','purle'] for t in list: toImage = Image. 阅读全文
posted @ 2020-12-25 09:58 尘梦 阅读(356) 评论(0) 推荐(0)
摘要: import json import requests import os url=''; func_list='/getCurriculum?page=1&limit=30&userId&majorname_id=' func_details='/getCurriculumDetail?id=10 阅读全文
posted @ 2020-12-23 15:53 尘梦 阅读(427) 评论(0) 推荐(0)
摘要: //随机10个数 $list=[]; for($i=0;$i<=10;$i++) { if (count($list)>0) { $end=end($list); $list[]=$end+$i; } else { $list[]=$i; } } $sum=[]; //列的 索引和增加 foreac 阅读全文
posted @ 2020-11-19 16:31 尘梦 阅读(87) 评论(0) 推荐(0)
摘要: 当前滑动组件 使用了 https://gitee.com/LongbowEnterprise/SliderCaptcha 作者的 在原基础上面 改动为 触发式 <div class="slidercaptcha card"> <div class="card-body" style="margin- 阅读全文
posted @ 2020-08-25 10:14 尘梦 阅读(693) 评论(0) 推荐(0)
摘要: 1、添加了卸载判断用语 2、添加了安装程序进程是否存在使用了wmi服务 ; 脚本由 Inno Setup 脚本向导 生成! ; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档! #define MyAppName "陕十三1.0" #define MyAppVersion "1.0 阅读全文
posted @ 2020-07-30 13:22 尘梦 阅读(793) 评论(0) 推荐(0)
摘要: 1、win10自己注册表关联的卸载图标 会隐藏 卸载图标。现在的项目法是 不写注册表 直接 在目标文件里面创建快捷方式 移动到菜单里面 ; 脚本由 Inno Setup 脚本向导 生成! ; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档! #define MyAppName "" 阅读全文
posted @ 2020-07-30 11:23 尘梦 阅读(1726) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 29 下一页