07 2019 档案

DLL 本地定义符号*****在函数****中导入
摘要:把_DLL_ELOGEVENT 定义到你的工程预编译宏中 IPCLASSDLL_DLL https://bbs.csdn.net/topics/300140279 阅读全文

posted @ 2019-07-29 14:28 lydstory 阅读(302) 评论(0) 推荐(0) 编辑

创建win32 dll 空项目
摘要:动态库,多字节 win32 空项目 添加导出头文件 类 导入: 导出: 阅读全文

posted @ 2019-07-29 10:47 lydstory 阅读(347) 评论(0) 推荐(0) 编辑

态势感知
摘要:任职资格: (1)有客户端反病毒、安全产品技术分析者; (2)独立或合作开发过安全相关工具、平台、项目者; (3)有具有数据挖掘(Data Mining)、模式识别(Pattern Matching)、大数据分析经验或算法经验者; (4)有大数据平台、政府监管行业、安全行业产品背景优先。 相关技术 阅读全文

posted @ 2019-07-27 16:50 lydstory 阅读(317) 评论(0) 推荐(0) 编辑

EDR
摘要:https://www.sohu.com/a/220238581_490113 阅读全文

posted @ 2019-07-27 16:42 lydstory 阅读(168) 评论(0) 推荐(0) 编辑

anyka安凯微电子
摘要:http://www.anyka.com/ 幼教机 阅读全文

posted @ 2019-07-26 17:11 lydstory 阅读(233) 评论(0) 推荐(0) 编辑

boost::noncopyable
摘要:https://blog.csdn.net/huang_xw/article/details/8248960 阅读全文

posted @ 2019-07-26 11:42 lydstory 阅读(122) 评论(0) 推荐(0) 编辑

CreateSemaphore
摘要:CreateSemaphore创建一个信号量 阅读全文

posted @ 2019-07-26 11:26 lydstory 阅读(143) 评论(0) 推荐(0) 编辑

