• 2024-12-20Unity复刻胡闹厨房复盘 模块一 新输入系统订阅链与重绑定
            本文仅作学习交流,不做任何商业用途        郑重感谢siki老师的汉化教程与代码猴的免费教程以及搬运烤肉的小伙伴                                                         版本:Unity6
  • 2024-12-01初探elasticsearch集群
    集群概览:{"cluster_name":"3e4500835f604a89b762f0e854d3747f","status":"green","timed_out":false,"number_of_nodes":3,"number_of_data_nodes":2,"active_
  • 2024-11-29发布一篇文章测试
    监测ES健康情况索引的分片状态curl-XGET"http://192.10.1.111:9200/_cat/shards"这个_cat/shards命令的返回结果显示了Elasticsearch集群中各个索引的分片状态。以下是对每一行的解释:返回结果解释public_domain_data_test0020pSTARTED2
  • 2024-11-28Task01 课程简介,安装Installation && Task02 启航Getting Started
    Task01课程简介,安装Installation课程简介1.python是一种相当高级的语言,由著名的“龟叔”所创造。2.用处可以做日常任务,做网站,做网络游戏后台。3.缺点:无法写操作系统(C语言),手机应用(Java,Swift/objective-C),3D游戏(C,C++),其运行速度慢,以及代码无法加密。安装Installation1.在Window
  • 2024-11-28启航Getting Started
    启航GettingStartedprintprint("helllo,world")(中文也可以)每一次的print默认都是会换行的print想一次性输入很多行需要'"'"'(单双引号均可)print一次也可输出多个内容,默认以空格分隔print("a","d")输出ab字符串做加法乘法乘法会重复输出加法可以把字符串加起来,中
  • 2024-11-24Get Started with Apollo Server
    GetStartedwithApolloServerThistutorialhelpsyou:Obtainabasicunderstandingof GraphQL principlesDefinea GraphQL schema thatrepresentsthestructureofyourdatasetRunaninstanceof ApolloServer thatletsyouexecutequeriesag
  • 2024-12-09【查找】线性表的查找
        目录1.顺序查找利用顺序表的实现顺序查找设置监视哨的顺序查找 利用链表实现顺序查找顺序查找的优缺点2.折半查找(二分查找)折半查找的优缺点3.分块查找分块查找的优缺点1.顺序查找时间复杂度:O(n)存储结构:顺序查找可适用于线性表的顺序存储和链式
  • 2024-12-07Web(1)
    动态网页所谓的动态网页,是指跟静态网页相对的一种网页编程技术。静态网页,随着html代码的生成,页面的内容和显示效果就基本上不会发生变化了——除非你修改html页面代码。而动态网页则不然,页面代码虽然没有变,但是显示的内容却是可以随着时间、环境或者数据库操作的结果而发生改变
  • 2024-12-05签发自定义证书
    https://help.aliyun.com/zh/iot/user-guide/generate-custom-certificate#9e3ae6a37dwy8 设备端使用MQTT、GB/T32960、JT/T808或SL651协议并采用TLS方式接入物联网平台云网关时,需要使用证书进行认证。物联网平台云网关支持使用的证书签名算法有RSA、ECC和国密SM2,您可通过阿
  • 2024-08-133.第一天(第三部分):Getting Started with the IPS Command-Line Interface
    初始化ips清空配置erasecurrent-config擦除配置reset重启默认用户名和密码都是cisco,第一次login的时候提示你修改密码。登录方式sshconnectiontelnet默认不允许cli界面helpconft模式:#conftservicemodeservicehost(配置模式)showsettings查看系统自带配
  • 2024-07-29记一次ElasticSearch重启之后shard未分配问题的解决 allocation_status": "no_attempt
    记一次ElasticSearch重启之后shard未分配问题的解决环境ElasticSearch6.3.2,三节点集群Ubuntu16.04一个名为user的索引,索引配置为:3primaryshard,每个primaryshard2个replica正常情况下,各个分片的分布如下:可见,user索引的三个分片平均分布在各台机器上,可以完全容忍一台机
  • 2024-07-09MySQL 源码|LEX 结构体
    LEX结构体源码位置:(版本=MySQL8.0.37)sql/sql_lex.hsql/sql_lex.ccsql/sql_class.ccrouter/src/routing/src/sql_lexer.ccLEX对象当前有以下功能:包含了一些SQL命令的通用属性,例如:sql_command,数据变更语句语法中是否存在IGNORE,以及表列表query_tables包含了一些
  • 2024-07-01[Aspire] Run session could not be started
    ErrordetailsRunsessioncouldnotbestarted:failedtoconnectedtoIDErunsessionnotificationendpoint:tls:failedtoverifycertificate:x509:certificatehasexpiredorisnotyetvalidSolutionRunningthedotnetdev-certscommandsbelowtore-g
  • 2024-06-13[1007] Getting Started with PDF Extract API (Python)
    ref:GettingStartedwithPDFExtractAPI(Python)Inthiscase,IplantousethemethodofcompressingPDFtoshrinkthesizeofsomePDFfiles.ButthismethodfromtheAdobeAcrobatAPIdoesn'tworkverywellcomparedthetoolwithintheAdobe
  • 2024-05-26VB6重启服务WINDOWS service
     服务状态State=Running等待服务,直到停止状态State=StopPending,Started=True状态State=StopPending,Started=True状态State=StopPending,Started=True状态State=StopPending,Started=True状态State=StopPending,Started=True状态State=StopPending,Star
  • 2024-05-14ErrGroup
    main.gopackagemainimport("context""errors""fmt""time""golang.org/x/sync/errgroup")functask1(ctxcontext.Context)error{fmt.Println("Task1startedsuccessfully")select{
  • 2024-05-07SystemVerilog -- 11.0 Introduction
    SystemVerilogAssertions系统的行为可以写成一个assertion,该assertion在任何时候都应该为真。因此,assertion用于验证定义为属性的系统的行为,也可用于功能覆盖。Whatareproperitiesofadesign?如果assertion检查的设计属性未按预期方式运行,则assertion将失败。例如,假设设
  • 2024-04-28start windows executable in multi-process and wait its ending
    theexecutableimporttimeimportrandomimportsystime.sleep(random.random())print(sys.argv[1])thecallingcontrolimportsubprocessll=[]foriiinrange(8):ll.append(subprocess.Popen(f"pythonab.pymk{ii}"#maybesom
  • 2024-04-242.docker-compose安装prometheus
    一、docker-compose安装前期准备#docker配置文件sudomkdir-p/etc/dockersudotee/etc/docker/daemon.json<<-'EOF'{"registry-mirrors":["http://hub-mirror.c.163.com"]}EOFsystemctldaemon-reloadsystemctlrestartdocker
  • 2024-04-05opendection 安装
    参考:https://mmdetection.readthedocs.io/zh-cn/latest/get_started.html有点坑的是安装mmcv时去https://mmcv.readthedocs.io/en/latest/get_started/installation.html上面一查,发现不支持pytorch2.2.x按教程的方法装不会报错,但是就是跑不起来程序,真傻逼。condacrea
  • 2024-04-01【Pytest 01】 Get Started!
    文档集合DocumentationGetStarted入门How-toGuides使用指南ReferenceGuides参考指南Explanation解释GetStarted1-3BasicOperationInstallPytestCreateyourfirsttestRunmultipletests4.Assertthatacertainexceptionisraised#contentofte
  • 2024-03-12JUC源码讲解:逐步解析 Thread.start() 源码
    JUC源码讲解:逐步解析Thread.start()源码抛出问题当newThread()时,线程会进入NEW状态,如果我们想要使用线程,就需要调用start()方法,那么,在使用star()时发生了什么?有什么需要注意的?线程是怎么一步步被创建的?跟着我一起分析源码吧!阅读源码为了方便讲解,我先把源码贴出来,然
  • 2024-03-11CodeCombat Teacher Getting Started Guide
    Skiptomaincontent Submitarequest Signin CodeCombat CodeCombatforEducators GettingStartedArticlesinthissectionCodeCombatTeacherGettingStartedGuideWhichprogramminglanguageshouldIchooseformystudentsinCodeCo
  • 2024-02-03【Python进阶】并发编程方式
    并发编程方式有哪些?threading模块---线程asyncio模块---协程concurrent.futures模块---进程+线程(应用于异步调用)multiprocessing模块---进程进程、线程、协程?进程:运行起来的程序就是进程,是操作系统分配资源的最小单位。线程:线程是进程的组成部分,一个进程可以拥有多个线