My series of Cloud Application Studio Blogs How to detect EditMode in an Embedded Component Step by step to enable your custom BO with attachment uplo ...
分类:
其他好文 时间:
2020-09-12 21:42:43
阅读次数:
46
昨天发现线上试跑期的一个程序挂了,平时都跑的好好的,查了下日志是因为昨天运营跑了一家美妆top级淘品牌店,会员量近千万,一下子就把128G的内存给爆了,当时并行跑了二个任务,没辙先速写一段代码限流,后面再做进一步优化。一:背景1.背景介绍因为是自己写的代码,所以我知道问题出现在哪里,如果大家看过我之前写的文章应该知道我用全内存跑了很多模型对用户打标签,一个模型就是一组定向的筛选条件,而为了加速处理
分类:
其他好文 时间:
2020-09-11 14:19:07
阅读次数:
33
在deepin20系统中使用PicGo+Gitee配置图床Typora的图床 最近尝试了国产linux操作系统deepin20, 我之前一直用的Windows, 在使用deepin时几乎没有不习惯的感觉, 操作起来非常简单. 界面也确实非常漂亮, 有一种集MacOS和Windows于一身的感觉. 而 ...
分类:
其他好文 时间:
2020-08-28 15:03:10
阅读次数:
80
In my recent project I need to figure out the logic how fields in table CRMD_PRICING are populated. Take several of them highlighted below for example ...
分类:
数据库 时间:
2020-08-27 13:16:04
阅读次数:
63
创建基本任务 General Use custom workspace > Directory: {directory, d:\github} Source Code Management Git plugin Git > Repositories > Repository URL: {reposi ...
分类:
其他好文 时间:
2020-08-19 19:59:48
阅读次数:
53
凭证可以用来存储需要密文保护的数据库密码、gitlab密码信息、docker私有仓库密码等,以便jenkins可以和这些第三方的应用进行交互 安装插件【 Credentials Binding】 Manage Jenkins -> Manage Credentials(凭证) -> 全局 -> 添加 ...
分类:
其他好文 时间:
2020-08-15 22:23:54
阅读次数:
71
笔者在进行Loadrunner压测时,编写http接口测试代码时,对于post请求常用到2个函数:?web_submit_data()?web_custom_request()现将性能代码分享如下:一、关于web_submit_data()函数web_reg_find("Text=\"success\":true","SaveCount=spzz_Count
分类:
其他好文 时间:
2020-08-12 15:38:34
阅读次数:
58
配置文件Redis.conf注释信息: 1、启动项: 启动Redis要求必须加上配置文件redis.conf路径作为第一参数加载 文档样例: ./redis-server /path/to/redis.conf 2、计量单位: 当需要内存大小时,可以用通常的1k 5GB 4M格式指定内存大小,以此类 ...
分类:
其他好文 时间:
2020-08-08 17:46:06
阅读次数:
75
func Cors() gin.HandlerFunc { return func(c *gin.Context) { method := c.Request.Method //请求方法 origin := c.Request.Header.Get("Origin") //请求头部 var head ...
分类:
其他好文 时间:
2020-08-05 10:42:07
阅读次数:
95