12 2019 档案

浏览器内核之webkit
摘要:webkit 阅读全文

posted @ 2019-12-31 21:41 lydstory 阅读(210) 评论(0) 推荐(0) 编辑

gn使用
摘要:https://blog.csdn.net/Vincent95/article/details/78499883 阅读全文

posted @ 2019-12-31 20:08 lydstory 阅读(172) 评论(0) 推荐(0) 编辑

ubuntu clang++安装
摘要:sudo apt install clang (3.8 sudo apt-get install llvm clang (llvm-ar 找不到) 阅读全文

posted @ 2019-12-31 18:08 lydstory 阅读(2239) 评论(0) 推荐(0) 编辑

gn tool 编译
摘要:之前介绍过GYP,它是Google早期用来维护chromium项目的meta-build system,GN则是用来替代GYP的工具,目前chromium及相关的开源项目都迁移到基于GN来管理。并且GN是基于C++编写,效率上比基于python的GYP快了近20倍。 环境准备 配置depot_too 阅读全文

posted @ 2019-12-31 15:13 lydstory 阅读(675) 评论(0) 推荐(0) 编辑

gn gen 工具
摘要:https://blog.csdn.net/rankun1/article/details/80396110 使用例子 阅读全文

posted @ 2019-12-31 14:39 lydstory 阅读(1293) 评论(0) 推荐(0) 编辑

permision deny python
摘要:sudo apt install python-pip测试中 阅读全文

posted @ 2019-12-31 14:21 lydstory 阅读(155) 评论(0) 推荐(0) 编辑

python报"IndentationError: unexpected indent"的解决方法
摘要:python是一种对缩进非常敏感的语言,最常见的情况是tab和空格的混用会导致错误,或者缩进不对,而这是用肉眼无法分别的。 空格 替换tab(行开始) 开始行 : 空格 print gnpath 阅读全文

posted @ 2019-12-31 13:33 lydstory 阅读(2970) 评论(0) 推荐(0) 编辑

python subprocess问题
摘要:解决方案 将 /usr/local/python-2.7.13/bin/ 配置到环境变量中 阅读全文

posted @ 2019-12-31 10:49 lydstory 阅读(624) 评论(0) 推荐(0) 编辑

python2 与 python3 区别
摘要:Python中的cStringIO问题 python2.7的 模块 python3没有 阅读全文

posted @ 2019-12-31 10:45 lydstory 阅读(92) 评论(0) 推荐(0) 编辑

gn python2
摘要:python2.7 阅读全文

posted @ 2019-12-31 10:10 lydstory 阅读(139) 评论(0) 推荐(0) 编辑

ubuntu安装python3
摘要:https://blog.csdn.net/u014775723/article/details/85213793 阅读全文

posted @ 2019-12-31 10:00 lydstory 阅读(163) 评论(0) 推荐(0) 编辑

gn hello
摘要:https://github.com/zoujiaqing/gn http://www.voidcn.com/article/p-dafwtprv-bqg.html python 问题 阅读全文

posted @ 2019-12-31 09:00 lydstory 阅读(177) 评论(0) 推荐(0) 编辑

pdf 英文标准
摘要:Objects. A PDF document is a data structure composed from a small set of basic types of data objects. Sub-clause 7.2, "Lexical Conventions," describes 阅读全文

posted @ 2019-12-30 21:49 lydstory 阅读(184) 评论(0) 推荐(0) 编辑

pdf to unicode
摘要:CPDF_ToUnicodeMap::Load(CPDF_Stream* pStream) https://stackoverflow.com/questions/15721846/cidfonts-and-mapping 阅读全文

posted @ 2019-12-30 21:32 lydstory 阅读(330) 评论(0) 推荐(0) 编辑

xrandr
摘要:https://blog.csdn.net/pipi0714/article/details/62037546/ xrandr -s 10 (xrandr) 阅读全文

posted @ 2019-12-30 17:10 lydstory 阅读(129) 评论(0) 推荐(0) 编辑

pdf head
摘要:【确定方案】 一个正常的PDF文件,二进制结构一定是以0x46445025(即ASCII的“%PDF”)做为开头标志。这个文件的开头以0x71736712开始。两者比较,显然是一种异或转换,通过计算,两者相差(异或)0x37。观察本PDF文件的尾部,发现同样做了篡改。 于是,在WINHEX中选中文件 阅读全文

posted @ 2019-12-30 16:14 lydstory 阅读(200) 评论(0) 推荐(0) 编辑

pdf 文档
摘要:x\234\225\226MkÜ0\020\206ï\vû\037tL\016ÑÎ\214F_°,ز]Z\032\bt{\n=\204ÒæÔüÿceg·µ\034e\034\023\bf\017ÏÌûÎ\227ÔáA\035\217\207ûô¹Sp:©¶Kª=ïw\207\001\025\202 阅读全文

posted @ 2019-12-30 11:52 lydstory 阅读(107) 评论(0) 推荐(0) 编辑

pdf load
摘要:PDF_DataDecode FPDFAPI_FlateOrLZWDecode CCodec_FlateModule::FlateOrLZWDecode FlateUncompress 解析 ( 过程中解析设置) fxcrt: fx_stream filewrite fileread readblo 阅读全文

posted @ 2019-12-30 11:40 lydstory 阅读(214) 评论(0) 推荐(0) 编辑

1个pc 多个-l 多个-l
摘要:# Package Information for pkg-config prefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir_old=${prefix}/include/opencv includedir_new=${prefix}/include Name: OpenCV Descript... 阅读全文

posted @ 2019-12-30 11:31 lydstory 阅读(157) 评论(0) 推荐(0) 编辑

中文unicode转换
摘要:https://www.qqxiuzi.cn/bianma/zifuji.php 阅读全文

posted @ 2019-12-27 14:26 lydstory 阅读(115) 评论(0) 推荐(0) 编辑

普元软件
摘要:http://www.primeton.com/ http://www.ronhe.cn/about/ztjs/ 阅读全文

posted @ 2019-12-27 05:49 lydstory 阅读(90) 评论(0) 推荐(0) 编辑

namingsqlx
摘要:https://blog.csdn.net/bigdabao1/article/details/78477836 普元EOS 阅读全文

posted @ 2019-12-27 05:44 lydstory 阅读(425) 评论(0) 推荐(0) 编辑

东网科技
摘要:http://www.neunn.com 阅读全文

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

KdPrint dbgprint
摘要:KdPrint dbgprint 驱动编程 阅读全文

posted @ 2019-12-27 02:40 lydstory 阅读(146) 评论(0) 推荐(0) 编辑

ZigBee Cluster Library
摘要:https://www.cnblogs.com/lubby/p/7053498.html zigbee学习 ZigBee,也称紫蜂,是一种低速短距离传输的无线网上协议,底层是采用IEEE 802.15.4标准规范的媒体访问层与物理层。主要特色有低速、低耗电、低成本、支持大量网上节点、支持多种网上拓扑 阅读全文

posted @ 2019-12-27 01:53 lydstory 阅读(429) 评论(0) 推荐(0) 编辑

z-stack 2.6
摘要:z-stack 2.6 云灾备 虚拟化 IAR 阅读全文

posted @ 2019-12-27 01:49 lydstory 阅读(96) 评论(0) 推荐(0) 编辑

vlc+ffmpeg
摘要:vlc+ffmpeg vlc+ffmpeg opencv directshow 阅读全文

posted @ 2019-12-27 01:38 lydstory 阅读(339) 评论(0) 推荐(0) 编辑

图像采集
摘要:回调函数 另一种方式??? 阅读全文

posted @ 2019-12-27 01:36 lydstory 阅读(144) 评论(0) 推荐(0) 编辑

HybridOS minigui
摘要:HybridOS minigui 阅读全文

posted @ 2019-12-27 00:04 lydstory 阅读(107) 评论(0) 推荐(0) 编辑

TrueType
摘要:TrueType是由美国苹果公司和微软公司共同开发的一种电脑轮廓字体(曲线描边字)类型标准。这种类型字体文件的扩展名是.ttf,类型代码是tfil。 早在1980年代末,苹果公司为了对抗Adobe公司的Type 1PostScript字体,设计开发了TrueType。之后微软加入了开发,Window 阅读全文

posted @ 2019-12-26 23:37 lydstory 阅读(712) 评论(0) 推荐(0) 编辑

pdfium xinxin
摘要:https://github.com/wasphin/pdfium 阅读全文

posted @ 2019-12-25 18:03 lydstory 阅读(138) 评论(0) 推荐(0) 编辑

linux crash
摘要:https://blog.csdn.net/zhouguoqionghai/article/details/78915720 阅读全文

posted @ 2019-12-25 17:36 lydstory 阅读(188) 评论(0) 推荐(0) 编辑

内核开发调试工具
摘要: 阅读全文

posted @ 2019-12-25 17:34 lydstory 阅读(149) 评论(0) 推荐(0) 编辑

github子目录svn下载
摘要:https://www.jianshu.com/p/4ba0650f18ad https://github.com/BALL-Contrib/contrib_qt_5.10.1/tree/0644bcabfbca1f104fc52f80092e16aea966c054/qtwebengine/src 阅读全文

posted @ 2019-12-25 17:22 lydstory 阅读(244) 评论(0) 推荐(0) 编辑

google pdfium最新
摘要:https://github.com/documentcloud/pdfium 阅读全文

posted @ 2019-12-25 17:20 lydstory 阅读(399) 评论(0) 推荐(0) 编辑

逆向.so
摘要: 阅读全文

posted @ 2019-12-25 16:26 lydstory 阅读(592) 评论(0) 推荐(0) 编辑

pdfium单元测试
摘要:https://github.com/tdaede/mozilla-central/blob/31d24eeeb1c2f9fa812c7de5b04ed19f51df159d/modules/pdfium/pdfium/fpdfsdk/fpdfeditimg_unittest.cpp https:/ 阅读全文

posted @ 2019-12-25 15:21 lydstory 阅读(303) 评论(0) 推荐(0) 编辑

pdfium FPDFPage_GenerateContent 生成文件内容
摘要:// Function: FPDFPage_GenerateContent// Generate PDF Page content.// Parameters: // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage 阅读全文

posted @ 2019-12-25 11:35 lydstory 阅读(709) 评论(0) 推荐(0) 编辑

世界上最经典的c/c++开源代码是啥
摘要:1.linux 内核代码 ???????????????? 阅读全文

posted @ 2019-12-25 11:17 lydstory 阅读(236) 评论(0) 推荐(0) 编辑

读过的开源项目代码(忘记的慢慢添加)
摘要:跟踪 调试过的 1.evpp 2.pdfium 阅读全文

posted @ 2019-12-25 11:12 lydstory 阅读(166) 评论(0) 推荐(0) 编辑

pdfium设置字体、字号输出pdf
摘要:一个字 设置 字体 字号 输出到一个pdf 格式输出文件 阅读全文

posted @ 2019-12-25 10:18 lydstory 阅读(841) 评论(0) 推荐(0) 编辑

stackoverflow问题
摘要:Acrobat Reader、Ghostscript、mudraw、Chrome Web浏览器(集成PDF视图)或基于PDFium 阅读全文

posted @ 2019-12-25 02:07 lydstory 阅读(136) 评论(0) 推荐(0) 编辑

pdfium 设置字体
只有注册用户登录后才能阅读该文。

posted @ 2019-12-25 01:11 lydstory 阅读(9) 评论(0) 推荐(0) 编辑

fc-list :lang=zh
摘要:fc-list :lang=zh linux查看中文字体 fc-list #字体列表 fc-list :lang=zh #中文字体 fc-match -v "字体名" # 查看字体详情 https://www.cnblogs.com/qtong/p/10875438.html 设置 阅读全文

posted @ 2019-12-25 01:09 lydstory 阅读(5550) 评论(0) 推荐(0) 编辑

pdfium 字体
只有注册用户登录后才能阅读该文。

posted @ 2019-12-25 01:00 lydstory 阅读(21) 评论(0) 推荐(0) 编辑

static_cast
摘要:https://baike.baidu.com/item/static_cast/4472966?fr=aladdin 阅读全文

posted @ 2019-12-24 23:48 lydstory 阅读(91) 评论(0) 推荐(0) 编辑

Chromium参考
摘要:https://github.com/Mokhir/ChromiumSaveTabFeature/blob/15d1438345e8f09c6bde257700a14751b5de5716/pdf/pdfium/pdfium_engine.cc 阅读全文

posted @ 2019-12-24 22:58 lydstory 阅读(285) 评论(0) 推荐(0) 编辑

unsigned short 数组输出
摘要:unsigned short 数组输出 中文 unsigned short result[800]; FPDFText_GetText(text_page,0,20,result); for(i=0;i<20;i++) { std::cout<<result[i]<<std::endl; } //循 阅读全文

posted @ 2019-12-24 17:09 lydstory 阅读(943) 评论(0) 推荐(0) 编辑

FPDF_CHAR_INFO
摘要:typedef struct { FX_WCHAR m_Unicode; FX_WCHAR m_Charcode; FX_INT32 m_Flag; FX_FLOAT m_FontSize; FX_FLOAT m_OriginX; FX_FLOAT m_OriginY; CFX_FloatRect 阅读全文

posted @ 2019-12-24 16:33 lydstory 阅读(149) 评论(0) 推荐(0) 编辑

汉字unicode码
摘要:word中输入你要查询的汉字或其他字符,随即按下Alt+X即可。 阅读全文

posted @ 2019-12-24 16:08 lydstory 阅读(895) 评论(0) 推荐(0) 编辑

国家保密技术测评中心
摘要:http://www.nsstec.org.cn/index.shtml 阅读全文

posted @ 2019-12-24 15:17 lydstory 阅读(279) 评论(0) 推荐(0) 编辑

linux 平台下可用的虚拟iusb
摘要:fusbnet 阅读全文

posted @ 2019-12-24 13:57 lydstory 阅读(143) 评论(0) 推荐(0) 编辑

Aisound5
摘要:Aisound5-WinCE5.0 科大讯飞语音合成Aisound5开发包 阅读全文

posted @ 2019-12-24 13:25 lydstory 阅读(339) 评论(0) 推荐(0) 编辑

有道截屏取词
摘要:有道截屏取词 有道截屏取词有道截屏取词 有道截屏取词有道截屏取词 翻译 阅读全文

posted @ 2019-12-23 17:51 lydstory 阅读(551) 评论(0) 推荐(0) 编辑

FPDFText_GetFontSize
摘要:FPDFText_GetFontSize :Get the font size of a particular characterProtetype: double FPDFText_GetFontSize(FPDF_TEXTPAGE text_page,int index);text_page - 阅读全文

posted @ 2019-12-23 17:46 lydstory 阅读(226) 评论(0) 推荐(0) 编辑

“我”这个字的unicode码到底是25105
摘要:“我”这个字的unicode码到底是25105 “我”这个字的unicode码到底是25105 “我”这个字的unicode码到底是25105 阅读全文

posted @ 2019-12-23 15:05 lydstory 阅读(1034) 评论(0) 推荐(0) 编辑

FPDFText_GetFont
摘要:FPDFText_GetFont :FPDFText_LoadPage,index a handle to the font used by the particular character 特定字符使用的字体的句柄。 返回值: FPDFFont_xxx使用 font ascent get the 阅读全文

posted @ 2019-12-23 10:51 lydstory 阅读(429) 评论(0) 推荐(0) 编辑

vscode 问题。。。。
摘要:"program": "${workspaceFolder}/a.out", "preLaunchTask": "build", ctrl+p 阅读全文

posted @ 2019-12-22 17:25 lydstory 阅读(369) 评论(0) 推荐(0) 编辑

linux vscode 编译配置
摘要:linux 环境下,g++和clang都可以作为C++的编译器,我这里选择使用的是clang。 首先是插件选择: (1) C/C++ 微软自带的C/C++插件。 (2) C/C++ Clang Command Adapter:提供静态检测(Lint) (3) Code Runner:右键即可编译运行 阅读全文

posted @ 2019-12-22 16:49 lydstory 阅读(737) 评论(0) 推荐(0) 编辑

vscode 启动
摘要:code --user-data-dir /root/vscode code --user-data-dir /root/vscode 阅读全文

posted @ 2019-12-22 15:14 lydstory 阅读(565) 评论(0) 推荐(0) 编辑

libnl概述
摘要:以下三个库都基于其核心库libnl: libnl-route:用于和Kernel中的Routing子系统交互。 libnl-nf:用于和Kernel中的Netfilter子系统交互。 libnl-genl:用于和Kernel中的Generic Netlink模块交互。 本节介绍libnl中的一些常用 阅读全文

posted @ 2019-12-22 15:01 lydstory 阅读(5956) 评论(0) 推荐(1) 编辑

删除文件linux
摘要:bool LxDeleteFile(const char* src){ int32_t iRe = remove(src); if(iRe==0) return true; else return false; } 阅读全文

posted @ 2019-12-21 19:24 lydstory 阅读(131) 评论(0) 推荐(0) 编辑

iconv转换
摘要://///////////////////////////////////////////////////// #include <iconv.h> #include <stdlib.h> #include <stdio.h> int code_convert(char *from_charset,char *to_charset,char *inbuf,size_t inlen,char *ou 阅读全文

posted @ 2019-12-21 18:54 lydstory 阅读(395) 评论(0) 推荐(0) 编辑

a是什么??
摘要://解决Linux下默认中文字体乱码问题 QFont font("simsun", 11, QFont::Normal, false); a.setFont(font); 阅读全文

posted @ 2019-12-20 06:28 lydstory 阅读(119) 评论(0) 推荐(0) 编辑

qt 自定义控件窗口提升
摘要: 阅读全文

posted @ 2019-12-19 10:29 lydstory 阅读(882) 评论(0) 推荐(0) 编辑

ism 发布
摘要:ism 发布 ism 发布 ism 发布 阅读全文

posted @ 2019-12-18 16:57 lydstory 阅读(295) 评论(0) 推荐(0) 编辑

qt emit
摘要:emit 类的函数 阅读全文

posted @ 2019-12-18 15:34 lydstory 阅读(1015) 评论(0) 推荐(0) 编辑

error: [debug/qrc_resource.cpp] Error 1
摘要:t在进行debug时,出现这个错误,去资源文件夹,用资源编辑器打开resource.qrc文件,查看是否有标红的资源文件。 如果有红色名称的资源文件,那么就是因为缺少该资源文件,导致的这个错误。 改正方法: 1.点击“Remove Missing Files”,去掉该文件。 2.重新添加该资源文件。 阅读全文

posted @ 2019-12-18 03:26 lydstory 阅读(1791) 评论(0) 推荐(0) 编辑

qt qrc 资源文件
摘要:qt qrc 资源文件 qt qrc 资源文件 qt qrc 资源文件 阅读全文

posted @ 2019-12-18 03:20 lydstory 阅读(299) 评论(0) 推荐(0) 编辑

Qtlocalsocket找不到
摘要:QT += network 阅读全文

posted @ 2019-12-17 23:04 lydstory 阅读(220) 评论(0) 推荐(0) 编辑

编程进阶:利用记事本替换
摘要:业务语句 利用notepad替换 而不是手动输入 提供效率 阅读全文

posted @ 2019-12-17 22:28 lydstory 阅读(153) 评论(0) 推荐(0) 编辑

qtdomdocument找不到
摘要: 阅读全文

posted @ 2019-12-17 20:46 lydstory 阅读(200) 评论(0) 推荐(0) 编辑

国产化环境使用xml
摘要:https://www.cnblogs.com/honker/p/3782352.html 阅读全文

posted @ 2019-12-17 19:46 lydstory 阅读(225) 评论(0) 推荐(0) 编辑

sqlite3 国产化如何添加密码
摘要:sqlite3 国产化如何添加密码 sqlite3 国产化如何添加密码sqlite3 国产化如何添加密码 阅读全文

posted @ 2019-12-17 19:40 lydstory 阅读(607) 评论(0) 推荐(0) 编辑

sqliteman
摘要:2、安装文件 采用源码方式安装 可用下面地址自行下载 https://sourceforge.net/projects/sqliteman/files/sqliteman/1.2.2/ 3、安装 1)上传tar包到linux上, 2)tar xvf sqliteman-1.2.2.tar.gz 3) 阅读全文

posted @ 2019-12-17 19:16 lydstory 阅读(262) 评论(0) 推荐(0) 编辑

qt用于图片显示的窗口
摘要:用于图片显示的窗口 国产化 阅读全文

posted @ 2019-12-17 15:37 lydstory 阅读(821) 评论(0) 推荐(0) 编辑

QLocalServer和QLocalSocket单进程和进程通信
摘要:https://blog.csdn.net/u013189731/article/details/39155141 阅读全文

posted @ 2019-12-17 15:29 lydstory 阅读(219) 评论(0) 推荐(0) 编辑

readlink
摘要:https://blog.csdn.net/xieganyu3460/article/details/83064019 阅读全文

posted @ 2019-12-17 15:25 lydstory 阅读(136) 评论(0) 推荐(0) 编辑

undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
摘要:解决方法 在QT工程的.pro文件中添加如下内容: LIBS=-ldl 阅读全文

posted @ 2019-12-17 11:58 lydstory 阅读(852) 评论(0) 推荐(0) 编辑

nignx环境搭建
摘要:国产化 环境可以支持,中标麒麟 龙芯 银河麒麟 阅读全文

posted @ 2019-12-17 09:58 lydstory 阅读(108) 评论(0) 推荐(0) 编辑

FPDF_CloseDocument(doc);
摘要:FPDF_CloseDocument(doc); 创建不加载就会段错误 必须创建 doc = FPDF_CreateNewDocument(); 阅读全文

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

git 使用
摘要:git config --global --edit git commit -m "example dlopen pdfium Makefile" git push 阅读全文

posted @ 2019-12-13 16:52 lydstory 阅读(135) 评论(0) 推荐(0) 编辑

C/C++:GCC/G++ -Wl,-soname 链接选项作用
摘要:https://blog.csdn.net/test1280/article/details/81157767 阅读全文

posted @ 2019-12-13 16:18 lydstory 阅读(824) 评论(0) 推荐(0) 编辑

nm U -l库的
摘要:nm U -l库的 阅读全文

posted @ 2019-12-13 15:41 lydstory 阅读(207) 评论(0) 推荐(0) 编辑

定位符号连接错误???
摘要:https://blog.csdn.net/buknow/article/details/96130049 阅读全文

posted @ 2019-12-13 15:11 lydstory 阅读(151) 评论(0) 推荐(0) 编辑

如何调用.so动态库中的函数,如何把自己的函数导出为.so的动态库函数供别人调用
摘要:调用.so中的函数和平常的函数没有区别,只是在编译连接时加上-lxxxx就行了.要生成.so库,则编译时用下面的语句:gcc -shared -Wl,-soname,libmyfun.so -o libmyfun.so myfun.o 要生成.so库,则编译时用下面的语句:gcc -shared - 阅读全文

posted @ 2019-12-13 14:07 lydstory 阅读(1816) 评论(0) 推荐(0) 编辑

Linux(ubuntu)下创建用户没有创建家目录
摘要:sudo useradd -m username #参数-m 自动创建用户的家目录 阅读全文

posted @ 2019-12-13 10:10 lydstory 阅读(740) 评论(0) 推荐(0) 编辑

c 和 c++ 啊 Make
摘要: 阅读全文

posted @ 2019-12-13 09:45 lydstory 阅读(105) 评论(0) 推荐(0) 编辑

c/c++ 混合编程.so
摘要:CC = gccC++ = g++LINK = g++ LIBS = -lz -lm -lpcre#must add -fPIC optionCCFLAGS = $(COMPILER_FLAGS) -c -g -fPICC++FLAGS = $(COMPILER_FLAGS) -c -g -fPIC 阅读全文

posted @ 2019-12-13 09:20 lydstory 阅读(221) 评论(0) 推荐(0) 编辑

-fpermissive
摘要:-fpermissive 阅读全文

posted @ 2019-12-13 06:28 lydstory 阅读(1345) 评论(0) 推荐(0) 编辑

linux so库方式
摘要:gcc test_a.c test_b.c test_c.c -fPIC -shared -o libtest.so 阅读全文

posted @ 2019-12-13 03:26 lydstory 阅读(195) 评论(0) 推荐(0) 编辑

gyp --depth . -D component=shared_library -Ibuild/standalone.gypi build/all.gyp
摘要:gyp --depth . -D component=shared_library -Ibuild/standalone.gypi build/all.gyp 阅读全文

posted @ 2019-12-13 03:23 lydstory 阅读(135) 评论(0) 推荐(0) 编辑

foxit pdf sdk
摘要:http://www.doc88.com/p-9019791029100.html 阅读全文

posted @ 2019-12-13 02:01 lydstory 阅读(444) 评论(0) 推荐(0) 编辑

/usr/lib/python2.7/subprocess.py", line 1239, in _execute_child
摘要:Traceback (most recent call last):File "/home/eping/bin/repo", line 685, in main(sys.argv[1:])File "/home/eping/bin/repo", line 652, in main_Init(args 阅读全文

posted @ 2019-12-12 23:03 lydstory 阅读(2820) 评论(0) 推荐(0) 编辑

tar 打包
摘要:tar -czvf /tmp/etc.tar.gz /etc 阅读全文

posted @ 2019-12-12 22:17 lydstory 阅读(359) 评论(0) 推荐(0) 编辑

/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
摘要:https://www.jb51.net/article/142787.htm gn gn 问题如何解决????? 阅读全文

posted @ 2019-12-12 21:53 lydstory 阅读(2280) 评论(0) 推荐(0) 编辑

.gclient文件
摘要://注意以.开头的文件名在linux下都是隐藏文件,需要使用ll 或者ls -all 才可以查看. .gclient文件必须有,否则会报类似下面的错误: Traceback (most recent call last): File "/webrtc/depot_tools/gn.py", line 阅读全文

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

gn工具安装
摘要:https://github.com/timniederhausen/gn 阅读全文

posted @ 2019-12-12 19:05 lydstory 阅读(1928) 评论(0) 推荐(0) 编辑

gn-build
摘要:I'm not completely sure from the error you describe but it sounds like you don't have a .gn file in the root. I recently started getting into gn and m 阅读全文

posted @ 2019-12-12 18:54 lydstory 阅读(365) 评论(0) 推荐(0) 编辑

gn gen ninja
摘要:https://github.com/ninja-build/ninja 阅读全文

posted @ 2019-12-12 18:50 lydstory 阅读(200) 评论(0) 推荐(0) 编辑

glibc-static
摘要:yum install glibc-static yum install libstdc++-static 阅读全文

posted @ 2019-12-12 18:18 lydstory 阅读(979) 评论(0) 推荐(0) 编辑

poppler
摘要:https://github.com/freedesktop/poppler http://www.openjpeg.org/ https://github.com/uclouvain/openjpeg/releases/tag/v2.3.1 libpng 必须 1.5版本 国产化 专用机 3个平台 阅读全文

posted @ 2019-12-12 14:48 lydstory 阅读(279) 评论(0) 推荐(0) 编辑

itestpdf
摘要:itestpdf jar pdf 阅读全文

posted @ 2019-12-12 14:14 lydstory 阅读(208) 评论(0) 推荐(0) 编辑

word保存为pdf
摘要:word保存为pdf word保存为pdf word保存为pdf 阅读全文

posted @ 2019-12-12 13:17 lydstory 阅读(136) 评论(0) 推荐(0) 编辑

word最近文档清除
摘要: 阅读全文

posted @ 2019-12-12 13:13 lydstory 阅读(156) 评论(0) 推荐(0) 编辑

ubuntu pdfium
摘要:dept_tool export PATH=`pwd`/depot_tools:"$PATH" gn工具在内 阅读全文

posted @ 2019-12-12 12:06 lydstory 阅读(192) 评论(0) 推荐(0) 编辑

无法添加符号: 归档没有索引;运行 ranlib 以添加一个
摘要:这将告诉您对象文件的格式.如果对象文件是针对不同的平台编译的,则会导致无法为存档创建索引.要纠正这种情况,您需要重新编译这些文件. 阅读全文

posted @ 2019-12-12 11:33 lydstory 阅读(2132) 评论(0) 推荐(0) 编辑

ar 归档
摘要:ar的常用用法见正文。 1、创建库文件 我 不知道怎么创建一个空的库文件。好在这个功能好像不是很需要。通常人们使用“ar cru liba.a a.o"这样的命令来创建一个库并把a.o添加进去。"c"关键字告诉ar需要创建一个新库文件,如果没有指定这个标志则ar会创建一个文件,同时会给出 一个提示信 阅读全文

posted @ 2019-12-12 11:24 lydstory 阅读(396) 评论(0) 推荐(0) 编辑

-shared -fPIC
摘要:这里有一个-fPIC参数 PIC就是position independent code PIC使.so文件的代码段变为真正意义上的共享 阅读全文

posted @ 2019-12-12 00:34 lydstory 阅读(211) 评论(0) 推荐(0) 编辑

密标与pdf有什么关系
摘要:密标与pdf有什么关系 密标与pdf有什么关系 密标与pdf有什么关系 阅读全文

posted @ 2019-12-11 21:09 lydstory 阅读(209) 评论(0) 推荐(0) 编辑

pdfium ppm demo
摘要:https://github.com/xinyu391/pdfium_with_cmake/blob/74baec0ae113f9deeaccd9a556c1fefa69df6425/demo.cpp 阅读全文

posted @ 2019-12-11 15:44 lydstory 阅读(737) 评论(0) 推荐(0) 编辑

pdfium 例子
摘要:https://github.com/cgilling/build-pdfium/blob/67e5e6eadaf474283ff8e6f47b9454330bf61a76/pdfium_test/main.cc 阅读全文

posted @ 2019-12-11 15:41 lydstory 阅读(429) 评论(0) 推荐(0) 编辑

pthread_create线程终止问题
摘要:一直以为,程序创建线程,线程运行结束会自动清空资源 最近在一个项目中用到了线程,除去业务逻辑,我把他简化出来是下面这样 //pthread.c 错误demo示例#include <stdio.h>#include <pthread.h>static int testcount = 0;static 阅读全文

posted @ 2019-12-11 15:19 lydstory 阅读(4523) 评论(0) 推荐(0) 编辑

线程传参数
摘要:https://blog.csdn.net/weixin_37787043/article/details/78745836 阅读全文

posted @ 2019-12-11 14:58 lydstory 阅读(93) 评论(0) 推荐(0) 编辑

QThread的线程池
摘要:class ThreadPool : public QThread 阅读全文

posted @ 2019-12-11 13:53 lydstory 阅读(276) 评论(0) 推荐(0) 编辑

数字水印
摘要:人们又开始研究秘密信息在文字数据 (如文本 、PDF文件等)中的水印技术。 嵌入有效性 逼真度 数据容量 数据容量指在文本水 印中能嵌入水印的 比特 数。一个以 N比特编码的水 印称做 N一比特水印, 这样的文本水印可以用来嵌入 2 个不 同的消息。 许多应用场合要求文本检测器能执行两重功能。首 先 阅读全文

posted @ 2019-12-11 09:58 lydstory 阅读(296) 评论(0) 推荐(0) 编辑

hp-socket
摘要:https://github.com/ldcsaa/HP-Socket/tree/master/Linux/src hp-socket现在国内开源网站上排第一位,你们看看评论就知道了。 用了4年,用户数千万级,同时在线10万级,从来没出过任何问题,稳定性我还是认可的。 webserver tcpse 阅读全文

posted @ 2019-12-10 11:58 lydstory 阅读(427) 评论(0) 推荐(0) 编辑

思想家:编码数据传递
摘要:面向对象类的思想,构造函数类对象的初始化(mfc窗体之间传递数据的思想使用到普通类) fork 多进程并发 数据流的传递 代码结构 框架 设计模式 回调机制 事件机制 从思想上,理解编码,不是从什么系统 语言上理解 一些基础元素 c+o co2 语言的一个行为 数据组成一个组件元素 各种co 等组成 阅读全文

posted @ 2019-12-10 11:04 lydstory 阅读(148) 评论(0) 推荐(0) 编辑

linux open 黄色文件
摘要:表示设备文件 生成的新的pdf 阅读全文

posted @ 2019-12-10 09:02 lydstory 阅读(717) 评论(0) 推荐(0) 编辑

fd (int)读写文件
摘要:原文链接:https://blog.csdn.net/hhhlizhao/article/details/71552588 阅读全文

posted @ 2019-12-09 23:47 lydstory 阅读(450) 评论(0) 推荐(0) 编辑

pdfium sdk调用方式
摘要:FPDF_InitLibrary(NULL); FPDF_CreateNewDocument(); FPDF_DestroyLibrary(); 阅读全文

posted @ 2019-12-09 22:29 lydstory 阅读(925) 评论(0) 推荐(0) 编辑

CPDF_Document
摘要:auto pDoc = std::unique_ptr<CPDF_Document>(); pDoc->CreateNewDoc(); auto pDict = CPDF_Dictionary::Create(); auto pStream = CPDF_Stream::Create(nullptr 阅读全文

posted @ 2019-12-09 21:51 lydstory 阅读(290) 评论(0) 推荐(0) 编辑

将构造函数,析构函数声明为私有和保护的,那么对象如何创建
摘要:已经不能从外部调用构造函数了,但是对象必须被构造,应该如何解决,麻烦大家帮忙说明,关于构造,析构函数声明为私有和保护时的用法??? 提出这个问题,说明你已经对c++有所思考了。 从语法上来讲,一个函数被声明为protected或者private,那么这个函数就不能从“外部”直接被调用了。 对于pro 阅读全文

posted @ 2019-12-09 21:35 lydstory 阅读(713) 评论(0) 推荐(0) 编辑

pdfium:创建CreateNewDoc
摘要:CreateNewDoc //创建文档 https://github.com/PureFusionOS/android_external_pdfium/blob/040b899a933cdb373171f4b9d3a5e7a0fd0b5633/core/fpdfapi/parser/cpdf_doc 阅读全文

posted @ 2019-12-09 17:51 lydstory 阅读(419) 评论(0) 推荐(0) 编辑

pdfium
摘要:https://github.com/SubtleCow/AccessControlListsintheDOM/tree/4673d995e5614bc682cecd22f9b2919b23602735/src/pdf/pdfium 继承自 阅读全文

posted @ 2019-12-09 17:14 lydstory 阅读(738) 评论(0) 推荐(0) 编辑

qt需求
摘要:1.登录框 账号密码 复杂度判断 2.监控 权限认证 (5分钟必须锁定,退回登录状态)--b/s 3.exe 嵌入exe (什么时间触发了什么消息,任何消息触发都可以,日志文件zlog,5分钟没有写日志kill) 4.登录去服务器认证(走什么协议curl) 阅读全文

posted @ 2019-12-09 16:50 lydstory 阅读(191) 评论(0) 推荐(0) 编辑

pdfium 代码执行流程
摘要:1.FPDF_InitLibrary(NULL); CPDF_CustomAccess::CPDF_CustomAccess(FPDF_FILEACCESS* pFileAccess) { if (pFileAccess) m_FileAccess = *pFileAccess; } CPDF_Cu 阅读全文

posted @ 2019-12-09 13:59 lydstory 阅读(729) 评论(0) 推荐(0) 编辑

pdfium舍弃v8依赖
摘要:Step 3 去除v8依赖 用文本编辑器打开pdfium根目录下的pdfium.gyp文件,找到'javascript'及'jsapi'依赖(47行左右): 'dependencies': [ 'safemath', 'fdrm', 'fpdfdoc', 'fpdfapi', 'fpdftext', 阅读全文

posted @ 2019-12-09 11:52 lydstory 阅读(314) 评论(0) 推荐(0) 编辑

ppm
摘要:PPM图像格式是由Jef Poskanzer 在1991年所创造的。 PPM(Portable Pixmap Format)还有两位兄长,大哥名叫「PBM」,二哥人称「PGM」,他们三兄弟各有所长,下面为你们一一介绍: PBM 是位图(bitmap),仅有黑与白,没有灰PGM 是灰度图(graysc 阅读全文

posted @ 2019-12-09 10:15 lydstory 阅读(915) 评论(0) 推荐(0) 编辑

v8::V8::InitializeICU();
摘要:InitializeICU v8引擎 学习 。。。 阅读全文

posted @ 2019-12-09 10:08 lydstory 阅读(439) 评论(0) 推荐(0) 编辑

v8/src/compilation-statistics.cc pdfium编译
摘要:v8/src/compilation-statistics.cc:18:3: 警告:‘auto’ changes meaning in C++11; please remove it [-Wc++0x-compat] auto it = phase_map_.find(phase_name_str) 阅读全文

posted @ 2019-12-09 09:48 lydstory 阅读(297) 评论(0) 推荐(0) 编辑

pdfium去掉v8支持
摘要:GYP_DEFINES='pdf_enable_v8=0 pdf_enable_xfa=0' build/gyp_pdfium 未测试 ??????????? 阅读全文

posted @ 2019-12-09 09:34 lydstory 阅读(379) 评论(0) 推荐(0) 编辑

v8 编译 时长3小时
摘要: 阅读全文

posted @ 2019-12-09 04:25 lydstory 阅读(204) 评论(0) 推荐(0) 编辑

windows pdfium
摘要:https://blog.csdn.net/zy19940906/article/details/61621975 阅读全文

posted @ 2019-12-09 00:28 lydstory 阅读(278) 评论(0) 推荐(0) 编辑

v8
摘要:V8 - 开源,由Google开发,用C ++编写 Rhin- 由Mozilla基金会开源,完全用Java开发 SpiderMonkey 第一个JavaScript引擎,Netscape Navigator,Firefox JavaScriptCore 苹果公司为Safari开发 KJS 最初由Ha 阅读全文

posted @ 2019-12-09 00:12 lydstory 阅读(1359) 评论(0) 推荐(0) 编辑

解决在linux下编译32程序出现“/usr/include/gnu/stubs.h:7:27: 致命错误:gnu/stubs-32.h:没有那个文件或目录问题”
摘要:centos64位编译32位代码,出现/usr/include/gnu/stubs.h:7:27: 致命错误:gnu/stubs-32.h:没有那个文件或目录,需要安装32位的glibc库文件。 安装32位glibc库文件命令: sudo yum install glibc-devel.i686(安 阅读全文

posted @ 2019-12-09 00:10 lydstory 阅读(2557) 评论(0) 推荐(0) 编辑

google v8
摘要:https://github.com/tongbai168/v8 https://iwebing.lofter.com/tag/chromium 编译动态库 阅读全文

posted @ 2019-12-08 21:54 lydstory 阅读(133) 评论(0) 推荐(0) 编辑

python gyp
摘要:https://github.com/bnoordhuis/gyp 所以,手动加了这个变量 https://blog.csdn.net/weixin_30576827/article/details/94824796 //找不到变量解决 阅读全文

posted @ 2019-12-08 21:02 lydstory 阅读(632) 评论(0) 推荐(0) 编辑

centos depot_tools安装
摘要:https://github.com/cybertk/depot_tools 阅读全文

posted @ 2019-12-08 20:12 lydstory 阅读(1492) 评论(2) 推荐(0) 编辑

音响音效
摘要:https://gitlab.com/soundtouch/soundtouch 阅读全文

posted @ 2019-12-08 04:58 lydstory 阅读(113) 评论(0) 推荐(0) 编辑

云科凯创
摘要:https://www.cloudscope.cn/ java 保险 阅读全文

posted @ 2019-12-08 04:20 lydstory 阅读(154) 评论(0) 推荐(0) 编辑

北京仁聚汇通
摘要:www.eigpay.com 支付 阅读全文

posted @ 2019-12-08 03:27 lydstory 阅读(153) 评论(0) 推荐(0) 编辑

防窜货
摘要:通过系统软件指挥多种可选择的标识设备,在每一个单件产品上打印或加贴唯一的产品身份标记,如:一维条码、二维条码、RFID、数字符号等,使每一个单件产品被赋予一个或一组独特的标记,用来代表每个产品的相关精确信息,此过程称为“赋码”。 利用自动识别设备如:条码扫描器、RFID读写器、视觉识读等工业传感装置 阅读全文

posted @ 2019-12-08 03:17 lydstory 阅读(339) 评论(0) 推荐(0) 编辑

Ganglia
摘要:Ganglia包括如下几个程序,他们之间通过XDR(xml的压缩格式)或者XML格式传递监控数据,达到监控效果。集群内的节点,通过运行gmond收集发布节点状态信息,然后gmetad周期性的轮询gmond收集到的信息,然后存入rrd数据库,通过web服务器可以对其进行查询展 阅读全文

posted @ 2019-12-08 02:45 lydstory 阅读(274) 评论(0) 推荐(0) 编辑

pdfium 之二
摘要:https://www.foxitsoftware.cn/products/premium-pdfium/feature.php 基于谷歌PDFium开源代码 谷歌采用福昕的PDF技术为其PDF开源项目提供开源PDF渲染引擎。现在,通过福昕SDK,PDF开发人员使用PDF源码时可以更加简单,福昕SD 阅读全文

posted @ 2019-12-06 20:42 lydstory 阅读(2324) 评论(0) 推荐(0) 编辑

熊雨前 求伯军
摘要:熊雨前 求伯军 核心技术 阅读全文

posted @ 2019-12-06 17:52 lydstory 阅读(197) 评论(0) 推荐(0) 编辑

文档云存储
摘要:文档云存储 金山办公 软件 阅读全文

posted @ 2019-12-06 17:43 lydstory 阅读(148) 评论(0) 推荐(0) 编辑

clickhouse数据库
摘要:https://www.jianshu.com/p/a5bf490247ea https://www.cnblogs.com/davygeek/p/8018292.html 开源分布式数据库 https://github.com/ClickHouse/ClickHouse 携程用ClickHouse 阅读全文

posted @ 2019-12-06 16:32 lydstory 阅读(2217) 评论(0) 推荐(0) 编辑

Ninja——小而快的构建系统
摘要:介绍 Ninja 是Google的一名程序员推出的注重速度的构建工具,一般在Unix/Linux上的程序通过make/makefile来构建编译,而Ninja通过将编译任务并行组织,大大提高了构建速度 安装 目前最新版本是17年9月11日推出的v1.8.2,可以直接在github上下载其二进制文件, 阅读全文

posted @ 2019-12-06 16:21 lydstory 阅读(628) 评论(0) 推荐(0) 编辑

PDFium
摘要:Chromium depot_tools Windows development PDFium uses the same build tool as Chromium: 阅读全文

posted @ 2019-12-06 16:16 lydstory 阅读(180) 评论(0) 推荐(0) 编辑

码云
摘要:https://gitee.com/ 阅读全文

posted @ 2019-12-06 16:08 lydstory 阅读(252) 评论(0) 推荐(0) 编辑

http异步请求
摘要:https://www.cnblogs.com/xiaoheis/p/9670724.html#4302266 阅读全文

posted @ 2019-12-06 15:16 lydstory 阅读(256) 评论(0) 推荐(0) 编辑

http异步通信
摘要:get 请求1)创建一个XMLHttpRequest对象2)调用该对象的open方法3)如果是get请求,设置回调函数onreadystatechange = callback4)Send如果是post 请求5)创建一个XMLHttpRequest对象6)调用该对象的open方法7)调用setReq 阅读全文

