• 发布开源项目到Jcenter

    发布开源项目到Jcenter 前言 为了将阿里云短信开箱即用发布到Jcenter仓库,前前后后花费了1天半的时间,把端午节都搭进去了。终于今天收到了Jcenter的消息,自己发布的包被添加到了Jcenter仓库,也算给开源社区做了次小贡献??????。 现在记录下踩过的坑。 注册Jcenter...

    2020-02-10 16:07:34 java项目文档文件收录用户IEwebsite本地测试LBS网络日志

  • MyBatis-Plus学习笔记(2):代码生成器

    MyBatis-Plus学习笔记(2):代码生成器 AutoGenerator 是 MyBatis-Plus 的代码生成器,通过 AutoGenerator 可以快速生成 Entity、Mapper、Mapper XML、Service、Controller 等各个模块的代码。 项目结构: 生成前: 生成后: pom.xml: dependencies dependency groupId...

    2020-02-10 16:06:22 文件定义mysqlword驱动用户IE2345WiredCF

  • C++的new&delete

    C++的newdelete new的过程 new的过程: 先分配memory,再调用ctor 我们常用的创建对象的方法有两种 Complex c(1,2); //栈Complex *pc = new Complex(1,2); //堆 第一种创建出来的对象将保存在栈上,第二种则在堆上,必须手动回收内存空间(通过delete) 为了解释new的...

    2020-02-10 16:03:06 内存管理PSC++<常用call对象地址handler指定

  • PWN之Canary学习

    PWN之Canary学习 Canary 参考链接:https://ctf-wiki.github.io/ctf-wiki/pwn/linux/mitigation/canary-zh/ 0x1 简介: 用于防止栈溢出被利用的一种方法,原理是在栈的ebp下面放一个随机数,在函数返回之前会检查这个数有没有被修改,就可以检测是否发生栈溢出了。 0x2...

    2020-02-10 16:02:49 LinuxwordIEBugPSHTTPS<HTML.htm修改

  • stl_list复习

    stl_list复习 #include iostream #include list #include algorithm using namespace std; //底层结构是双向链表 struct Node{ int a; char c; }; struct Node1{ //重点中的重点 int a; char c; Node1(int d,char e) { a=d; c=e; } bool operator==(const Node1 i) { i...

    2020-02-10 16:02:36 2011年iOS<WAPname函数区别删除POST插入

  • stl_vector复习

    stl_vector复习 #include iostream #include vector #include algorithm //for_each #include ctime using namespace std; void STRConstructor() //初始化,输入 { vectorint vec(5,12); //cout vec endl; 错误 vectorint vec1(5); for(int i=0;i5;i++) cout vec1[i]...

    2020-02-10 16:02:06 文件iOStim<WAP常用对象name计算函数

  • stl_string复习

    stl_string复习 #include iostream #include string #include algorithm using namespace std; void definition() //定义 { string str(5,'a'); cout str endl; string str1("abcdefghijklmn"); cout str1 endl; string str2("123456789",3); cout str2 endl; string s...

    2020-02-10 16:01:35 定义空间大小2345iOS<WAP修改指定name大小

  • eight(待考究)

    eight(待考究) 为什么明明结果都可以到达那种情况,步骤不一样就不给通过 QAQ 有哪位大佬提点一下,在下感激不尽~~~ 我的代码: #include iostream #include queue #include cstdio #include string using namespace std; int per[10]={1,1,2,6,24,120,720,5040,4032...

    2020-02-10 16:01:18 iOS<WAPnamewhile代码breakPOST步骤em

  • Codeforces Round #617 (Div. 3)

    Codeforces Round #617 (Div. 3) A B C D E1 E2 F \(\checkmark\) \(\checkmark\) \(O\) \(O\) \(O\) \(O\) \(\times\) \(\checkmark\) :代表比赛时通过。 \(O\) :代表赛后补题通过。 \(\times\) :代表目前还未通过。 A. Array with Odd Sum 题目链接 题目大意 给你...

    2020-02-10 16:00:47 txtBugC++tim<thetab字母无效name

  • Centos8(Liunx) 中安装PHP7.4 的三种方法和删除它的三种方法

    Centos8(Liunx) 中安装PHP7.4 的三种方法和删除它的三种方法 编译安装 Centos8下PHP源码编译和通过yum安装的区别和以后的选择 其实这两种方法各有千秋: yum安装: 从yum安装来说吧,yum相当于是自动化帮你安装,你不用管软件的依赖关系,在yum安装过程是帮你把软件...

    2020-02-09 16:01:22 虚拟主机配置php安装php文件php扩展php序列化mssqlmysql安装mysql配置microsoft sql serversql安装