#Wi

在终端/命令行下打开文件浏览器窗口--Win cmd &Ubuntu terminal

在命令行下想要可视化查看文件,可以使用命令直接打开图形化窗口1.Windowswindows上可以使用explorer.exe打开资源管理器:explorer.exe.#.表示打开当前所在的文件夹explorer.exe#会默认打开库的窗口explorer.exeyour/path#打开指定窗口#例子explorer....

[LeetCode] Longest Substring Without Repeating Characters (LinkedHashSet的妙用)

Givenastring,findthelengthofthelongestsubstringwithoutrepeatingcharacters.Forexample,thelongestsubstringwithoutrepeatinglettersfor"abcabcbb"is"ab...

Qt程式异常崩溃处理技巧(Win)

这篇文章谈的是Qt4程式在视窗系统下的异常崩溃处理技巧。所以须要在头文件里包括“#include<Windows.h>”。首先,程式难免会有异常崩溃的时候。重要的是在崩溃时能及时把重要的数据保存好,将损失减少。SetUnhandledExceptionFilter函数是Win32API的异常捕获函数,在程式...

Windows 下统计行数的命令

大家都知道在Linux下统计文本行数能够用wc-l命令。比如:-bash-3.2$catpif_install.log|wc-l      712但在Windows下怎样统计输出文本的行数呢,答案是使用find/c命令1、统计包括某字符串的行数。比如在统计网络...

【PyQt5-Qt Designer】日历(QCalendarWidget)

QCalendarWidget类提供了一个基日历小部件,允许用户选择一个日期。该小部件使用当前的月份和年份进行初始化,但是QCalendarWidget提供了几个公共槽函数来更改显示的年份和月份。 默认情况下,选择今天的日期,用户可以使用鼠标和键盘选择日期。当前选择的日期可以使用selectedDate()函...

JavaScript-window

window.closedwindow.closed检测页面是否被关闭,关闭为true未关闭为false window.consolewindow.console返回一个console对象的引用,console对象提供了向浏览器控制台打印日志的功能,并不展示给用户console.log('aa')consol...
IT猿 ·2020-03-27

win10创建本地用户

win+r,输入lusrmgr.msc  win+i      ...

HOW TO: Configure Internet Information Services Web Authentication in Windows Server 2003

HowtoConfigureIISWebSiteAuthenticationUseanadministrativeaccounttologontotheWebserver.StartIISManageroropentheIISsnap-in.ExpandServer_name,whereServer_nameisthe...

Enabling IIS and required IIS components on Windows Server

TolearnhowtoenableIISandtherequiredIIScomponentsonWindowsServer2012/2012R2,seetheinstructionsbelow.OpenServerManagerandclickManage>AddRolesandFeatures.ClickN...

UML state diagrams with draw.io

https://about.draw.io/uml-state-diagrams-with-draw-io/Statediagramshavebeenusedinprogrammingtodescribethevariouspossiblestatesthatasystemcanbeinfordecades.Theya...

Setting up a project with a SQL Source Control project in SSMS

https://documentation.red-gate.com/sca/developing-databases/working-with-the-ssms-add-in/setting-up-a-project-in-ssms/setting-up-a-project-with-a-sql-source-con...

WireShark新版本安装后无法上网的问题

 这个问题是因为安装了Npcap导致的问题,我当时的解决方案是不安装Npcap,而安装WinPcap。https://wiki.wireshark.org/WinPcap NpcapandWinPcapareWindowsversionsofthelibpcaplibrary.Oneofthemmu...

Windows下的Memcache安装 linux下的Memcache安装

linux下的Memcache安装:1.下载memcache的linux版本,注意memcached用libevent来作事件驱动,所以要先安装有libevent。官方网址:http://memcached.org/2.安装pecl::memcache。用pecl命令行工具安装:peclinstallmemcache&...

笔记本(WIN7|XP)发射wifi信号 当无线路由使用

Windows7系统第一步:是你的电脑上要有两个网卡一个有线一个无线(笔记本应该都有)台式机可以考虑买个USB无线网卡(50左右)第二步:win+R CMD 输入(只输入红色部分)netshwlansethostednetworkmode=allowssid=hackseokey=hackhack[...

在windows7下安装CentOS

需要用到的软件EasyBCD                设置索引菜单PA5.2_Portable            分区助手WinGrub                查看硬盘代号 1、使用分区助手,腾出至少4GB的空间,并格式化为fat32格式,将CentOS的ISO文件放在这个盘符里注意:这4G...
首页上一页...303304305306307...下一页尾页