大约有 34,000 项符合查询结果(耗时:0.0222秒) [XML]

https://www.tsingfun.com/it/cpp/1348.html 

NSIS学习笔记(持续更新) - C/C++ - 清泛网 - 专注C/C++及内核技术

...code\Plugins" echo off Q 桌面快捷方式,示例 在section "install"中添加下面代码,新建shortcut CreateShortcut "$DESKTOP\${APPNAME}.lnk" "$INSTDIR\${APPEXENAME}" 在section "uninstall"中添加下面代码,删除shortcut delete "$DESKTOP\${APPNAME}.lnk" Q 关...
https://www.tsingfun.com/it/cpp/1441.html 

Windows下 C++网络延时检测 - C/C++ - 清泛网 - 专注C/C++及内核技术

... #include "Ping.h" CPing::CPing() { bValid = FALSE; // Dynamically load the ICMP.DLL hndlIcmp = LoadLibrary("ICMP.DLL"); if (hndlIcmp == NULL) { /*cprintf("Error: Could not load ICMP.DLL\n");*/ return; } // Retrieve ICMP function pointers pIcmpCreateFile = (HANDLE (WI...
https://www.tsingfun.com/it/cpp/2140.html 

解决WaitForSingleObject阻塞UI线程问题 - C/C++ - 清泛网 - 专注C/C++及内核技术

...ile (TRUE) { //wait for m_hThread to be over,and wait for //QS_ALLINPUT(Any message is in the queue) dwRet = MsgWaitForMultipleObjects(1, &hThread, FALSE, INFINITE, QS_ALLINPUT); switch(dwRet) { case WAIT_OBJECT_0: break; //break the loop case WAIT_OBJECT_0 + 1: ...
https://bbs.tsingfun.com/thread-2441-1-1.html 

【天气API】对接国内免费好用天气API - App应用开发 - 清泛IT社区,为创新赋能!

...ather/weatherInfo?key=【你_API_KEY】8&city=110000&extensions=all 阿里云也有天气API。中国天气 weather.com.cn 虽然很权威,但是不对外提供API,网上多数链接都失效了,不考虑。 优先选择高德。 参考:https://zhuanlan.zhihu.com/p/4...
https://www.tsingfun.com/it/opensource/631.html 

Linux下安装项目管理工具Redmine - 开源 & Github - 清泛网 - 专注C/C++及内核技术

...y-1.8.7-p174 # ./configure --prefix=/usr/local/ruby # make && make install 设置Ruby环境变量 # cd ~ # vi .bash_profile 添加下面一行 export PATH=$PATH:/usr/local/ruby/bin 保存退出:wq # . .bash_profile ...
https://www.tsingfun.com/it/tech/1334.html 

jumpserver-华为云免费堡垒机解决方案 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...d/bak/ wget http://mirrors.163.com/.help/CentOS6-Base-163.repo yum clean all yum makecache 如果是REHL需要修改 1.删除redhat原有yum rpm -aq|grep yum|xargs rpm -e --nodeps 2.下载yum安装文件 wget http://mirrors.163.com/centos/6.7/os/x86_64/Packages/yum-3.2.29-69.el6.ce...
https://www.fun123.cn/reference/other/sizes.html 

指定组件大小 · App Inventor 2 中文网

...大小 When you create a visible component in the designer, you are typically given the opportunity to specify its height and width. There are four choices: Automatic: Size is chosen by the system Fill parent: Size is chosen to fill the space available. Size specified in pixels Size in p...
https://www.tsingfun.com/it/cpp/2144.html 

解决rc中无法设置CComboBox下拉列表框高度问题 - C/C++ - 清泛网 - 专注C...

...m whose height is to be set; otherwise, nIndex must be 0 and the height of all list items will be set. If nIndex is –1, the height of the edit-control or static-text portion of the combo box is to be set. cyItemHeight Specifies the height, in pixels, of the combo-box component id...
https://www.tsingfun.com/it/da... 

MySQL (\'root\'@\'%\') does not exist 问题 - 数据库(内核) - 清泛网 - 专注C/C++及内核技术

...: 登陆mysql ,执行 mysql -u root -pPasswd mysql >grant all privileges on *.* to root@"%" identified by "Passwd" ; mysql >flush privileges;MySQL root
https://www.tsingfun.com/it/os... 

Linux升级OpenSSL方法 - 操作系统(内核) - 清泛网 - 专注IT技能提升

...ssl' #ubuntu 和debian可以用 2、升级openssl版本: yum clean all && yum update "openssl*" #redhat系列用这个 apt-get update && apt-get upgrade #ubuntu和debian可以用 zypper update #OpenSuSE可以用 参考:https://www.jb51.net/LINUXjishu/348267.html openssl