Wesley13 Wesley13
2年前
C++中输出16进制数
方法1:chardata2{0x0A,0x0B};charresult8;for(inti0;i<2;i){sprintf(result,"%X",datai);//%X结果为大写,%x结果为小写cout<<"result"<<resulti<<endl
Stella981 Stella981
2年前
C语言学习Day16
初识指针define_CRT_SECURE_NO_WARNINGS1/@Title:brief@Description:brief
Stella981 Stella981
2年前
Delphi 中的 XMLDocument 类详解(16)
unitUnit1;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,xmldom,XMLIntf,msxmldom,XMLDoc,
Wesley13 Wesley13
2年前
PHP 之源代码加密与解密,加密后可直接运行
方式一:<?php/CreatedbyPhpStorm.User:YangDate:2019/10/16Time:10:25/classEncipher{private$_sourc
Wesley13 Wesley13
2年前
oracle之主键自动递增问题
//建表\\\\\\\\\\\\\\createtable表名( idnumbernotnullPRIMARYkey, usernameVARCHAR2(16)notnull, passwordVARCHAR2(50)notnull, realnameV
Stella981 Stella981
2年前
Qt编写自定义控件16
前言五一期间一直忙着大屏电子看板软件的开发,没有再去整理控件,今天已经将大屏电子看板的所有子窗口都实现了任意停靠和双击独立再次双击最大化等功能,过阵子有空再写一篇文章介绍其中的技术点。魔法老鼠控件,来自Qt自带的demo,我只是将其修改了部分颜色接口等。实现的功能1:可设置身体眼睛眼珠鼻子尾巴的颜色2:
Wesley13 Wesley13
2年前
Java描述设计模式(16):代理模式
本文源码:GitHub·点这里(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcicadasmile%2Fmodelarithmeticparent)||GitEE·点这里(https://gitee.com/cicadasmile/modela
Stella981 Stella981
2年前
ElasticSearch 单台服务器部署多个节点
转载:https://www.cnblogs.com/wxw16/p/6160186.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fwxw16%2Fp%2F6160186.html)一般情况下单台服务器只会部署一个ElasticSear
小万哥 小万哥
11个月前
Java基础知识:面试官必问的问题
数据类型基本类型byte/8char/16short/16int/32float/32long/64double/64boolean/boolean只有两个值:true、false,可以使用1bit来存储,但是具体大小没有明确规定。JVM会在编译时期将bo
笑面虎 笑面虎
5个月前
【16章】SpringBoot2 仿B站高性能前端+后端项目
【16章】SpringBoot2仿B站高性能前端后端项目视频课程下载——SpringBoot2仿B站高性能前端后端项目,本课程共16章,包更新,附源码下载。SpringBoot功能(1)自动配置(核心)SpringBoot的自动配置是一个运行时(更准确