摘要: int _tmain(int argc, _TCHAR* argv[]){ int i; for (i = 0; i<argc; i++) cout<<argv[i]<<endl; getchar(); return 0;} 1.1.在多字节的环境中,通过控制台启动exe程序,依次输出:exe的全路 阅读全文
posted @ 2018-12-27 16:02 N_zero 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-30 00:03 N_zero 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Enter password: ******Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 11Server version: 5.1.55-community MySQL Com 阅读全文
posted @ 2018-11-29 22:50 N_zero 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Enter password: ******Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 7Server version: 5.1.55-community MySQL Comm 阅读全文
posted @ 2018-11-28 20:15 N_zero 阅读(891) 评论(0) 推荐(0) 编辑
摘要: VS20101.解决方案窗口 项目|项目属性|配置属性|清单工具|输入和输出|嵌入清单 “是”改为“否”;2.项目|项目属性|配置属性|连接器|清单文件|嵌入清单 “是”改为“否”;3.对于64位的操作系统查找是否有两个cvtres.exe。一个是C:\Program Files(x86)\Micr 阅读全文
posted @ 2018-04-15 14:29 N_zero 阅读(163) 评论(0) 推荐(0) 编辑
摘要: code: int a = 5; int *p = &a; printf("%d \n", p); printf("%d", *p); result: printf("%d \n", p)输出的是a的地址printf("%d", *p)输出的是a值 code: int a = 5; int *p = 阅读全文
posted @ 2017-06-21 11:36 N_zero 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 编程 我们日常生活中接触到的电子类产品中的应用都是由编程而来 为什么编程,偷懒 我们通过编程驱使(指挥,命令)的是电信号 为什么上面说编程是偷懒,电的发现,给人们带来了便利,人们在各个方面驱使(换成“使用”或“利用”更接近日常交流语言)电;电和人不是同类,两者无法进行沟通,所以说从电被发现开始,就一 阅读全文
posted @ 2016-07-27 00:55 N_zero 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 获取win10 Insider Preview报错0x80080300 1.msconfig2.隐藏Microsoft 服务3.disable 剩下的服务4.win + i, Update&security, Advanced option, Start 阅读全文
posted @ 2016-07-26 17:37 N_zero 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 在配置策略时,对Rule template设置完成后,添加corporate identity.关于corporate identity, 目前没有什么好的理解,翻译过来就是“公司标识”,我也理解不了什么意思,建议填“公司的域”. 然后就是选择应用程序在哪里可以访问企业数据选择应用程序在哪里可以访问 阅读全文
posted @ 2016-07-19 19:14 N_zero 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 搭建Microsoft EDP环境: Microsoft 10 insider preview,Microsoft Intune,ie10(要安装插件silverlight) 这里暂时只说在进行配置策略时,添加application到app list中的一小部分。如标题Rule template1. 阅读全文
posted @ 2016-07-18 18:19 N_zero 阅读(571) 评论(0) 推荐(0) 编辑