码迷,mamicode.com
首页 >  
搜索关键字:administrator    ( 2579个结果
按键精灵PC端脚本
定义变量的时候不需要定义类型 ,由于是易语言,变量名可以是中文 文本路径 = "C:\Users\Administrator\Desktop\1.txt"//改成自己的文本路径 Text = Plugin.File.ReadFileEx(文本路径) MyArray = Split(Text, "|" ...
分类:其他好文   时间:2019-12-22 20:12:03    阅读次数:636
PHP - Filters
Retrieve the administrator password of this application. 对文件包含的介绍 第一个链接需要谷歌 https://medium.com/@Aptive/local-file-inclusion-lfi-web-application-penetr ...
分类:Web程序   时间:2019-12-22 12:43:45    阅读次数:74
nginx.conf 配置
########### 每个指令必须有分号结束。##################user administrator administrators; #配置用户或者组,默认为nobody nobody。#worker_processes 2; #允许生成的进程数,默认为1#pid /nginx/ ...
分类:其他好文   时间:2019-12-22 00:41:27    阅读次数:91
导入maven项目pom.xml首行报错missing artifact。。。
解决方法: 在maven地址(如一般默认的地址C:\Users\Administrator\.m2\repository\)找到对应包名 加后缀名为.lastUpdated文件(如:ojdbc14.lastUpdated),删除,或整个包文件都删除。 进到eclipse右击项目maven updat ...
分类:其他好文   时间:2019-12-22 00:20:50    阅读次数:74
重置Rhapsody超级管理员administrator的密码
Rhapsody的安装信息说明 rhapsody 默认初始安装的用户名为 密码为 配置文件 位于位于 中,同时这个目录下面还有rhapsody数据目录 目录。 重置方案 1、方法一 新建一个文件名为 放置置 Rhapsody的 目录 下的 目录中,rhapsody会隔30秒进行一次检测,如发现这个文 ...
分类:其他好文   时间:2019-12-20 15:29:08    阅读次数:125
Python自动化测试之文件操作
1、读、写、追加文件 读:打开文件 r 读写:r+ 写:w 可写不可读 清空原文件 写读:w+ 清空文件 追加:a+ 可以读写,文件不存在自动创建 练习读txt文件类容: #-*- coding : utf-8 -*-file = open(r'C:\\Users\Administrator\Pyc ...
分类:编程语言   时间:2019-12-20 15:13:49    阅读次数:96
基于opencv简单的图片截取
import xml.etree.ElementTree as ET import os, cv2 from tqdm import tqdm annota_dir = 'C:\\Users\\Administrator\\Desktop\\1_stage_template\\Annotations ...
分类:其他好文   时间:2019-12-20 13:56:28    阅读次数:103
windows下安装oracle11g
第一步:一定要先做这一步。 Oracle11g 安装过程出现提示:未找到文件 D:\app\Administrator\product\11.2.0\dbhome_2\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear 解决方法:将 ...
分类:数据库   时间:2019-12-18 14:26:12    阅读次数:145
设置软件windows开机自行启动
1、Windows10开机自行启动的目录一般为: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup 2、可以通过下面的方式打开: Win+R 打开运行窗口,输入shell:star ...
分类:Windows程序   时间:2019-12-17 18:02:53    阅读次数:146
小程序基础知识梳理
微信开发者工具中新建项目 教程:https://blog.csdn.net/michael_ouyang/article/details/54923784 C:\Users\Administrator\WeChatProjects\miniprogram-1 1.将test 页面加入 app.jso ...
分类:微信   时间:2019-12-16 19:05:13    阅读次数:126
2579条   上一页 1 ... 18 19 20 21 22 ... 258 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!