1 #include 2 #include 3 #include 4 #include 5 6 HANDLE g_hEvent; 7 UINT __stdcall ThreadProc(LPVOID); 8 int main(int argc,char* argv[]) 9 { 10 unsigne... ...
分类:
其他好文 时间:
2017-02-01 23:41:09
阅读次数:
378
1 #include 2 #include 3 #include 4 #include 5 6 int g_nCount1 = 0,g_nCount2 = 0; 7 bool g_bThread = true; 8 UINT __stdcall ThreadProc(LPVOID); 9 int m... ...
分类:
其他好文 时间:
2017-02-01 23:37:49
阅读次数:
261
Paper A Torch Library for Action Recognition and Detection Using CNNs and LSTMs [Github] Long-term Recurrent Convolutional Networks for Visual Recogni ...
分类:
其他好文 时间:
2017-02-01 10:40:44
阅读次数:
191
Some of the commonly used symbols: \infty - Infinity \leq - Less then or equal \geq - Greater then or equal \partial - Partial differential \sum - Sum ...
分类:
其他好文 时间:
2017-01-31 10:37:06
阅读次数:
327
前面一片文章,我介绍了Conference案例的核心业务,为了方便后面的分析,我这里再列一下: 业务描述 Conference是这样一个系统,它提供了一个在线创建会议以及预订会议座位的平台。这个系统的用户有两类:1)客户,可以创建和管理会议;2)会议座位预定者,可以预订会议座位。具体的关键业务描述如 ...
分类:
其他好文 时间:
2017-01-29 21:29:00
阅读次数:
320
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows;using System.Windo... ...
http://www.tuicool.com/articles/BFZ7Rze 根据此链接分析 winmail中全局变量全部在./inc/config.php中定义。如果出现变量覆盖漏洞则可以覆盖任意全局变量。 根据作者思路先看wap.php这个文件。 当wap.php?dest=index时调用i ...
分类:
Windows程序 时间:
2017-01-28 17:22:54
阅读次数:
1154
w范式 https://developer.mozilla.org/en-US/docs/Web/JavaScript https://developer.mozilla.org/zh-CN/docs/Web/JavaScript JavaScript (JS) is a lightweight, ...
分类:
其他好文 时间:
2017-01-27 17:59:50
阅读次数:
234
ZigBee学习三 UART通信 本实验只对coordinator.c文件进行改动就可以实现串口的收发。 修改coordinator.c文件 byte GenericApp_TransID; // This is the unique message ID (counter) afAddrType_ ...
分类:
其他好文 时间:
2017-01-26 15:42:49
阅读次数:
315
功能 每天定时截图,并把截到的图片自动通过邮件发送。 说明 代码注释已经非常详细,就不多做说明,需要的朋友自己查看代码即可,主文件Mail.js,截图文件capturePart1.js,capturePart2.js,capturePart3.js,这里只展示了capturePart1.js其他两个... ...
分类:
Web程序 时间:
2017-01-26 14:46:18
阅读次数:
232