#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...

webpack Uncaught ReferenceError: Swiper is not defined

一、报错原因:Swiper的JS文件没有加载成功,或者说swiper丢失了依赖(正常操作是:加载后再初始化Swiper)二、解决方法:在初始化Swiper的js文件中导入Swiper  importSwiperfrom'../lib/swiper-4.2.2.min.js';  ...

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...

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

Windows下安装GCC

  Windows下最常见的安装GCC的方式有两种:Cygwin和MinGW。本文主要介绍MinGW的安装配置。  下载地址:http://sourceforge.net/projects/mingw/ 想省事的话可以下载 mingw-get-setup.exe,安装后打开界面:    选中ming...
代码星球 ·2020-04-05

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 ...

Windows远程桌面连接CentOS 7

1.安装tigervnc-serveryuminstalltigervnc-server2. 设置vncserver服务器将默认提供的文件复制到/etc/systemd/system,命令如下:cp/lib/systemd/system/vncserver@.service/etc/systemd/syste...

Custom Exception in ASP.NET Web API 2 with Custom HttpResponse Message

AbenefitofusingASP.NETWebAPIisthatitcanbeconsumedbyanyclientwiththecapabilityofmakingHTTPcallsandprocessingJSONdata.TheclientcanuseHTTPmethodstoperformRead/Writ...

Replace JSON.NET with Jil JSON serializer in ASP.NET Web API

IhaverecentlycomeacrossacomparisonoffastJSONserializersin.NET,whichshowsthat JilJSONserializer isoneofthefastest.JiliscreatedbyKevinMontrosedevelopera...

Fluent Validation with Web Api 2

1.nuget添加FluentValidation.WebApi引用. 2.模型定义:[Validator(typeof(CustomerValidator))]publicclassUserModel{publicstringUserName{get;set;}publicstringPassword{ge...

Software Scalability with MapReduce

 SoftwareScalabilitywithMapReduceCraig HendersonFirstpublishedonlineApril2010Thearchitectureofa software systemisthestructureanddesignofthec...

windows hbase installation

Inthepreviouspost, Ihaveintroducedhowtoinstallhadooponwindowsbasedsystem.Now,Iwillintroducehowtoinstallhbaseonwindows.1.Preparation:beforetheinstallation,l...
代码星球 ·2020-04-05

Install hadoop on windows(non-virtual machine, such cygwin)

DownloadBeforestartingmakesureyouhavethistwosoftwaresHadoop2.7.1Java–Jdk1.7+ExtractdownloadedtarfileConfigurationStep1– Windowspathconfiguratio...

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消息过滤

在C#编程中,经常会遇到一些场景,如禁止鼠标拖动窗体,启用某些快捷键,禁止鼠标移动等。遇到这些需求,可以通过窗体的MouseMove事件,OnDragDrop,OnMove等事件来解决问题,但是该方法有个缺点是,只能在当前窗体或控件上起作用,如果窗体或控件被覆盖,就不起作用了。而我们在开发时经常会碰到一个Form上有很...
代码星球 ·2020-04-05
首页上一页...286287288289290...下一页尾页