51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#an
What is the difference between Shrink Database and File?
Simply...DBCCShrinkDatabase():shrinkallfilesDBCCShrinkFile():justonefileForexample,youmayhavealogbackupissueandit'sgrownoutofcontrolsoyourunDBCCShrinkFile().You...
IT猿
·
2020-03-27
What
is
the
difference
between
Enabling IIS and required IIS components on Windows Server
TolearnhowtoenableIISandtherequiredIIScomponentsonWindowsServer2012/2012R2,seetheinstructionsbelow.OpenServerManagerandclickManage>AddRolesandFeatures.ClickN...
IT猿
·
2020-03-27
IIS
Enabling
and
required
components
Execution Plan Basics
...
IT猿
·
2020-03-27
Execution
Plan
Basics
Identifying and Solving Index Scan Problems
...
IT猿
·
2020-03-27
Identifying
and
Solving
Index
Scan
How can I manually create a authentication cookie instead of the default method?
Hereyougo.ASP.NETtakescareofthisforyouwhenyouusethehigherlevelmethodsbuiltintoFormsAuthentication,butatthelowlevelthisisrequiredtocreateanauthenticationcookie.&...
IT猿
·
2020-03-27
How
can
manually
create
authentication
Why you need to understand garbage collection
I’vebeeninterviewinglotsofC#developersrecently,andoneofmystockquestionsis“howdoesthe.NETgarbagecollectorknowwhenyou’vefinishedusinganobject?&r...
IT猿
·
2020-03-27
Why
you
need
to
understand
What is the difference between UNION and UNION ALL?
UNIONremovesduplicaterecords(whereallcolumnsintheresultsarethesame),UNIONALLdoesnot.ThereisaperformancehitwhenusingUNIONinsteadofUNIONALL,sincethedatabaseserver...
IT猿
·
2020-03-27
UNION
What
is
the
difference
Object changed by Unknown
https://documentation.red-gate.com/soc7/troubleshooting/object-changed-by-unknownhttps://documentation.red-gate.com/soc7/configuring/log-changes-to-shared-datab...
IT猿
·
2020-03-27
Object
changed
by
Unknown
解决echsop兼容jquery(transport.js的冲突)的问题
方案一:本人亲测过,可以用。有的人说需要删除js目录下的gobal.js文件,否则依然会冲突。我没删除也解决了冲突。1、加入JSON2.js文件原因很简单,transport修改Object是为了加入支持JSON的方法。所以我这里用JSON官网在javascript语言上提供的json2.js支持具体下载地址json官...
IT猿
·
2020-03-27
解决
echsop
兼容
jquery
transport.js
mysql5.7密码过期ERROR 1862 (HY000): Your password has expired. To log in you must change
环境:ubuntu14.04 mysql5.7 一、mysql5.7密码过期问题报错:ERROR1862(HY000):Yourpasswordhasexpired.Tologinyoumustchangeitusingaclientthatsupportsexpiredpasswords.翻译:错...
IT猿
·
2020-03-27
mysql5.7
密码
过期
ERROR
1862
Django框架下的增强分页组件
本文通过文章同步功能推送至博客园,显示排版可能会有所错误,请见谅!描述:Django框架内置了分页功能,但其只能满足简单需求,难以实现复杂功能。实现代码:#!/usr/bin/envpython3#-*-coding:utf-8-*-__auth__='SongWei'fromdjango.utils.safestri...
IT猿
·
2020-03-27
Django
框架
增强
分页
组件
pytest执行时mian函数传参
在代码中执行pytest可以通过main函数加参数来指定运行规则时,参数需要放在列表或者元祖中#pytest.main(["--html=report.html"])#pytest.main(["--collect-only"])#展示所有测试用例#pytest.main(["-k","11"])#使用指定表达式运行希...
IT猿
·
2020-03-27
pytest
行时
mian
函数
传参
postman批量运行和参数化
1、新建请求,并保存在集合中,需要参数化的参数使用{{参数名}}填写 2、新建csv文件或txt文件,第一列填写参数名,一定要与需要参数化的参数名相同3、点击集合右侧的三角,再点击run 4、设置collectionrunner 5、执行6、...
IT猿
·
2020-03-27
postman
批量
运行
参数
Postman教程 授权
授权过程就是验证我们是否有权限从服务器访问所需的数据。发送请求时,通常必须包含参数以确保请求有权访问并返回所需的数据。Postman提供的授权类型可以让我们轻松处理Postman进行接口测试中的身份验证协议。在Postman中,提供了以下的几种授权:Inheritauthfromparent---从父继承授权NoAut...
IT猿
·
2020-03-27
Postman
教程
授权
Postman测试脚本编写例子
1.设置环境变量设置环境变量postman.setEnvironmentVariable("key","value");2.将嵌套对象设置为环境变量将嵌套对象设置为环境变量vararray=[1,2,3,4];postman.setEnvironmentVariable("array",JSON.stringify(a...
IT猿
·
2020-03-27
Postman
测试
脚本
编写
例子
首页
上一页
...
801
802
803
804
805
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他