posted @ 2019-12-06 14:39 lydstory 阅读(255) 评论(0) 推荐(0) 编辑

PDFium-PDF开源之旅
摘要:1.安装python 2.7 https://blog.csdn.net/lzfly/article/details/27077487 https://www.jianshu.com/p/8bb348ba8d61 https://www.jianshu.com/p/8bb348ba8d61 阅读全文

posted @ 2019-12-06 14:05 lydstory 阅读(571) 评论(0) 推荐(0) 编辑

pdflib
摘要:https://blog.csdn.net/Mr_oOo_/article/details/100581088 阅读全文

posted @ 2019-12-06 12:30 lydstory 阅读(248) 评论(0) 推荐(0) 编辑

Google开源PDF软件库
摘要:Google开启了一个叫做PDFium的PDF软件库开源项目,开发人员能够将其纳入各种平台应用中。 据Google的Chromium项目的布道师François Beaufort称,PDFium将被包装进Google的Chrome浏览器,以替换掉封闭的源代码。 Chrome浏览器大部分代码是开源的, 阅读全文

posted @ 2019-12-06 11:38 lydstory 阅读(2699) 评论(0) 推荐(0) 编辑

学习方法:手抄代码 画图实践 文档编写
摘要:学习方法:手抄代码 画图实践 文档编写 画图: 原理 图 文档:流程图 visio uml 阅读全文

