languages coding smart used

Go - Run an application using systemd

The systemd tool fits our simple case of requiring the application to start on server boot-up as well as ensuring that the application is restarted in ......
application systemd using Run Go

一个监控数据的思考-sockets_used

一个监控数据的思考-sockets_used 背景 最近跟踪一个项目问题. Grafana的监控了里面有一个tcp的使用监控 CurrEstab 的数据量是: 700-2000 左右 但是同时有一个非常大的: Sockets_used的数据 数据量一般是 CurrEstab的十倍以上. 大家看起来感 ......
sockets_used sockets 数据 used

[883] Install Python package using Jupyter Notebook

In the installation of packages in Jupyter Notebook, I encountered an issue. I installed packages using Command Prompt (CMD), but when I try to import ......
Notebook Install Jupyter package Python

pytorch(3) code

import torch import matplotlib.pyplot as plt torch.manual_seed(10) lr = 0.05 # 学习率 # 创建训练数据 x = torch.rand(20, 1) * 10 # x data (tensor), shape=(20, 1 ......
pytorch code

How to print a string with a variable by using the echo command in the shell script All In One

How to print a string with a variable by using the echo command in the shell script All In One Node.js & nvm ......
the variable command string script

[880] Calculate Field in ArcGIS Pro (with python code)

Firstly, we should define a function. def IsFlood(join_count): if join_count > 0: return "Yes" else: return "No" Secondly, we should call this functio ......
Calculate ArcGIS python Field code

Docker ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE) 错误

错误排查: 都会用 2那里 搜索 ,答案又是满天飞,且抄手一大帮! 正确实的方式: tail -200f /var/log/messages 查看日志 ,具体定位! ......
containerd ExecStart 错误 FAILURE dockerd

rabbitmq #method<connection.close>(reply-code=530, reply-text=NOT_ALLOWED

一、概述 在SpringBoot集成RabbitMQ,启动项目的时候报错 Caused by: com.rabbitmq.client.ShutdownSignalException: connection error; protocol method: #method<connection.clo ......

nginx启动报错:(1113: No mapping for the Unicode character exists in the target multi-byte code page)

转自:https://blog.csdn.net/qq_19309473/article/details/96477863 使用windows版本的nginx启动时遇到:(1113: No mapping for the Unicode character exists in the target ......
multi-byte character the mapping Unicode

拒绝废话 xshell,MobaXterm,vs code,pycharm连接虚拟机配置,详细懒人教程

配置虚拟机 配置静态ip vim /etc/sysconfig/network-scripts/ifcfg-ens33 ifcfg-ens33文件内容 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=static # 设置为静态ip ......
懒人 废话 MobaXterm pycharm 教程

[IJCAI 2023]Fighting against Organized Fraudsters Using Risk Diffusion-based Parallel Graph Neural Network

[IJCAI 2023]Fighting against Organized Fraudsters Using Risk Diffusion-based Parallel Graph Neural Network 文章设计了一种基于社区的医疗保险欺诈行为检测。 模型 为了提高精度,模型设计了一组异构 ......

find-code 插件整理

vite-react 中 find-code 插件的实现 前言 首先我们先需要了解一下 vite 插件的的原理和配置项,建议这边先了解一下: https://blog.csdn.net/qq_37215621/article/details/131446048 实现原理 定义插件名称 插件执行顺序 ......
find-code 插件 find code

How to use ESM & TypeScript in Node.js All In One

