码迷,mamicode.com
首页 >  
搜索关键字:101 connections now    ( 6430个结果
TDengine java插入字符段
一般情况下 这种可以直接插入 字符串已经包含进去stmt.execute("insert into t20 values(now,"ASX",700,400)"); 但是如果遇到要插入对象替换比如String a="ADVC";那么需要将 " 符号也写进去 , 需要用到转义字符 \ , 也就是你想写 ...
分类:编程语言   时间:2020-06-25 21:28:48    阅读次数:75
Python模块---datetime
##datetime ###时间获取与转换 datetime.datetime.now() #获取本地时区当前时间对象 datetime.datetime.utcnow() #GMT 零时区当前时间对象 datetime.datetime.now(datetime.timezone(datetime ...
分类:编程语言   时间:2020-06-25 15:35:07    阅读次数:69
JAVA8 LocalDateTime
LocalDateTime <=> String //时间转字符串格式化 DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyyMMddHHmmssSSS"); String dateTime = LocalDateTime.n ...
分类:编程语言   时间:2020-06-24 18:04:28    阅读次数:58
【SEO】 图片延迟加载
从Google Chrome 77版本起,开始本地延迟功能。 如下引用原文: I’m not sure how I missed native lazy loading in my last video! It’s pretty amazing, so I’m including it now. L ...
分类:其他好文   时间:2020-06-24 14:20:28    阅读次数:69
如何使用Fiddler工具进行APP弱网测试
使用Fiddler工具连接手机测试,前提条件一定要保证电脑与手机使用同一个网络。 一、Fiddler通过代理连上手机 1、Fiddler--TOOLS-Options:Connections选项卡,设置连接的端口号,并勾选以下勾择项 2、打开运行控制台窗口,输入ipconfig,查看当前电脑的IP地 ...
分类:移动开发   时间:2020-06-23 19:13:19    阅读次数:65
Nginx-8.nginx反向代理监控虚拟IP地址
一、 编写nginx反向代理配置 worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on ...
分类:其他好文   时间:2020-06-23 19:09:56    阅读次数:115
Mac 设置默认 Shell
官方文档说明:https://support.apple.com/zh-cn/HT208050 macOS Catalina 版开始 终端会提示 The default interactive shell is now zsh. To update your account to use zsh, ...
分类:系统相关   时间:2020-06-23 13:29:25    阅读次数:109
Java8 日期DateTimeFormatter LocalDateTime
DateTimeFormatter dtf = DateTimeFormatter.ofPattern("yyyyMMdd"); System.out.println(dtf.format(LocalDateTime.now())); System.out.println(dtf.format(Lo ...
分类:编程语言   时间:2020-06-22 12:49:40    阅读次数:41
SQL常见函数之单行函数总结
字符函数 length() concat() substr() instr() trim() upper() lower() lpad() rpad() replace() 数学函数 round() ceil() truncate() mod() 日期函数 now() curdate() curti ...
分类:数据库   时间:2020-06-21 20:11:50    阅读次数:69
centos关机重启命令
关机: 1. poweroff 2.shutdown -h now --立刻关机 3. shutdown -h 10 过10分钟关机 重启: 1.reboot 2. shutdow -r now --立刻重启 3. shutdown -r 10 --过10分钟重启 4. shutdown -r 20 ...
分类:其他好文   时间:2020-06-21 20:08:43    阅读次数:231
6430条   上一页 1 ... 20 21 22 23 24 ... 643 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!