码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
MFC 静态文本框
窗体上操作控件内容,需要句柄,在控件处使用鼠标右键——添加变量。 DoDataExchange()函数会自动生成代码,把ID与变量绑定,让变量具有句柄功能。即DDX_Control(pDX, IDC_TEXT, objText); 【参考】https://www.bilibili.com/video ...
分类:编程语言   时间:2019-11-20 23:37:26    阅读次数:99
【WebConsole123】练习案例之浏览器访问服务器shell
实践中有一个需求能够通过web直观的提供一些基本进程查询功能监控和显示应用进程的运行状态,取代通过其他客户端登陆黑框手动输入shell命令。 了解到有相关的webconsole应用技术,来了解学习实践下。 https://www.jianshu.com/p/e75943f600ab https:// ...
分类:Web程序   时间:2019-11-20 23:36:01    阅读次数:107
飞思卡尔芯片时钟分析
内核时钟(系统时钟)=外部时钟(50M晶振频率)/ (pll_prdiv+1)*(pll_vdiv+24); MCG=PLL, core = MCG, bus = MCG/2, FlexBus = MCG/3, Flash clock= MCG/8 https://blog.csdn.net/hcx ...
分类:其他好文   时间:2019-11-20 23:18:09    阅读次数:146
https://suchprogramming.com/epoll-in-3-easy-steps/
https://suchprogramming.com/epoll-in-3-easy-steps/ https://www.quora.com/What-are-the-key-differences-between-edge-triggered-and-level-triggered-inter ...
分类:Web程序   时间:2019-11-20 21:55:23    阅读次数:102
C++编码规范
严谨编码风格的重要性: 1.便于代码合并,满足团队开发的需要 2.合格程序员的必备素质 3.防止编码错误 4.易读易理解 Google C++编码规范(中文版) https://zh-google-styleguide.readthedocs.io/en/latest/google-cpp-styl ...
分类:编程语言   时间:2019-11-20 21:51:10    阅读次数:89
GeoGebra的函数检视(Function Inspector功能在线演示)
这位老哥的写的关于 function inspector 功能英文演示过程: 在线网址:https://lokar.fmf.uni lj.si/www/GeoGebra4/Graphics/function_inspector/function_inspector.htm ...
分类:其他好文   时间:2019-11-20 21:33:14    阅读次数:352
第十二十三十四章脑图
![](https://img2018.cnblogs.com/blog/1824107/201911/1824107-20191120210254514-1161958191.jpg) ![](https://img2018.cnblogs.com/blog/1824107/201911/1824... ...
分类:其他好文   时间:2019-11-20 21:31:50    阅读次数:47
搭建vsftpd服务并实现本地用户访问
原文参考: https://help.aliyun.com/document_detail/92048.html 环境: 阿里云ECS服务器:centos 7.6 防火墙状态:关闭 安全组策略:放行21端口 安装步骤: (1)安装vsftpd; (2)配置本地用户登录; (3)测试。 1. 安装vs ...
分类:其他好文   时间:2019-11-20 21:22:16    阅读次数:69
第五小组小组讨论7
![](https://img2018.cnblogs.com/blog/1818743/201911/1818743-20191120210226179-1607066852.png)![](https://img2018.cnblogs.com/blog/1818743/201911/18187... ...
分类:其他好文   时间:2019-11-20 21:21:45    阅读次数:41
使用ASP.NET Core支持GraphQL( restful 配套)
https://github.com/graphql-dotnet GraphQL简介 下面是GraphQL的定义: GraphQL 既是一种用于 API 的查询语言也是一个满足你数据查询的运行时。 GraphQL 对你的 API 中的数据提供了一套易于理解的完整描述,使得客户端能够准确地获得它需要 ...
分类:Web程序   时间:2019-11-20 20:05:25    阅读次数:81
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!