码迷,mamicode.com
首页 >  
搜索关键字:users    ( 8928个结果
Mac下浏览器跨域配置方法
open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/hooliy/Documents/MyChromeDevUserData open -n /Applicati ...
分类:系统相关   时间:2021-04-21 11:49:55    阅读次数:0
JasperReports with Spring
1. Overview JasperReports is an open source reporting library that enables users to create pixel-perfect reports that can be printed or exported in ma ...
分类:编程语言   时间:2021-04-21 11:48:33    阅读次数:0
记录一次代码的重构优化
同事离职了,接手了他的代码。。 有客户反馈登录密码错误后被锁定不会解锁,或者错误一次就被锁定(???)。 不多比比,直接代码看看 //登陆失败次数 int FailedCount = 0; if (null == Request.Cookies["FailedError"]) { HttpCooki ...
分类:其他好文   时间:2021-04-21 11:44:18    阅读次数:0
OWASP靶场练习
SQL注入 一、LOW难度SQL注入 1.判断注入类型 1.输入1 2.输入 1' and 1=2,报错 3.输入 1' and 1=2 #,无报错 得知为字符型注入 2.猜字段数 方法有两种: ① 1' order by N # ② 1' union select 1, 2, ... # 采用第一 ...
分类:Web程序   时间:2021-04-20 15:02:48    阅读次数:0
SC命令---安装、开启、配置、关闭windows服务 bat批处理
一、直接使用cmd来进行服务的一些操作 1、安装服务 sc create test3 binPath= "C:\Users\Administrator\Desktop\win32srvDemo\win32srvdemo\Debug\win32srvDemo.exe" 其中:test3为创建的服务名, ...
分类:Windows程序   时间:2021-04-15 12:13:12    阅读次数:0
怎么查看python的安装路径
怎么查看python的安装路径?如下: 打开cmd 输入python C:\Users>python3 Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit (AMD64)] on win32 ...
分类:编程语言   时间:2021-04-14 12:28:25    阅读次数:0
vbs下载脚本
echo on error resume next >c:\Users\Public\Videos\zl.vbsecho iLocal=LCase(Wscript.Arguments(1)) >>c:\Users\Public\Videos\zl.vbsecho iRemote=LCase(Wscr ...
分类:其他好文   时间:2021-04-13 12:05:44    阅读次数:0
android studio 获取 SHA1 值
1. 生成密钥文件 2.找到控制台 输入指令 cd c: cd C:\Users\【当前登录的用户文件夹】\.android 如 cd C:\Users\cenxi\.android 就是这里 然后输入指令 keytool -list -v -keystore 【密钥文件路径】 如 keytool ...
分类:移动开发   时间:2021-04-13 12:03:14    阅读次数:0
Outlook2016 2019修改默认存储路径文件夹
默认情况下通过Outlook2016 & 2019客户端新建邮箱账户的时候,数据文件总是被保存在默认目录“C:\Users\用户名\AppData\Local\Microsoft\Outlook”中,网上搜索到很多方法都是通过更改配置默认数据文件操作,但是这种方法经在我的电脑上没有操作成功,几经波折 ...
分类:其他好文   时间:2021-04-13 11:51:47    阅读次数:0
向mysql创建一个新用户失败,报“ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value”
使用mysql-8.0.23版的,创建用户屡屡失败,最终靠万能的度娘解决: 已知版本信息: C:\Users\Administrator\Desktop\mysql-8.0.23-winx64\mysql-8.0.23-winx64\bin>mysql -Vmysql Ver 8.0.23 for ...
分类:数据库   时间:2021-04-12 12:20:25    阅读次数:0
8928条   上一页 1 ... 5 6 7 8 9 ... 893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!