51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Wi
wireshark基本用法及过虑规则
【转自风吹过的时光】Wireshark基本语法,基本使用方法,及包过虑规则:1.过滤IP,如来源IP或者目标IP等于某个IP 例子:ip.src eq 192.168.1.107 or ip.dst eq 192.168.1.107或者ip.addr...
代码星球
·
2020-04-05
wireshark
基本
用法
过虑
规则
webpack Uncaught ReferenceError: Swiper is not defined
一、报错原因:Swiper的JS文件没有加载成功,或者说swiper丢失了依赖(正常操作是:加载后再初始化Swiper)二、解决方法:在初始化Swiper的js文件中导入Swiper importSwiperfrom'../lib/swiper-4.2.2.min.js'; ...
代码星球
·
2020-04-05
webpack
Uncaught
ReferenceError
Swiper
is
Android Studio:Unable to add window android.view.ViewRootImpl$W@5e2d85a -- permission denied for this window 第一行代码
学习《第一行代码》的时候,出现的错误。 java.lang.RuntimeException:Unabletostartreceivercom.example.sevenun.littledemo.receiver.ForceOfflineReceiver:android.view.WindowManager...
代码星球
·
2020-04-05
window
Android
Studio
Unable
to
Android Studio:You need to use a Theme.AppCompat theme (or descendant) with this activity. AlertDialog
学习《第一行代码》的时候遇到的问题。 Process:com.example.sevenun.littledemo,PID:2085java.lang.RuntimeException:Unabletostartreceivercom.example.sevenun.littledemo.receiver.F...
代码星球
·
2020-04-05
Android
Studio
You
need
to
Windows下安装GCC
Windows下最常见的安装GCC的方式有两种:Cygwin和MinGW。本文主要介绍MinGW的安装配置。 下载地址:http://sourceforge.net/projects/mingw/ 想省事的话可以下载 mingw-get-setup.exe,安装后打开界面: 选中ming...
代码星球
·
2020-04-05
Windows
安装
GCC
Windbg查看w3wp进程占用的内存及.NET内存泄露,死锁分析
https://www.cnblogs.com/startpoint/p/4194052.html https://www.cnblogs.com/lyl6796910/p/7613664.html https://www.cnblogs.com/dubing/p/3878591.html ...
代码星球
·
2020-04-05
内存
Windbg
查看
w3wp
进程
Windows远程桌面连接CentOS 7
1.安装tigervnc-serveryuminstalltigervnc-server2. 设置vncserver服务器将默认提供的文件复制到/etc/systemd/system,命令如下:cp/lib/systemd/system/vncserver@.service/etc/systemd/syste...
代码星球
·
2020-04-05
Windows
远程
桌面
连接
CentOS
Custom Exception in ASP.NET Web API 2 with Custom HttpResponse Message
AbenefitofusingASP.NETWebAPIisthatitcanbeconsumedbyanyclientwiththecapabilityofmakingHTTPcallsandprocessingJSONdata.TheclientcanuseHTTPmethodstoperformRead/Writ...
代码星球
·
2020-04-05
Custom
Exception
in
ASP.NET
Web
Replace JSON.NET with Jil JSON serializer in ASP.NET Web API
IhaverecentlycomeacrossacomparisonoffastJSONserializersin.NET,whichshowsthat JilJSONserializer isoneofthefastest.JiliscreatedbyKevinMontrosedevelopera...
代码星球
·
2020-04-05
Replace
JSON.NET
with
Jil
JSON
Fluent Validation with Web Api 2
1.nuget添加FluentValidation.WebApi引用. 2.模型定义:[Validator(typeof(CustomerValidator))]publicclassUserModel{publicstringUserName{get;set;}publicstringPassword{ge...
代码星球
·
2020-04-05
Fluent
Validation
with
Web
Api
Software Scalability with MapReduce
SoftwareScalabilitywithMapReduceCraig HendersonFirstpublishedonlineApril2010Thearchitectureofa software systemisthestructureanddesignofthec...
代码星球
·
2020-04-05
Software
Scalability
with
MapReduce
windows hbase installation
Inthepreviouspost, Ihaveintroducedhowtoinstallhadooponwindowsbasedsystem.Now,Iwillintroducehowtoinstallhbaseonwindows.1.Preparation:beforetheinstallation,l...
代码星球
·
2020-04-05
windows
hbase
installation
Install hadoop on windows(non-virtual machine, such cygwin)
DownloadBeforestartingmakesureyouhavethistwosoftwaresHadoop2.7.1Java–Jdk1.7+ExtractdownloadedtarfileConfigurationStep1– Windowspathconfiguratio...
代码星球
·
2020-04-05
Install
hadoop
on
windows
non-virtual
Windows消息大全(转)
原链接地址: http://www.cnblogs.com/icebutterfly/archive/2011/08/05/2128864.html 表A-1Windows消息分布消息范围说明0~WM_USER–1系统消息WM_USER~0x7FFF自定义窗口类整数消息WM_APP~0x...
代码星球
·
2020-04-05
Windows
消息
大全
Windows消息过滤
在C#编程中,经常会遇到一些场景,如禁止鼠标拖动窗体,启用某些快捷键,禁止鼠标移动等。遇到这些需求,可以通过窗体的MouseMove事件,OnDragDrop,OnMove等事件来解决问题,但是该方法有个缺点是,只能在当前窗体或控件上起作用,如果窗体或控件被覆盖,就不起作用了。而我们在开发时经常会碰到一个Form上有很...
代码星球
·
2020-04-05
Windows
消息
过滤
首页
上一页
...
286
287
288
289
290
...
下一页
尾页
按字母分类:
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
其他