posted @ 2019-12-06 11:26 lydstory 阅读(223) 评论(0) 推荐(0) 编辑

思想家:记录时间日志操作的重要性
摘要:记录时间日志操作的重要性 记录时间日志操作的重要性记录时间日志操作的重要性 很多时候,我们找不到问题的,gdb,跟踪调试,只能解决程序代码逻辑的错误,整体架构,是否发送返回,并发处理效率为什么这么低? 一时找不到办法,脑袋没有了想法 这时候,我们可以zlog之类的 类似时间处理 日志 详细记录程序的 阅读全文

posted @ 2019-12-05 16:49 lydstory 阅读(319) 评论(0) 推荐(0) 编辑

打脸下公司,过过眼瘾
摘要:http://www.ggcg.cn/show-136-7052-1.html 第四包:深圳市奥思网络科技有限公司提供的投标产品技术指标偏离表不符合招标文件要求,其投标被拒绝;北京天健通泰科技有限公司提供的法定代表人授权委托书投标人代表未签字,不符合招标文件要求,其投标被拒绝;深圳市金蝶天燕中间件股 阅读全文

posted @ 2019-12-04 17:33 lydstory 阅读(220) 评论(0) 推荐(0) 编辑

安全产品采购
摘要:http://www.hljbm.gov.cn/ml.asp 阅读全文