How to use ESM & TypeScript in Node.js All In One { "compilerOptions": { "module": "NodeNext", // "module": "Node16", } } { "name": "esm-ts-package", ......
TypeScript Node How ESM All

APR does not understand this error code【Svn】

背景: 金蝶云星空协同开发模式,源代码使用的是svn。 业务场景: 打开BOS设计器,svn报错: 发生时间: 2023-09-18 08:44:01 错误来源: System.Windows.Forms 错误信息: Error running context: APR does not under ......
understand error does code this

Merge Code Process

打开 https://github.com/xenera-jp 找到对应项目 点进去点Pull requests 新建一个 选中从哪个分支向哪个分支Merge 工具用Sourcetree ......
Process Merge Code

2020-1-27-coding登录

layout: post title: coding登录 categories: coding-post background_music: '<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=100 ......
coding 2020 27

2020-2-3-coding迭代查询

layout: post title: coding迭代查询 categories: coding-post tag: coding api coding迭代查询 接口URL https://<team-name>.coding.net/api/project/<project-id>/iterat ......
coding 2020

2020-2-3-coding新建迭代

layout: post title: coding新建迭代 categories: coding-post tag: coding api coding新建迭代 接口URL https://<team-name>.coding.net/api/project/<project-id>/iterat ......
coding 2020

2020-1-28-coding状态查询

layout: post title: coding团队信息查询 categories: coding-post tag: coding api coding团队信息查询 接口URL https://<team-name>.coding.net/api/team/<user-name>/get 请求 ......
状态 coding 2020 28

2020-2-3-coding删除迭代

layout: post title: coding删除迭代 categories: coding-post tag: coding api coding删除迭代 接口URL https://<team-name>.coding.net/api/project/<project-id>/iterat ......
coding 2020

2020-1-28-coding获取项目列表

layout: post title: coding获取项目信息 categories: coding-post tag: coding api coding获取项目信息 接口URL https://<team-name>.coding.net/api/projects 请求方式 GET 请求hea ......
项目 coding 2020 28

2020-1-28-coding获取某个项目中的任务

layout: post title: coding获取某个项目中的任务 categories: coding-post background_music: '<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" w ......
任务 项目 coding 2020 28

添加Element ui依赖报错:npm ERR code EPERM,syscall mkdir, npm ERR! path D:\Vue\nodejs\node_cache\_cacache\index-v5\f3\de

添加Element ui依赖报错:npm ERR code EPERM,syscall mkdir, npm ERR! path D:\Vue\nodejs\node_cache\_cacache\index-v5\f3\de 具体报错信息如下: 我这个是在IDEA控制台输入 npm i eleme ......
node_cache ERR npm Element cacache

FastAPI学习-16.响应状态码 status_code

前言 与指定响应模型的方式相同,你也可以在以下任意的_路径操作_中使用 status_code 参数来声明用于响应的 HTTP 状态码: @app.get() @app.post() @app.put() @app.delete() 响应状态码 from fastapi import FastAPI ......
status_code 状态 FastAPI status code

junk_code

moectf{y0u_rem0v3d_th3_junk_c0d3!!!} junk_code 有两个加了花指令的函数 去除花指令 D键将其变成数据 将E8处的跳转指令直接nop掉 按C键回到代码 对函数头按P键,重新构建函数 然后F5重新生成函数 另一个函数也是同样的操作,得到如下函数 根据数组的值 ......
junk_code junk code

一些 vs code使用技巧

当使用Visual Studio Code (VS Code)时,有一些常用的技巧可以提高您的编码效率和开发体验。以下是一些常用的VS Code使用技巧: 1. 快捷键和命令: - 使用`Ctrl + Shift + P`(Windows和Linux)或`Command + Shift + P`(M ......
使用技巧 技巧 code vs

CTF题目-must use [ctf-Web-Broswer]

一道CTF题目,请求后页面如下: 这里根据提示需要我们使用ctf-Web-Broswer,这个很明显是更改User-Agent的一个套路 python简单写下 import requests url='http://1.1.20.100:8001/' headers={ "User-Agent":" ......
ctf-Web-Broswer 题目 Broswer must CTF

Top Programming Languages 2023

### 排名 ![image-20230915101511549](https://img2023.cnblogs.com/blog/540671/202309/540671-20230915103621203-1185888455.png) ### 工作 ![image-2023091510152 ......
Programming Languages 2023 Top

android中的VERSION和VERSION_CODES和compileSdkVersion, minSdkVersion 和 targetSdkVersion理解

一 背景 经常会有代码中用到 Build.VERSION.SDK_INT < Build.VERSION_CODES.O ,这是指什么意思。 在app项目中,经常会看到 android { compileSdkVersion 30 buildToolsVersion "30.0.3" default ......

ERROR OGG-01224 Oracle GoldenGate Capture for Oracle, p_lion.prm: Address already in use.

我的ogg版本 Oracle GoldenGate Command Interpreter for Oracle Version 12.3.0.1.4 OGGCORE_12.3.0.1.0_PLATFORMS_180415.0359_FBO Linux, x64, 64bit (optimized) ......
Oracle GoldenGate Capture Address already