摘要:assign方法可以理解为先将原字符串清空,然后赋予新的值作替换。 返回类型为 string类型的引用。其常用的重载也有下列几种: a. string& assign ( const string& str ); 将str替换原字串的内容 举例: string testassign = "Hello 阅读全文
C++ 字符串转换为数字
2020-09-15 16:42 by 宋海宾, 2404 阅读, 0 推荐, 收藏,
摘要:atoi 相同点: ①都是C++的字符处理函数,把数字字符串转换成int输出 ②头文件都是#include<cstring> 不同点: ①atoi()的参数是 const char* ,因此对于一个字符串str我们必须调用 c_str()的方法把这个string转换成 const char*类型的, 阅读全文
C++ getopt
2020-09-15 16:40 by 宋海宾, 488 阅读, 0 推荐, 收藏,
摘要:在unistd.h 头文件中,获取参数 #include "stdio.h" #include "stdlib.h" #include "unistd.h" int main(int argc, char *argv[]) { int index; char ch; while((ch = geto 阅读全文
C++的工具集
2020-09-15 15:06 by 宋海宾, 166 阅读, 0 推荐, 收藏,
摘要:1.查看文件类型 file libglib-2.0.a libglib-2.0.a: current ar archive 2.查看可执行文件链接库 ldd <可执行文件名> 查看可执行文件链接了哪些 系统动态链接库 3.查看可执行文件符号 nm <可执行文件名> 查看可执行文件里面有哪些符号 4. 阅读全文
Mac SIP关闭和启动
2020-09-15 15:04 by 宋海宾, 1207 阅读, 0 推荐, 收藏,
摘要:SIP 全称为「System Integrity Protection」即「系统完整性保护」,是 OS X El Capitan 时开始采用的一项安全技术,SIP 将一些文件目录和系统应用保护了起来。但这会影响我们一些使用或设置,比如:更改系统应用图标、终端操作系统目录文件提示「Operation 阅读全文
Netskope The 20 Most Common CASB Use Cases
2020-09-14 20:41 by 宋海宾, 232 阅读, 0 推荐, 收藏,
摘要:As people and organizations adopt cloud services, Cloud Access Security Brokers(CASBs) have become a must-have for any information security team. CASB 阅读全文
CASB Deployment options
2020-09-14 11:55 by 宋海宾, 250 阅读, 0 推荐, 收藏,
摘要:API Use API Connectors to connect the Netskope Security Cloud to managed cloud apps like Office 365, Box, Salesforce, Google G Suite, AWS, and more. A 阅读全文
CASB、CSPM、CWPP
2020-09-14 10:20 by 宋海宾, 1208 阅读, 1 推荐, 收藏,
摘要:1.概念 CASB:云访问安全代理 Cloud Access Security Broker 最早是为解决影子资产问题,尤其是随着SaaS服务的快速发展。CASB核心价值是解决深度可视化、 数据安全、威胁防护、合规性这四类问题 CSPM:云安全配置管理 Cloud Security Posture 阅读全文
Mysql代理服务器---Mysql
2020-09-12 22:21 by 宋海宾, 416 阅读, 0 推荐, 收藏,
摘要:Mysql 中间件 https://gitee.com/gitcrazy/cetus/blob/master/doc/cetus-architecture.md Mysql审计 https://gitee.com/mirrors/logrange?_from=gitee_search 防火墙 htt 阅读全文
数据安全公司InCountry
2020-09-10 11:03 by 宋海宾, 461 阅读, 0 推荐, 收藏,
摘要:数据安全公司InCountry筹资1800万美元。 数据驻留即服务厂商InCountry上周筹集了1800万美元的新资金。InCountry旨在帮助企业在任何国家/地区运行软件即服务(SaaS)应用程序,并确保遵守内部和外部政策。Mambu,Salesforce,ServiceNow,Segment 阅读全文
浙公网安备 33010602011771号