posted @ 2019-12-04 17:26 lydstory 阅读(99) 评论(0) 推荐(0) 编辑

监控进程cpu meminfo
摘要:https://github.com/cdrandin/cpsc_351 https://github.com/cdrandin?after=Y3Vyc29yOnYyOpK5MjAxNC0wNy0xMVQxNDowNTowMyswODowMM4BS3tZ&tab=repositories 国人的gi 阅读全文

posted @ 2019-12-04 16:45 lydstory 阅读(174) 评论(0) 推荐(0) 编辑

boost::asio
摘要:https://github.com/htesligte/QueueProcessor 例子 阅读全文

posted @ 2019-12-04 16:33 lydstory 阅读(261) 评论(0) 推荐(0) 编辑

#include <gtest/gtest.h>
摘要:gtest 调式 类似cppunit 阅读全文

posted @ 2019-12-04 16:22 lydstory 阅读(1490) 评论(0) 推荐(0) 编辑

atomic
摘要:Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue 无锁、原子、多生产者、多用户、C++、进程间和进程间队列 阅读全文

posted @ 2019-12-04 16:19 lydstory 阅读(468) 评论(0) 推荐(0) 编辑

github1:workq
摘要:https://github.com/taf2/workq https://github.com/erez-strauss/lockfree_mpmc_queue 多生产者 多消费者 队列 <std::thread> https://github.com/limingfan2016/game_ser 阅读全文