游戏game
摘要:1.log4cxx 日志 2.protobuf 数据交互(类似json 3.boost.asio 网络库 4.boost.python 脚本支持 5.语法树 + c++处理excel资源 阅读全文

posted @ 2019-07-26 11:20 lydstory 阅读(149) 评论(0) 推荐(0) 编辑

cd 切换
摘要:切换 阅读全文

posted @ 2019-07-26 10:17 lydstory 阅读(118) 评论(0) 推荐(0) 编辑

语法树
摘要:语法树 https://www.cnblogs.com/zhuchengyang/p/7692626.html https://www.cnblogs.com/yuris115/p/5724753.html https://www.cnblogs.com/csj2018/p/9860406.html 阅读全文

posted @ 2019-07-26 10:00 lydstory 阅读(168) 评论(0) 推荐(0) 编辑

类定义包含vecot<类>对象
摘要:#include "stdafx.h" #include using namespace std; class ControlPosition { public: int conbit; private: vector m_Entites; }; int _tmain(int argc, _TCHAR* argv[]) { return 0; } 阅读全文

posted @ 2019-07-25 17:39 lydstory 阅读(166) 评论(0) 推荐(0) 编辑

Boost.python
摘要:https://www.jianshu.com/p/0fee49c58caa 阅读全文

posted @ 2019-07-25 17:31 lydstory 阅读(113) 评论(0) 推荐(0) 编辑

qttableview排序数字问题
摘要:https://www.cnblogs.com/justwake/p/3292897.html 阅读全文

posted @ 2019-07-23 16:01 lydstory 阅读(257) 评论(0) 推荐(0) 编辑

qfile读取txt文件
摘要:【转】:https://blog.csdn.net/Giser_D/article/details/83149696 阅读全文

posted @ 2019-07-21 14:53 lydstory 阅读(392) 评论(0) 推荐(0) 编辑

GetWindowsDirectoryA and GetSystemDirectory
摘要:【转】:https://blog.csdn.net/liangjisheng/article/details/67642491 阅读全文

posted @ 2019-07-21 14:44 lydstory 阅读(242) 评论(0) 推荐(0) 编辑

VersionInformation.dwPlatformId == 2
摘要:Result:=OSVI.dwPlatformId; { 返回值: 为0表示为win3x系统; 为1表示为win9x系统; 为2表示为winNT; 为3表示为win2000系统; } 阅读全文

posted @ 2019-07-21 14:23 lydstory 阅读(827) 评论(0) 推荐(0) 编辑

qdatatime大小
摘要:QDateTime time1; QDateTime time2; uint stime = time1.toTime_t(); uint etime = time2.toTime_t(); int tRet = stime - etime; 通过判断tRet的值来判断time1、time2的大小 阅读全文

posted @ 2019-07-20 20:12 lydstory 阅读(338) 评论(0) 推荐(0) 编辑

caffer的三种文件类别
摘要:solver文件 是一堆超参数,比如迭代次数,是否用GPU,多少次迭代暂存一次训练所得参数,动量项,权重衰减(即正则化参数),基本的learning rate,多少次迭代打印一次loss,以及网络结构描述文件(即model文件)存储位置,等等 比如: lenet_solver.prototxt mo 阅读全文

posted @ 2019-07-20 01:05 lydstory 阅读(189) 评论(0) 推荐(0) 编辑

GetWindowsDirectory系统目录
摘要:GetWindowsDirectory系统目录 阅读全文

posted @ 2019-07-20 00:23 lydstory 阅读(144) 评论(0) 推荐(0) 编辑

usb需要做的工作
摘要:1. QStringList qlist = var2.split('&', QString::SkipEmptyParts); if (qlist.size() >= 2) { usbdata.usb_vid = qlist[0]; usbdata.usb_pid = qlist[1]; } 纪录 阅读全文

posted @ 2019-07-19 23:14 lydstory 阅读(144) 评论(0) 推荐(0) 编辑

音视频直播sdk
摘要:https://www.3tee.cn/cp.html 阅读全文

posted @ 2019-07-19 11:46 lydstory 阅读(199) 评论(0) 推荐(0) 编辑

交通停车场系统
摘要:c# 识别 阅读全文

posted @ 2019-07-18 22:14 lydstory 阅读(108) 评论(0) 推荐(0) 编辑

QSettings读写注册表
摘要:https://www.cnblogs.com/chengkeke/p/5417427.html https://www.cnblogs.com/findumars/p/8297925.html 阅读全文

posted @ 2019-07-18 10:56 lydstory 阅读(434) 评论(0) 推荐(0) 编辑

三重循环之break
摘要:while(1) { while(1) { while(1) { break; } } } //逻辑堪比绝技啊 脑洞开之注册表循环遍历方法 阅读全文

posted @ 2019-07-18 10:22 lydstory 阅读(137) 评论(0) 推荐(0) 编辑

指针赋值为空
摘要:DWORD *__thiscall unknown_libname_67(_DWORD *this){ *this = 0; this[1] = 0; return this;} //ida 赋值 阅读全文

posted @ 2019-07-17 11:24 lydstory 阅读(231) 评论(0) 推荐(0) 编辑

std::wcout输出1遍不输出
摘要:std::wcout输出1遍不输出 程序明明在执行地方执行 wcout无法输出到控制台 cout就可以 添加中文支持即可 阅读全文

posted @ 2019-07-17 10:32 lydstory 阅读(587) 评论(0) 推荐(0) 编辑

IDA查看枚举、结构体数据类型
摘要:https://blog.csdn.net/u012206617/article/details/87293233 阅读全文

posted @ 2019-07-16 14:32 lydstory 阅读(2189) 评论(0) 推荐(0) 编辑

windbg 调试_符号表
摘要:https://blog.51cto.com/11512826/2068413 阅读全文

posted @ 2019-07-16 14:23 lydstory 阅读(167) 评论(0) 推荐(0) 编辑

IDA分析高级数据结构
摘要:https://blog.csdn.net/eqera/article/details/8239994 阅读全文

posted @ 2019-07-16 14:14 lydstory 阅读(263) 评论(0) 推荐(0) 编辑

ida x32 dbg 动态调试
摘要:http://www.xrwcn.com/html/8.html 0x20019u 注册表 RegOpenKeyEx函数 LONG RegOpenKeyEx( HKEY hKey, // handle to open key LPCTSTR lpSubKey, // subkey name DWOR 阅读全文

posted @ 2019-07-16 11:46 lydstory 阅读(348) 评论(0) 推荐(0) 编辑

舍得
摘要:1.为什么人们可以损失成千上万去买一个奢侈品、去吃一顿大餐、去为自己的身体做一次出格的旅行。而不愿为了编码学习浪费办公室一张纸张,是我们觉得纸张太贵了吗? 2.什么时候人们都喜欢微信 邮件 在线回报 软件统计 ,但对于算法 数学 编码 不懂的地方 铅字纸张真的可以让人明白 “啊,原来是这样”。 从此 阅读全文

posted @ 2019-07-16 11:30 lydstory 阅读(133) 评论(0) 推荐(0) 编辑

人生的时间_不是无穷
摘要:1.人生的时间不是无穷,冷静的时间更是少的可怜 2.资本的多少需要适度分配,谁也没有操控无穷大的可能,再厉害的人也有失败不起的额度 3.资本应该分散给更多冷静的时间 和 更多冷静的人 4.所有想成功 需要 更多冷静的时候 和 更多冷静的人的冷静的时刻 5.每一个人一生的寿命都是有限,每年 每月 冷静 阅读全文

posted @ 2019-07-16 11:15 lydstory 阅读(192) 评论(0) 推荐(0) 编辑

IDA静态编译之sub
摘要:int __thiscall sub_10009800(const wchar_t *this, int a2, int a3, HKEY hKey){ } 说明:__thiscall dll内子函数 const wchar_t *this 类的对象函数 【转】 在使用IDA使用之前,一定要分析出对 阅读全文

posted @ 2019-07-16 10:39 lydstory 阅读(503) 评论(0) 推荐(0) 编辑

wchar用wcout输出正常cout是?
摘要: 阅读全文

posted @ 2019-07-16 10:18 lydstory 阅读(238) 评论(0) 推荐(0) 编辑

usb vid厂家
摘要:http://www.linux-usb.org/usb.ids?tdsourcetag=s_pcqq_aiomsg 阅读全文

posted @ 2019-07-16 09:19 lydstory 阅读(103) 评论(0) 推荐(0) 编辑

everything 搜索文件
摘要:everything 搜索文件 利器 阅读全文

posted @ 2019-07-15 18:48 lydstory 阅读(106) 评论(0) 推荐(0) 编辑

HKLM注册表
摘要:[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\TermService] 下记录着“系统服务”的相关设置。那么ControlSet001、ControlSet002、ControlSet有什么区别呢? 默认情况下: ControlSet001:系统 阅读全文

posted @ 2019-07-15 17:58 lydstory 阅读(482) 评论(0) 推荐(0) 编辑

USB设备
摘要:最近在弄对usb设备应用方面的事,具体的说是HID设备(只是USB的一种),我发现HID的GUID,跟普通的USB的GUID是不一样的。那跟它们通讯时用到的方法也因该有所区别,刚开始找设备是的过程是相同的,只是GUID不一样了,但到后面找设备的具体信息什么的(如:VID,PID,输入\输出的buff 阅读全文

posted @ 2019-07-15 14:11 lydstory 阅读(279) 评论(0) 推荐(0) 编辑

hid usb
摘要:https://www.xuebuyuan.com/662770.html 阅读全文

posted @ 2019-07-10 13:48 lydstory 阅读(90) 评论(0) 推荐(0) 编辑

IE历史纪录
摘要:signed int __cdecl sub_475790(_BYTE *a1) { signed int result; // eax DWORD v2; // [esp+10h] [ebp-10h] HANDLE hEnumHandle; // [esp+14h] [ebp-Ch] DWORD dwFirstCacheEntryInfoBufferSize; // [esp+... 阅读全文

posted @ 2019-07-10 13:32 lydstory 阅读(124) 评论(0) 推荐(0) 编辑

SHGetSpecialFolderPath
摘要:https://blog.csdn.net/zengweicdut/article/details/8927576 阅读全文

posted @ 2019-07-10 12:41 lydstory 阅读(97) 评论(0) 推荐(0) 编辑

静态分析:IDA逆向代码段说明 text、idata、rdata、data
摘要:通常IDA对一个PE文件逆向出来的代码中, 存在四个最基本的段text、idata、rdata、data, 四个段为PE文件的结构中对应的段。 一、text段: 该段位程序代码段,在该段一开始就可以看到: .text:00401000 ; Segment type: Pure code.text:0 阅读全文

posted @ 2019-07-10 11:52 lydstory 阅读(597) 评论(0) 推荐(0) 编辑

ida吧
摘要:经过IDA反编译后的代码是:int __cdecl Ompress(void *Dst, int a2, int a3, int a4)//dst( [esp+24h][ebp+4h] );a2([esp+28h][ebp+8h]);a3([esp+2Ch][ebp+Ch]);a4( [esp+30 阅读全文

posted @ 2019-07-10 11:27 lydstory 阅读(179) 评论(0) 推荐(0) 编辑

注册表安全可写
摘要:我使用了RegSetKeySecurity设置Windows2000下注册表权限,使系统键可写,不想我的想器是XP,运行后把我系统中HKEY_LOCAL_MACHINE整个键都不见了,系统瘫患了。2000下注册表权限在Regedit下无法设置,但在regedt32下有安全菜单项XP下无论使用Rege 阅读全文

posted @ 2019-07-09 22:47 lydstory 阅读(194) 评论(0) 推荐(0) 编辑

安全运行权限
摘要:https://docs.microsoft.com/zh-cn/windows/win32/api/securitybaseapi/nf-securitybaseapi-allocateandinitializesid typedef struct _SID_IDENTIFIER_AUTHORIT 阅读全文

posted @ 2019-07-09 22:37 lydstory 阅读(140) 评论(0) 推荐(0) 编辑

IDA技巧
摘要:3. 用[shift+F12]调出字符串表,再根据这些字符串,查看引用的地方,也可以分析出一些sub_0XXXX函数的功能。 进入import函数内 x查看调用处 jump to xref 跳到引用 (本sub内引用) 阅读全文

posted @ 2019-07-09 19:55 lydstory 阅读(121) 评论(0) 推荐(0) 编辑

北京天桥科技有限公司
摘要:http://www.obss.com.cn/ 阅读全文

posted @ 2019-07-09 15:16 lydstory 阅读(120) 评论(0) 推荐(0) 编辑

线程监控ProcessMonitor
摘要:软件行为 在线监测 注册表 行为判断 阅读全文

posted @ 2019-07-09 14:53 lydstory 阅读(429) 评论(0) 推荐(0) 编辑

json_value.obj) : error LNK2038: 检测到“RuntimeLibrary”的不匹配项: 值“MD_DynamicRelease”不匹配值“MT_StaticReleas
摘要:注意版本的提示mD mt 注意动态mfc 还是静态mfc 阅读全文

posted @ 2019-07-09 11:11 lydstory 阅读(1001) 评论(0) 推荐(0) 编辑

rabbitmq一个连接多个信道channel
摘要:https://www.cnblogs.com/eleven24/p/10326718.html 阅读全文

posted @ 2019-07-09 09:58 lydstory 阅读(1464) 评论(0) 推荐(0) 编辑

linux主机序列号
摘要:https://www.cnblogs.com/itfriend/archive/2013/07/22/3204999.html 阅读全文

posted @ 2019-07-06 22:28 lydstory 阅读(336) 评论(0) 推荐(0) 编辑

文本去重算法
摘要:https://www.oschina.net/p/simhash 阅读全文

posted @ 2019-07-05 18:11 lydstory 阅读(471) 评论(0) 推荐(0) 编辑

python小代码
摘要:1.#注释 2. raw_input 阅读全文

posted @ 2019-07-05 17:00 lydstory 阅读(163) 评论(0) 推荐(0) 编辑

java cloudetl
摘要:java cloudetl etl云 亚信 阅读全文

posted @ 2019-07-05 14:45 lydstory 阅读(103) 评论(0) 推荐(0) 编辑

视频分析
摘要:qt opencv //脱岗分析 阅读全文

posted @ 2019-07-05 14:34 lydstory 阅读(86) 评论(0) 推荐(0) 编辑

stm32
摘要:* MCU 芯片:STM32F103VCT6 阅读全文

posted @ 2019-07-05 13:59 lydstory 阅读(105) 评论(0) 推荐(0) 编辑

linux解压缩6层
摘要:7z 阅读全文

posted @ 2019-07-04 19:34 lydstory 阅读(74) 评论(0) 推荐(0) 编辑

链接socket加异常
摘要:try { channel = AmqpClient::Channel::Create("10.10.22.105", 5672, "admin", "1234568888"); } catch (...) { } 阅读全文

posted @ 2019-07-04 14:04 lydstory 阅读(62) 评论(0) 推荐(0) 编辑

zxing opencv
摘要: 阅读全文

posted @ 2019-07-04 10:19 lydstory 阅读(167) 评论(0) 推荐(0) 编辑

ubuntu左边栏消失
摘要:ctrl+alt+t 控制台 阅读全文

posted @ 2019-07-03 21:14 lydstory 阅读(370) 评论(0) 推荐(0) 编辑

visulabox切换到菜单栏模式右ctrl + C
摘要:2)首次看到1024x768的桌面时,查看可用的分辨率时,可能只能看到1024x768和800x600两种,其实,如果在virtualbox中按 右ctrl + C(Switch to Scaled Mode),再最大化virtualbox窗口,然后再查看ubuntu的可用的分辨率,会发现,多了许多 阅读全文

posted @ 2019-07-03 20:42 lydstory 阅读(123) 评论(0) 推荐(0) 编辑

数据索引文件idx
摘要:数据索引文件idx 数据索引文件idx 数据索引文件idx 阅读全文

posted @ 2019-07-03 16:08 lydstory 阅读(618) 评论(0) 推荐(0) 编辑

qt读取xml
摘要:QDomNodeList 阅读全文

posted @ 2019-07-03 15:03 lydstory 阅读(86) 评论(0) 推荐(0) 编辑

socket 客户端 3个系统
摘要:win32 vxworks linux 阅读全文

posted @ 2019-07-03 14:55 lydstory 阅读(84) 评论(0) 推荐(0) 编辑

GOOSE报文解析
摘要:GOOSE报文解析 变电站 使用 MMS报文 http://www.360doc.com/content/16/1014/20/36538220_598459873.shtml 阅读全文

posted @ 2019-07-03 14:53 lydstory 阅读(1025) 评论(0) 推荐(0) 编辑

vxworks
摘要:VXWORKS - VXWORKS on Motorola 680x0 processor 电力控制设备 阅读全文

posted @ 2019-07-03 14:01 lydstory 阅读(139) 评论(0) 推荐(0) 编辑

ASN.1
摘要:ASN.1抽象语法标记(Abstract Syntax Notation One https://baike.baidu.com/item/ASN.1/498523?fr=aladdin 阅读全文

posted @ 2019-07-03 12:45 lydstory 阅读(99) 评论(0) 推荐(0) 编辑

获得本机物理ip地址mac
摘要:https://blog.csdn.net/guang670248515/article/details/81040797 文章来源:https://blog.csdn.net/kingepoch/article/details/24108653 阅读全文

posted @ 2019-07-03 10:53 lydstory 阅读(226) 评论(0) 推荐(0) 编辑

多个ip地址获取
摘要:#include "stdafx.h"#include <stdio.h> #include <winsock.h> #include <windows.h> #include <string.h> void main() { struct hostent *thishost; struct in_ 阅读全文

posted @ 2019-07-03 09:43 lydstory 阅读(436) 评论(0) 推荐(0) 编辑

c++网络库之 poco
摘要:java 不好吗?java面向对象很好啊。 poco 做的像 java 用起来更面向对象,这是优势。开发速度提升很多。boost 那种是给大牛看的。我觉得 poco 用起来方便,不清楚的地方随时看源码。我们的服务器服务千万用户就是用的 poco 做的。 阅读全文

posted @ 2019-07-01 14:08 lydstory 阅读(413) 评论(0) 推荐(0) 编辑

rabbitmq 发送的用户名是什么
摘要:消费的用户名也必须是什么 接收必须单独启动线程——否则mfc会崩溃 Sleep(30000); //30秒 只要你打开消费队列,只消费1个 队列中所有数据都丢失???????? 断线重连: 知道答案了,原因是重连的时候,每次重连都创建了一个新的线程,然后有信号的时候,每个线程都连接到rabbitMq 阅读全文

posted @ 2019-07-01 03:59 lydstory 阅读(198) 评论(0) 推荐(0) 编辑

类的静态函数只能访问类的静态成员变量
摘要:类的静态函数只能访问类的静态成员变量 类的静态函数只能访问类的静态成员变量 类的静态函数只能访问类的静态成员变量 类的静态函数只能访问类的静态成员变量 阅读全文

posted @ 2019-07-01 02:06 lydstory 阅读(632) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示