上一页 1 2 3 4 5 6 7 8 ··· 28 下一页
摘要: 安装php扩展redis 报错 pecl install redis 报错了 phpsize 少了一些东西 重新安装一下(大部分的软件依赖出错了 都是这个) xcode-select --install 阅读全文
posted @ 2020-12-29 14:22 尘梦 阅读(184) 评论(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 尘梦 阅读(347) 评论(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 尘梦 阅读(412) 评论(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 尘梦 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 当前滑动组件 使用了 https://gitee.com/LongbowEnterprise/SliderCaptcha 作者的 在原基础上面 改动为 触发式 <div class="slidercaptcha card"> <div class="card-body" style="margin- 阅读全文
posted @ 2020-08-25 10:14 尘梦 阅读(655) 评论(0) 推荐(0) 编辑
摘要: 1、添加了卸载判断用语 2、添加了安装程序进程是否存在使用了wmi服务 ; 脚本由 Inno Setup 脚本向导 生成! ; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档! #define MyAppName "陕十三1.0" #define MyAppVersion "1.0 阅读全文
posted @ 2020-07-30 13:22 尘梦 阅读(718) 评论(0) 推荐(0) 编辑
摘要: 1、win10自己注册表关联的卸载图标 会隐藏 卸载图标。现在的项目法是 不写注册表 直接 在目标文件里面创建快捷方式 移动到菜单里面 ; 脚本由 Inno Setup 脚本向导 生成! ; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档! #define MyAppName "" 阅读全文
posted @ 2020-07-30 11:23 尘梦 阅读(1586) 评论(0) 推荐(0) 编辑
摘要: 1、如果出现报错 已经安装了最高版本 下载请看:https://www.jianshu.com/p/3b580c405c7c 请看下面方法处理错误 1、在mac的访达中 找到 “脚本编辑器” 输入如下(原文:https://forums.macrumors.com/threads/java-6-ru 阅读全文
posted @ 2020-05-29 15:12 尘梦 阅读(945) 评论(0) 推荐(0) 编辑
摘要: 详细看代码把 txt文件 一 01 哲学 02 经济学 03 法学 04 教育学 05 文学 06 历史学 07 理学 08 工学 09 农学 10 医学 11 军事学 12 管理学 13 艺术学 二 0101 哲学 0201 理论经济学 0202 应用经济学 0301 法学 0302 政治学 03 阅读全文
posted @ 2019-11-26 16:49 尘梦 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 遇见问题: delphi的解密需要在c#里面实现 方法一:delphi编写delphi dll组件,c#里面调用 方法二:c#重写delphi的代码进行解析 方法一: delphi部分代码: library Project2; { Important note about DLL memory ma 阅读全文
posted @ 2019-11-25 14:27 尘梦 阅读(285) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 28 下一页