码迷,mamicode.com
首页 >  
搜索关键字:time ctime asctime strftime strptime    ( 53995个结果
shell 脚本中常用的内置变量
在 Bash 解释器中,内置了许多变量,这些变量的功能是解释器自带的,我们在编写shell脚本时如果能灵活的使用它们,对脚本的编写效率以及差错大有帮助, 下面一一介绍这些变量 $FUNCNAME、$LINENO、$PWD FUNCNAME和LINENO 变量经常用于脚本的调试 FUNCNAME 表示 ...
分类:系统相关   时间:2021-05-24 07:09:39    阅读次数:0
JAVA 取五个工作日后的日期(仅排除周六周日)
import java.text.ParseException; import java.text.SimpleDateFormat; import java.time.*; import java.time.format.DateTimeFormatter; import java.util.Ca ...
分类:编程语言   时间:2021-05-24 06:45:07    阅读次数:0
selenium webDriver属性
1 from selenium import webdriver 2 from time import sleep 3 import random 4 class testCase(object): 5 def __init__(self): 6 url = 'http://www.baidu.co ...
分类:Web程序   时间:2021-05-24 06:36:25    阅读次数:0
记一次线上java程序CPU占用过高问题排查
1、top cpu占用过高 2、docker stats 3、docker ps 4、docker exec -it /bin/bash 【id】 5、top 6、ps -mp [占用过高程序pid] -o THREAD,tid,time 7、printf "%x\n" [异常线程tid] 8、js ...
分类:编程语言   时间:2021-05-24 06:32:15    阅读次数:0
C++常用库
#include <chrono> /// nanoseconds typedef duration<_GLIBCXX_CHRONO_INT64_T, nano> nanoseconds; /// microseconds typedef duration<_GLIBCXX_CHRONO_INT64 ...
分类:编程语言   时间:2021-05-24 06:07:05    阅读次数:0
c# 使form窗体在系统中获得焦点
[System.Runtime.InteropServices.DllImport("user32.dll", CharSet =System.Runtime.InteropServices.CharSet.Auto, ExactSpelling =true)] public static exte ...
分类:Windows程序   时间:2021-05-24 05:37:54    阅读次数:0
哪儿网领域驱动设计(DDD)实践之路 Qunar技术沙龙 2021-05-11
哪儿网领域驱动设计(DDD)实践之路 Qunar技术沙龙 2021-05-11 ...
分类:其他好文   时间:2021-05-24 05:29:27    阅读次数:0
发送post数据
static void Main(string[] args) { //Console.WriteLine("Hello World!"); //ShowInt(10); //ShowString("test"); //ShowDateTime(DateTime.Now); //ShowObject ...
分类:其他好文   时间:2021-05-24 04:48:03    阅读次数:0
AtCoder Regular Contest 118
AtCoder Regular Contest 118 A - Tax Included Price int main() { IOS; ll k, c; cin >> n >> k; c = (100 * k - 1) / n + 1; cout << (n + 100) * c / 100 - ...
分类:其他好文   时间:2021-05-24 04:22:14    阅读次数:0
dedecms统计文章内容字数及大小
dedecms统计文章内容字数及大小,代码如下: // 统计文章字数及大小 https://www.360muye.cn{dede:field.body runphp="yes"} @me = html2text(@me); $strlen = ceil(mb_strwidth(@me)/3); $ ...
分类:其他好文   时间:2021-05-24 04:21:24    阅读次数:0
53995条   上一页 1 ... 15 16 17 18 19 ... 5400 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!