码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
Maven仓库的目录结构
###_remote.repositories文件 本地库中的包都有一个_remote.repositories文件,示例: #NOTE: This is an Aether internal implementation file, its format can be changed withou ...
分类:其他好文   时间:2021-07-05 18:51:49    阅读次数:0
1060 Are They Equal (25 分)
If a machine can save only 3 significant digits, the float numbers 12300 and 12358.9 are considered equal since they are both saved as 0 with simple c ...
分类:其他好文   时间:2021-07-02 15:54:07    阅读次数:0
Python常用代码功能
Python常用代码功能 提取一个文件夹下的所有图片(含子目录)到另一个文件夹下 import os import cv2 import shutil def getFileList(dir,Filelist, ext=None): """ 获取文件夹及其子文件夹中文件列表 输入 dir:文件夹根目 ...
分类:编程语言   时间:2021-06-29 16:00:12    阅读次数:0
Windows下使用notepad++对文本进行行列转换等操作
###行转列: Ctrl + F 选择替换 查找目标:填写指定的内容 替换为:\r\n 查找模式:正则表达式 单击替换或全部替换按钮 ###列转行: Ctrl + F 选择替换 查找目标:\r\n 替换为:不填写或填写指定的内容 查找模式:正则表达式 单击替换或全部替换按钮 ###删除空行 编辑-- ...
分类:Windows程序   时间:2021-06-29 15:56:39    阅读次数:0
[LeetCode] 215. Kth Largest Element in an Array_Medium tag: Array, Heap
Given an integer array nums and an integer k, return the kth largest element in the array. Note that it is the kth largest element in the sorted order ...
分类:其他好文   时间:2021-06-28 20:35:29    阅读次数:0
Java-IO流系列-FileInputStream和FileOutStream
FileInputStream和FileOutStream 测试FileInputstream和FileOutpuStream的使用 结论: 对于文本文件(. txt,.java,.c..cpp),使用字符流处理 对于非文本文件( . jpg ,.mp3, . mp4, .avi,.doc.ppt. ...
分类:编程语言   时间:2021-06-28 19:37:54    阅读次数:0
Jupyter Notebook默认路径修改
终端输入jupyter notebook --generate-config,回车,会显示jupyter_notebook_config.py文件的完整路径 编辑该文件,搜索#c.NotebookApp.notebook_dir = '',后面引号内修改为自定义的工作空间,注意:工作空间路径中\要替 ...
分类:其他好文   时间:2021-06-28 19:24:30    阅读次数:0
How to Enable VNCR on RAC Database to Register only Local Instances (Doc ID 1914282.1)
VNCR is supported for the cluster. Use MOS note 1914282.1 to ensure you've done all the required steps How to Enable VNCR on RAC Database to Register ...
分类:数据库   时间:2021-06-28 17:54:34    阅读次数:0
Cisco Packet Tracer :PVST Self-detection Experiment
01.STP Configuration Activity 5.2.5: Configuring STP NOTE TO USER: Although you can complete this activity without printed instructions, a PDF version ...
分类:系统相关   时间:2021-06-24 17:37:01    阅读次数:0
antd table实现可伸缩列
前段时间客户要求table列需要可拖拽功能,狂问度娘,大部分都是从antd官网上面copy的。 极个别的不是,但是含有选择框的就不行了 最后还是找到了: https://www.jianshu.com/p/89b8ccd1eca0 需要用到插件 vue-draggable-resizable,安装最 ...
分类:其他好文   时间:2021-06-23 17:18:08    阅读次数:0
7358条   1 2 3 4 ... 736 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!