posted @ 2019-12-04 16:14 lydstory 阅读(219) 评论(0) 推荐(0) 编辑

opencv2:CvvImage显示图片
摘要:https://blog.csdn.net/wgf5845201314/article/details/78186178 阅读全文

posted @ 2019-12-04 16:01 lydstory 阅读(335) 评论(0) 推荐(0) 编辑

opencv 程序
摘要:IplImage结构中的一个元素;struct _IplROI *roi; //图像感兴趣区域,当该值非空时,只对该区域进行处理 。 IplImage结构中的一个元素;struct _IplROI *roi; //图像感兴趣区域,当该值非空时,只对该区域进行处理 。 ROI :Region of I 阅读全文

posted @ 2019-12-04 15:34 lydstory 阅读(154) 评论(0) 推荐(0) 编辑

算法—水印 字体
摘要:基于二值文本图像水印和基于矢量字库水印双算法。是国内外唯一支持字符文本文件(即通常使用的可编辑的Word、PDF、WPS等类型的文件)和扫描文件(将公文等用扫描仪扫描后形成图像文件进行二次打印输出)两种文件形式的数字水印技术 多家版式文件、流式文件、打印管控领域的软件开发企业和打印机生产企业签订战略 阅读全文

posted @ 2019-12-04 15:13 lydstory 阅读(279) 评论(0) 推荐(0) 编辑

