码迷,mamicode.com
首页 >  
搜索关键字:windows ce 6.0完整版免费下载 下载地址    ( 92754个结果
windows驱动开发-HelloWorld驱动
#include <ntddk.h> extern "C" VOID DriverUnload(IN PDRIVER_OBJECT pDriverObject); extern "C" NTSTATUS DispatchRoutine(PDEVICE_OBJECT pDevObj, PIRP pIr ...
分类:Windows程序   时间:2021-02-26 13:22:41    阅读次数:0
用栈+循环实现走迷宫及演示c++
main.cpp 1 #include <stdio.h> 2 #include "mystack.h" 3 #include <stdlib.h> 4 #include <string.h> 5 #include <windows.h> 6 using namespace std; 7 #defi ...
分类:编程语言   时间:2021-02-26 13:21:08    阅读次数:0
VS2015没有win32位的控制台怎么办?
方法/步骤 1 首先打开已经安装好的VS2015,然后如图 2 之后找最左边的模板 3 然后点击安装适合WINDOWS的桌面的工具 4 之后点击继续,选择继续 5 全部选择,然后继续! 6.最后完成安装并且重新进入程序就可以看到WIN32控制台了! END ...
分类:Windows程序   时间:2021-02-26 13:13:41    阅读次数:0
python安装模块包报错解决办法
在安装pygame时,抛出异常: raise ReadTimeoutError(self._pool, None, 'Read timed out.'),超时报错 在Windows下: C:\用户\Administrator\下,新建pip文件夹,在创建pip.ini文件(先创建txt,复制下面内容 ...
分类:编程语言   时间:2021-02-26 13:11:34    阅读次数:0
Windows API 可能会返回 MSDN 文档上没有提到的错误码
例如 _sopen_s 在磁盘空间不够的时候, 宏 errno 就会返回 ENOSPC(28) MSDN 文档时只提到以下错误码 errno valueCondition EACCES The given path is a directory, or the file is read-only, ...
分类:Windows程序   时间:2021-02-26 13:03:15    阅读次数:0
WPF 基础 - Binding 对数据的转换和校验
1. Binding 对数据的转换和校验 Binding 中,有检验和转换关卡。 1.1 数据校验 源码: namespace System.Windows.Data { public class Binding : BindingBase { ... public Collection<Valid ...
分类:Windows程序   时间:2021-02-25 12:10:00    阅读次数:0
docker 常用命令及实践
docker 的安装 yum update sudo yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 安装docker: sudo yum instal ...
分类:其他好文   时间:2021-02-25 12:03:20    阅读次数:0
Git总结
参考资料: https://zhuanlan.zhihu.com/p/104365543 2019-黑马Java最新Git教程 下载地址 git的安装,点击下一步即可。 git能够做的事情:1. 版本管理。2.协同开发 Git使用之前的配置 配置提交人姓名:git config --global u ...
分类:其他好文   时间:2021-02-25 11:53:14    阅读次数:0
vcpkg 静态链接
在项目文件中增加 <PropertyGroup Label="Globals"> <!-- .... --> <VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet> <VcpkgTriple ...
分类:其他好文   时间:2021-02-25 11:50:41    阅读次数:0
Vulhun-y0usef靶机通关
Vulhub-y0sef靶机通关 安装靶机环境,下载地址:https://www.vulnhub.com/entry/y0usef-1,624/ 网络模式:桥接 目标:user.txt和root.txt 通过查询工具,找到目标ip 访问到页面,首先尝试robots.txt没有任何内容,那么接下来就使 ...
分类:其他好文   时间:2021-02-25 11:42:28    阅读次数:0
92754条   上一页 1 ... 70 71 72 73 74 ... 9276 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!