51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#WIndow
golang安装卸载 linux+windows+raspberryPI 平台
参考 https://golang.org/doc/install 自ECUG2013洗脑回来,就渴望早点接触Go听着许式伟和谢孟军的演讲发现go的网络库的确很强大,高负载利器,语言的一些精简导致很容易写出高效代码,而且开发效率 ...
IT猿
·
2020-03-27
golang
安装
卸载
linux+windows+raspberryPI
平台
windows log
http://technet.microsoft.com/zh-CN/sysinternals http://technet.microsoft.com/en-us/sysinternals/bb896647 我们利用debugView命令可以自动生成log文件,而且是atomic。cm...
IT猿
·
2020-03-27
windows
log
windows API中的各种字符串的本质
windows库中的各种string,char,wchar,TCHAR,lpstr,lpwstr,lpcwstr , cstring , BSTR, _bstr_t 等等其实unicode的本质上很多 都是wchar可以...
IT猿
·
2020-03-27
windows
API
中的
各种
字符串
PopuWindow_2
popupwindow窗口之外的区域popupwindow消失,以前说过需要设置: mPopupWindow.setFocusable(true);//设置PopupWindow可获得焦点mPopupWindow.setTouchable(true);//设置PopupWindow可触...
IT猿
·
2020-03-27
PopuWindow
PopuWindow_1
PopupWindow有点类似于Dialog,相同点在于都是弹出窗口,并且都可以对其进行自定义显示,并且里面的监听组件,进行相应的操作,但它与Dialog又有很大的区别,PopupWindow只是弹出窗口,不会使宿主Activity组件失去焦点,也就是说PopupWindow弹出后,你仍可以与宿主Activ...
IT猿
·
2020-03-27
PopuWindow
window下 node.js 的安装
下载安装文件Node.js安装包及源码下载地址为:https://nodejs.org/en/download/。32位安装包下载地址: https://nodejs.org/dist/v4.4.3/node-v4.4.3-x86.msi64位安装包下载地址: https://nodejs.org/...
IT猿
·
2020-03-27
window
node.js
安装
Windows 下统计行数的命令
大家都知道在Linux下统计文本行数能够用wc-l命令。比如:-bash-3.2$catpif_install.log|wc-l 712但在Windows下怎样统计输出文本的行数呢,答案是使用find/c命令1、统计包括某字符串的行数。比如在统计网络...
IT猿
·
2020-03-27
Windows
统计
行数
命令
JavaScript-window
window.closedwindow.closed检测页面是否被关闭,关闭为true未关闭为false window.consolewindow.console返回一个console对象的引用,console对象提供了向浏览器控制台打印日志的功能,并不展示给用户console.log('aa')consol...
IT猿
·
2020-03-27
Javascript-window
HOW TO: Configure Internet Information Services Web Authentication in Windows Server 2003
HowtoConfigureIISWebSiteAuthenticationUseanadministrativeaccounttologontotheWebserver.StartIISManageroropentheIISsnap-in.ExpandServer_name,whereServer_nameisthe...
IT猿
·
2020-03-27
HOW
TO
Configure
Internet
Information
Enabling IIS and required IIS components on Windows Server
TolearnhowtoenableIISandtherequiredIIScomponentsonWindowsServer2012/2012R2,seetheinstructionsbelow.OpenServerManagerandclickManage>AddRolesandFeatures.ClickN...
IT猿
·
2020-03-27
IIS
Enabling
and
required
components
Windows下的Memcache安装 linux下的Memcache安装
linux下的Memcache安装:1.下载memcache的linux版本,注意memcached用libevent来作事件驱动,所以要先安装有libevent。官方网址:http://memcached.org/2.安装pecl::memcache。用pecl命令行工具安装:peclinstallmemcache&...
IT猿
·
2020-03-27
下的
Memcache
安装
Windows
linux
在windows7下安装CentOS
需要用到的软件EasyBCD 设置索引菜单PA5.2_Portable 分区助手WinGrub 查看硬盘代号 1、使用分区助手,腾出至少4GB的空间,并格式化为fat32格式,将CentOS的ISO文件放在这个盘符里注意:这4G...
IT猿
·
2020-03-27
windows7
安装
CentOS
Python调用windows下DLL详解
2014年09月05日16:05:44阅读数:6942在python中某些时候需要C做效率上的补充,在实际应用中,需要做部分数据的交互。使用python中的ctypes模块可以很方便的调用windows的dll(也包括linux下的so等文件),下面将详细的讲解这个模块(以windows平台为例子),当然我...
IT猿
·
2020-03-27
Python
调用
windows
DLL
详解
linuxShell检测内网中存活主机,windows下net view/nmblookup
#!/bin/bash#SimpleSHELLscriptforLinuxandUNIXsystemmonitoringwith#pingcommand#codebyrobertfor((a=1;a<=255;a++));doHOSTS="10.67.12.$a"COUNT=1formyh...
IT猿
·
2020-03-27
linuxShell
检测
网中
存活
主机
windows SSH Tunnel实施日记
1、准备条件:SSH跳板服务器一个、软件:Putty,CCProxy 2、putty建立SSHTunnel:先在session那儿把服务器地址填好,到Tunnel界面上,选Dynamics和Auto,填好本地port号,然后点Add添加,然后点击op...
IT猿
·
2020-03-27
windows
SSH
Tunnel
实施
日记
首页
上一页
...
116
117
118
119
120
下一页
尾页
按字母分类:
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
其他