opencv2配置window
摘要:https://opencv.org/ opencv2 opencv3 opencv4 (现在到4版本) 二值化 图像拉伸 灰度 图像腐蚀 车牌识别 配置:https://blog.csdn.net/maizousidemao/article/details/81474834 debug 调试 必须 阅读全文

posted @ 2019-12-04 13:55 lydstory 阅读(470) 评论(0) 推荐(0) 编辑

10大信息安全事故
摘要:http://www.netsys.cn/content/498.html 阅读全文

posted @ 2019-12-04 10:52 lydstory 阅读(917) 评论(0) 推荐(0) 编辑

思想家:变革
摘要:信息量爆炸 零信任 未来趋势 3年 5年 计划 未来10年 规模化 企业方向 关键核心技术 实现编码关键 落实到位政策 相关实现核心人才 兵力部署 海陆空 宇宙 人文思想 黑暗世界 天才 高学历(高能力) 市场规模(销售人才正常 落实情况) 一切动态变化 (企业动态革命) 创业家 阅读全文

posted @ 2019-12-04 10:33 lydstory 阅读(143) 评论(0) 推荐(0) 编辑

思想家:关注一些行业网站公司
摘要:https://duo.com/ beyondcorp公司 阅读全文

posted @ 2019-12-04 10:26 lydstory 阅读(136) 评论(0) 推荐(0) 编辑

