码迷,mamicode.com
首页 >  
搜索关键字:os optimization tool    ( 147033个结果
常用的 curl 发送 http 请求 命令
curl is a a command line tool that allows to transfer data across the network. It supports lots of protocols out of the box, including HTTP, HTTPS, FT ...
分类:Web程序   时间:2020-12-29 11:24:49    阅读次数:0
配适生成TSY的vehicle相关文件(2)
上接20201217文档中的内容,也就是这篇博客:https://www.cnblogs.com/shenqiren/p/14151072.html 。 强调一下,这里主要集中在第三部分的内容,其内容为如何修改我手头的现有DBC文件以及如何配适xx_controller.cc中的具体代码,关于dev ...
分类:其他好文   时间:2020-12-28 11:00:22    阅读次数:0
阿里云部署Django主要注意事项
(1)virtualenv 报错 os 没有 PathLike属性 阿里云ubuntu16.0服务器默认python版本分别是2.7.12,3.5.2,而PathLike是在python 3.6时才被加入的属性,因此需要再装个python3.6,并把3.6版本的作为默认版本。 直接sudo apt- ...
分类:其他好文   时间:2020-12-25 12:26:17    阅读次数:0
Python遍历目录下文件
对指定目录下的指定类型文件进行遍历,可对文件名关键字进行条件筛选 返回值为文件地址的列表 import os # 定义一个函数,函数名字为get_all_excel,需要传入一个目录 def get_all_excel(dir): file_list = [] for root_dir, sub_d ...
分类:编程语言   时间:2020-12-25 12:06:28    阅读次数:0
一个参考pg 监控方案
参考图 简单说明 metrics以及log是组合监控的核心,log 的处理需要pg 实例配置相关的log 参数可以基于syslog 以及logstash 收集到 graylog,对于metrcis 的处理基于了telegraf(使用各类plugin,db,os。。。) 说明 pmm 也是一个不错的工 ...
分类:其他好文   时间:2020-12-25 11:47:16    阅读次数:0
Vue性能优化:如何实现延迟加载和代码拆分?
Vue性能优化:如何实现延迟加载和代码拆分?作者|FilipRakowski译者|薛命灯移动优先方法已经成为一种标准,但不确定的网络条件导致应用程序快速加载变得越来越困难。在本系列文章中,我将深入探讨我们在Storefront应用程序中所使用的Vue性能优化技术,你们也可以在自己的Vue应用程序中使用它们来实现快速加载。Storefront应用程序:https://github.com/Divan
分类:其他好文   时间:2020-12-24 12:43:05    阅读次数:0
目录下文件批量修改文件名
import os import sys import codecs import string def batch_rename(cfgname): # 获得目录下的所有文件 src_list = os.listdir("D:/picsample/picsample") print(src_lis ...
分类:其他好文   时间:2020-12-24 11:59:13    阅读次数:0
GCN-Tensorflow实现-老年痴呆自我回忆手册
import numpy as np import os os 模块提供了非常丰富的方法用来处理文件和目录 import warnings warnings模块可以去除警告信息 import scipy.sparse as sp 稀疏矩阵库 from time import time from sk ...
分类:其他好文   时间:2020-12-24 11:41:51    阅读次数:0
linux系统中部署apache服务(虚拟主机功能,基于端口号部署多个网站)
服务器端: PC1,192.168.10.10 客户机端: PC2. 192.168.10.20 1、在PC1服务器端安装Apache服务 [root@PC1 ~]# yum install httpd -y Loaded plugins: langpacks, product-id, subscr ...
分类:Web程序   时间:2020-12-23 11:34:38    阅读次数:0
2020.8.26
学习内容 1、定义一个基类Base,有两个公有成员函数fn1(),fn2(),私有派生出Derived类,如何通过Derived类的对象调用基类的函数fn1() 1 //基类: 2 public class Base { 3 public void fn1() { 4 System.out.prin ...
分类:其他好文   时间:2020-12-22 12:57:39    阅读次数:0
147033条   上一页 1 ... 33 34 35 36 37 ... 14704 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!