搜索内容

lichengxin 的文章
  • STL笔记
    好物分享

    STL笔记

    vector (变长数组),倍增的思想,支持比较运算(按字典序) 倍增思想 系统为某一程序去分配空间所需要的时间与空间大小无关,与申请的次数、频率有关:一……
    lichengxin 2022-02-13
  • 报错:When allowCredentials is true, allowedOrigins cannot contain the special value
    好物分享

    报错:When allowCredentials is true, allowedOrigins cannot contain the special value

    报错内容如下: msg中的信息表示:当allowCredentials为真时,allowedorigin不能包含特殊值"*",因为不能在"访问-控制-起源“响应头中设置该值。要允许凭证到……
    lichengxin 2022-02-13
  • 缩点算法学习笔记
    好物分享

    缩点算法学习笔记

    缩点 说说缩点,缩点可以算是强连通分量的一个小小的进阶。 本博客也可以理解为 P3387 【模板】缩点 - 传送门 的题解。 正片开始—— 一 题目分析 求有向图上的……
    lichengxin 2022-02-13
  • Spring IOC加载配置文件
    好物分享

    Spring IOC加载配置文件

    配置文件1:test_1.xml ....更多 配置文件2:test_2.xml
    lichengxin 2022-02-13
  • C语言分支语句详解
    好物分享

    C语言分支语句详解

    if else if else的使用 比如“当:18
    lichengxin 2022-02-13
  • 解决 xxx is not running, but lock file (/var/lock/subsys/xxx) exists
    好物分享

    解决 xxx is not running, but lock file (/var/lock/subsys/xxx) exists

    一、现象 运行Linux下的程序时,很多时候因为异常或某些不知名因素被强 退,当你重新启动时,发现系统会报一个**“ERROR! xxx is not running, but lock fi……
    lichengxin 2022-02-13
  • 【大前端开发】
    好物分享

    【大前端开发】

    大前端开发 客户端 nativeapp是一个原生程序,一般运行在机器操作系统上,有很强的交互,一般静态资源都是在本地的。浏览使用方便,体验度高。在实现上要么……
    lichengxin 2022-02-13
  • 297. Serialize and Deserialize Binary Tree. Sol
    好物分享

    297. Serialize and Deserialize Binary Tree. Sol

    懒得写了。。直接搬运一下官方答案 Serialization is the process of converting a data structure or object into a sequence of bits so that it can be sto……
    lichengxin 2022-02-13
  • Transformer T5 模型慢慢读
    好物分享

    Transformer T5 模型慢慢读

    Transformer T5 模型慢慢读 代码地址:https://github.com/google-research/text-to-text-transfer-transformer 其他参考地址: 先从他的论文走起,但是很多页……
    lichengxin 2022-02-13
  • JVM垃圾收集器
    好物分享

    JVM垃圾收集器

    如果说收集算法是内存回收的方法论,那么垃圾收集器就是内存回收的具体实现。 JVM无非就是按照上篇文章的算法去做实现 文章在这里 CSDNhttps://mp.csdn.net/mp……
    lichengxin 2022-02-13