安全事故
摘要:几乎所有网络安全事故的调查都指出,黑客在完成攻击之前,甚至之后,曾长期潜伏在企业内网,利用内部系统漏洞和管理缺陷逐步获得高级权限 另一方面,内部人员的误操作和恶意破坏(Insider Threat,内部人威胁)一直是企业安全的巨大挑战,长期以来都没有好的解决方案。也就是说,认为企业内网是可信区域的传 阅读全文

posted @ 2019-12-04 10:04 lydstory 阅读(197) 评论(0) 推荐(0) 编辑

零信任
摘要:BeyondCorp的落脚点是网络不可信,因而重点在于对人和设备的管理、认证、授权和访问控制;而“零信任模型”着眼的是网络流量不可信,从而着眼的是对不同网络流量的隔离,并分别进行安全扫描和处理 https://www.secrss.com/articles/3271 阅读全文

posted @ 2019-12-04 09:55 lydstory 阅读(176) 评论(0) 推荐(0) 编辑

golang
摘要:https://github.com/gnur/beyondauth 阅读全文

posted @ 2019-12-04 09:49 lydstory 阅读(116) 评论(0) 推荐(0) 编辑

BeyondCorps
摘要:This repository provides a short description of the BeyondCorp security model and resources for implementing this model at your organization. Introduc 阅读全文

