码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
Quick start Bootstrap
CSS Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS. <link href="https://cdn.jsdelivr.net/npm/bootstrap ...
分类:其他好文   时间:2021-01-25 11:24:06    阅读次数:0
1657. Determine if Two Strings Are Close
Two strings are considered close if you can attain one from the other using the following operations: Operation 1: Swap any two existing characters. F ...
分类:其他好文   时间:2021-01-25 11:07:52    阅读次数:0
新版JDK8日期时间及其格式化
1.日期时间处理类 JDK8通过发布新的Date-Time API(JSR 310)来进一步加强对日期与时间的处理 新增了很多常见的API,如日期/时间的比较,加减,格式化等 包所在位置java.time 核心类 LocalDate:日期 LocalTime:时间 LocalDateTime:日期时 ...
分类:其他好文   时间:2021-01-21 10:37:20    阅读次数:0
Inline vs. block-level elements: a demonstration
Inline vs. block-level elements: a demonstration HTML (Hypertext Markup Language) elements historically were categorized as either "block-level" eleme ...
分类:其他好文   时间:2021-01-14 11:28:29    阅读次数:0
expdp 跳过坏块
一、坏块验证 [oracle@lucky ~]$ dbv file='/u01/eisoo.dbf'DBVERIFY: Release 11.2.0.1.0 - Production on Thu Oct 2 16:08:24 2014Copyright (c) 1982, 2009, Oracle ...
分类:其他好文   时间:2021-01-13 11:20:08    阅读次数:0
C语言之表达式运算整体提升
整型提升是C语言的一种规则,由C语言的发明人丹尼斯·里奇与肯·汤普逊创设: "A character, a short integer, or an integer bit-field, all either signed or not, or an object of enumeration ty ...
分类:编程语言   时间:2021-01-07 12:31:44    阅读次数:0
pyinstaller打包多线程代码,运行死循环?
描述现象 用pyinstaller打包了一个上传文件的脚本,里面有多个input在while循环内,然后启用了多线程上传,在编辑器中运行没问题,但是打包完后,就一直循环提示你input... 解决 在google了一段时间后,发现需要在执行入口之前调用 multiprocessing.freeze_ ...
分类:编程语言   时间:2021-01-06 11:56:17    阅读次数:0
在二进制与文本之间转换plist文件
http://blog.sina.com.cn/s/blog_6fbe21070101c2w5.html plutil -convert xml1 some_file.plist 将som_file.plist转换为xml文本plutil -convert binary1 some_other_fi ...
分类:其他好文   时间:2021-01-04 10:44:10    阅读次数:0
kali2020挂载共享目录
issue:win 主机与(VMware)kali虚拟机设置共享文件夹 method:将win中的hostshare文件夹与kali中sharefolder共享同步 kali2020自带vmware-tools工具,不需要继续安装vmhgfs工具 step1:VMvare中设置共享文件夹 step2 ...
分类:其他好文   时间:2020-12-31 12:42:40    阅读次数:0
sed命令用法
1.功能简介 sed,是一种流编辑器,Linux三剑客命令之一。其特点为非交换式、逐行处理。 2.语法格式 sed [OPTION]... {script-only-if-no-other-script} [input-file].. 命令 参数 条件-处理 (指令) 处理文件信息 其中处理动作可由 ...
分类:其他好文   时间:2020-12-30 11:00:39    阅读次数:0
5856条   上一页 1 ... 4 5 6 7 8 ... 586 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!