码迷,mamicode.com
首页 >  
搜索关键字:only    ( 8839个结果
Windows API 可能会返回 MSDN 文档上没有提到的错误码
例如 _sopen_s 在磁盘空间不够的时候, 宏 errno 就会返回 ENOSPC(28) MSDN 文档时只提到以下错误码 errno valueCondition EACCES The given path is a directory, or the file is read-only, ...
分类:Windows程序   时间:2021-02-26 13:03:15    阅读次数:0
对象到对象映射-AutoMapper
概述 AutoMapper 是一个对象-对象映射器,可以将一个对象映射到另一个对象。 用来解决一个看似复杂的问题,这种类型的代码编写起来相当枯燥乏味, 官网地址: http://automapper.org/ 官方文档: https://docs.automapper.org/en/latest/ ...
分类:移动开发   时间:2021-02-23 14:05:53    阅读次数:0
"***.sh" is read-only (add ! to override) 问题解决
见博客:https://blog.csdn.net/jgm20475/article/details/80381650?utm_source=blogxgwz6 出现这种错误时会退出不了vim,那么出现这种错误的原因有: 1、该错误为当前用户没有权限对文件修改。 2、该文件没有正确保存退出,正在打开 ...
分类:其他好文   时间:2021-02-23 13:57:52    阅读次数:0
LeetCode - Make The String Great
Given a string s of lower and upper case English letters. A good string is a string which doesn't have two adjacent characters s[i] and s[i + 1] where ...
分类:其他好文   时间:2021-02-22 12:38:24    阅读次数:0
995. Minimum Number of K Consecutive Bit Flips (2021/2/18每日一题)
995. Minimum Number of K Consecutive Bit Flips In an array A containing only 0s and 1s, a K-bit flip consists of choosing a (contiguous) subarray of l ...
分类:其他好文   时间:2021-02-20 12:13:50    阅读次数:0
IT小技巧01-->charles 过滤
前言 The only way to do great work is to love what you do. (猜猜哪位大大说的) 一、小技巧概述 手机抓包时该如何设置过滤 过滤掉不想显示的域名 资源文件请求过滤 (不讲大家可以百度到的只显示指定域名,太多太多文章,自己看) 二、小技巧实操步骤 ...
分类:其他好文   时间:2021-02-20 12:07:56    阅读次数:0
Unity 自定义日志保存
前言 之前unity5.x在代码中写了debug.log..等等,打包之后在当前程序文件夹下会有个对应的"outlog.txt",2017之后这个文件被移到C盘用户Appdata/LocalLow/公司名 文件夹下面。觉得不方便就自己写了个 代码 using UnityEngine; using S ...
分类:编程语言   时间:2021-02-19 13:03:23    阅读次数:0
Tensorflow中tflite权重参数提取与推理过程示意
1、引言 最近一段时间在对卷积神经网络进行量化的过程中,阅读了部分论文,其中对于谷歌在CVPR2018上发表的论文“Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference ...
分类:其他好文   时间:2021-02-18 13:53:35    阅读次数:0
算法图解——组合求和( Combination Sum)
组合求和( Combination Sum) 1. 题目描述 Given an array of distinct integers candidates and a target integer target, return a list of all unique combinations of ...
分类:编程语言   时间:2021-02-18 13:37:18    阅读次数:0
MySQL:安装与配置
一、MySQL安装 0、下载社区版安装包 官网下载地址:https://dev.mysql.com/downloads/installer/ 1、进入安装页面,这里不选择默认安装的所有工具,仅选择Server only。 2、如果没有VC++环境就点击execute安装,已安装就继续下一步。 3、安 ...
分类:数据库   时间:2021-02-17 15:08:41    阅读次数:0
8839条   上一页 1 ... 4 5 6 7 8 ... 884 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!