posted @ 2019-12-04 09:47 lydstory 阅读(190) 评论(0) 推荐(0) 编辑

文档管控系统
摘要:文档管控系统 (阅读 访问 修改 次数 权限控制) 阅读全文

posted @ 2019-12-03 20:34 lydstory 阅读(108) 评论(0) 推荐(0) 编辑

信息隐藏技术与密码学
摘要:信息隐藏技术与密码学 信息隐藏技术与密码学 两个领域 阅读全文

posted @ 2019-12-03 20:19 lydstory 阅读(514) 评论(0) 推荐(0) 编辑

基于空格编码的文本数字水印算法设计
摘要:基于空格编码的文本数字水印算法设计 各种编码的数字水印 信号处理领域 算法的鲁棒性 不可见性 SVD数字算法 二值水印图像进行小波域奇异值分解的思想 将水印奇异值选择性的嵌入到图像子块奇异值中, 阅读全文

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

药品防伪标签
摘要:防伪水印 阅读全文

posted @ 2019-12-03 20:05 lydstory 阅读(108) 评论(0) 推荐(0) 编辑

数字水印技术
摘要:图像水印 视频水印 音频水印 文本水印 三维网格数水印 阅读全文

posted @ 2019-12-03 19:59 lydstory 阅读(163) 评论(0) 推荐(0) 编辑

目录下目录个数
摘要:ls -l . | grep "^d" | wc -l 1.指定文件下文件数,不包含文件夹 ls -l ${指定的目录} | grep "^-" | wc -l 2.指定文件下文件数,包含文件夹 ls -lR ${指定的目录} | grep "^-" | wc -l 3.指定文件下文件夹(目录)的个 阅读全文

posted @ 2019-12-03 16:21 lydstory 阅读(275) 评论(0) 推荐(0) 编辑

error: Libtool library used but 'LIBTOOL' is undefined
摘要:编译时出现: error: Libtool library used but ‘LIBTOOL’ is undefined 参考了一下: http://stackoverflow.com/questions/18978252/error-libtool-library-used-but-libtoo 阅读全文

posted @ 2019-12-03 13:44 lydstory 阅读(5150) 评论(1) 推荐(1) 编辑

安装glibc
摘要:wget http://ftp.gnu.org/gnu/glibc/glibc-2.23.tar.gztar -zxvf glibc-2.23.tar.gz cd glibc-2.23 mkdir build cd build ../configure --prefix=/usr --disable 阅读全文

posted @ 2019-12-03 10:56 lydstory 阅读(336) 评论(0) 推荐(0) 编辑

遇到libgflags.a(gflags.cc.o): relocation R_X86_64_32 against `.rodata.str1.1' ca时
摘要:1. 把glfag编译成动态库 或者 2. 直接用apt-get安装 阅读全文

posted @ 2019-12-03 10:03 lydstory 阅读(2130) 评论(1) 推荐(0) 编辑

编译出现 WARNING: 'aclocal-1.15' is missing on your system.问题解决
摘要:1. ubuntu14.04 出现这个问题,需要手动安装 Automake-1.15 2. 下载地址: http://ftp.gnu.org/gnu/automake/ http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz 3. 编译 ./conf 阅读全文

posted @ 2019-12-03 09:46 lydstory 阅读(3058) 评论(0) 推荐(0) 编辑

linux 文件上传 linux服务器
摘要:1.Linux下目录复制:本机->远程服务器 1 2 scp -r /home/shaoxiaohu/test1 zhidao@192.168.0.1:/home/test2 #test1为源目录,test2为目标目录,zhidao@192.168.0.1为远程服务器的用户名和ip地址。 scp - 阅读全文

posted @ 2019-12-03 09:33 lydstory 阅读(397) 评论(0) 推荐(0) 编辑

qt按钮
摘要:https://www.jianshu.com/p/426f69a07957 阅读全文

posted @ 2019-12-02 22:05 lydstory 阅读(85) 评论(0) 推荐(0) 编辑

centos curl安装
摘要:二、安装 1、解压 下载到的压缩包为curl-7.51.0.tar.gz,使用命令 tar -zxvf curl-7.51.0.tar.gz 解压。 2、进入解压出的目录curl-7.51.0,执行 (1)sudo ./configure (2)sudo make (3)sudo make inst 阅读全文

posted @ 2019-12-02 21:08 lydstory 阅读(3161) 评论(0) 推荐(0) 编辑

vs2017 curl7.6编译
摘要:nmake /f Makefile.vc mode=static VC=15 MACHINE=x86 nmake /f Makefile.vc mode=dll VC=15 MACHINE=x86 curl-7.65.0\winbuild\ nmake vc= 15 是vs2017 阅读全文

posted @ 2019-12-02 17:46 lydstory 阅读(620) 评论(0) 推荐(0) 编辑

打印管控
摘要:IC卡绑定 阅读全文

posted @ 2019-12-02 16:18 lydstory 阅读(104) 评论(0) 推荐(0) 编辑

qr.h
摘要:创建二维码 QRCodeCreate vc++ 阅读全文

posted @ 2019-12-02 15:40 lydstory 阅读(184) 评论(0) 推荐(0) 编辑

json串加解密
摘要:1.openssl 本身ssl加解密 2.自定义加解密字符串 阅读全文

posted @ 2019-12-02 15:06 lydstory 阅读(745) 评论(0) 推荐(0) 编辑

curl-7.21.2
摘要:curl 源码编译 自己定义的库编译 https://blog.csdn.net/initiallht/article/details/92655025 静态库,debug,x86nmake /f Makefile.vc mode=static VC=15 DEBUG=yes MACHINE=x86 阅读全文

posted @ 2019-12-02 11:23 lydstory 阅读(202) 评论(0) 推荐(0) 编辑

使用CUPS打印服务
摘要:https://blog.csdn.net/feiyu5323/article/details/90707752 打印服务 阅读全文

posted @ 2019-12-02 11:10 lydstory 阅读(517) 评论(0) 推荐(0) 编辑

思想家:禁用office ppt
摘要:以后尽量手写,不用电子文档 阅读全文

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

GStreamer: your gstreamer installation is missing a required plugin in funct
摘要:# yum install gstreamer-plugins-* //问题依旧 别人回答: 编解码不对应? 我印象中GStreamer解码器分什么good,bad 取决你要读什么媒体,需要装些插件的,应该会有提示 阅读全文

posted @ 2019-12-01 13:00 lydstory 阅读(1009) 评论(0) 推荐(0) 编辑

//Constructors / Destructors
摘要:构造函数与析构函数 阅读全文

posted @ 2019-12-01 02:35 lydstory 阅读(129) 评论(0) 推荐(0) 编辑

CString写的web server
摘要:socket通信机制 文件加载机制 手抄代码 test\\2017 阅读全文

posted @ 2019-12-01 02:32 lydstory 阅读(113) 评论(0) 推荐(0) 编辑

opencv想到的
摘要:opencv是用C++写的库,包了多种语言接口,包括C,C++,python,java等。 OpenCV 是一个开放源代码的计算机视觉库,目前在科研和开发中被广泛使用。OpenCV 由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。 功能涉及图像 opencv的 阅读全文

posted @ 2019-12-01 02:21 lydstory 阅读(135) 评论(0) 推荐(0) 编辑

导航

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