网站首页 站内搜索

搜索结果

查询Tags标签: remark,共有 10条记录
  • 关于表情文字无法保存数据库

    关于表情文字无法保存数据库 python+Django+MySQL 对于目前某些表情文字(

    2022/7/27 2:22:51 人评论 次浏览
  • Remark 阶段算法

    CMS 三色标记+incremental Update算法 G1 三色标记+SATB算法 ZGC colorPointers颜色指针

    2022/4/29 9:12:59 人评论 次浏览
  • Oracle 存储过程使用总结

    参考 https://blog.csdn.net/weixin_41968788/article/details/83659164/ 创建注意:一定不要漏掉了语句末尾的分号DBMS_OUTPUT.PUT_LINE() 的输出结果可在PLSQL的【输出栏】中查看-- 创建并替换存储过程 CREATE OR REPLACE PROCEDURE simple_procedure -- 定义参数 (name…

    2022/3/25 19:22:43 人评论 次浏览
  • thinkphp做定时任务

    1、配置command.php文件,目录在application/command.php2、建立命令类文件,新建application/index/command/Test.php<?php namespace app\index\command;use think\console\Command; use think\console\Input; use think\console\Output;class Test extends Command…

    2021/11/13 14:10:09 人评论 次浏览
  • thinkphp做定时任务

    1、配置command.php文件,目录在application/command.php2、建立命令类文件,新建application/index/command/Test.php<?php namespace app\index\command;use think\console\Command; use think\console\Input; use think\console\Output;class Test extends Command…

    2021/11/13 14:10:09 人评论 次浏览
  • C#Attribute 应用

    特性应用 取得枚举类型的注释 平时开发时,经常会用到枚举类型及其相关判断,而有时我们想显示枚举类型的注释,怎么办?下面用特性来解决这个问题。namespace AttributeDemo.CustomAttributes {public class RemarkAttribute : Attribute{private readonly string remark…

    2021/10/29 14:10:07 人评论 次浏览
  • C#Attribute 应用

    特性应用 取得枚举类型的注释 平时开发时,经常会用到枚举类型及其相关判断,而有时我们想显示枚举类型的注释,怎么办?下面用特性来解决这个问题。namespace AttributeDemo.CustomAttributes {public class RemarkAttribute : Attribute{private readonly string remark…

    2021/10/29 14:10:07 人评论 次浏览
  • mysql json类型

    表 CREATE TABLE `t_json` ( `id` int NOT NULL AUTO_INCREMENT, `json` json DEFAULT NULL, `jarray` json DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;数据 查询 select sum(json->$.oilFee) +sum(json->$.part…

    2021/9/5 2:06:11 人评论 次浏览
  • mysql json类型

    表 CREATE TABLE `t_json` ( `id` int NOT NULL AUTO_INCREMENT, `json` json DEFAULT NULL, `jarray` json DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;数据 查询 select sum(json->$.oilFee) +sum(json->$.part…

    2021/9/5 2:06:11 人评论 次浏览
  • JVM调优:线上 JVM GC 频繁耗时长,出现 LongGC 告警,这次排查后想说:还有谁?...

    1. 背景多个业务线的应用出现LongGC告警最近一段时间,经常收到CAT报出来的Long GC告警(配置为大于3秒的为Longgc)。2. 知识回顾2.1 JVM堆内存划分新生代(Young Generation)新生代内被划分为三个区:Eden,from survivor,to survivor。大多数对象在新生代被创建。Min…

    2021/5/6 10:26:48 人评论 次浏览
扫一扫关注最新编程教程