码迷,mamicode.com
首页 >  
搜索关键字:index full scan    ( 44403个结果
Mac下制作Windows的安装U盘
1.下载iso (下面的两个链接有下载地址,速度还行)链接1:https://next.itellyou.cn/Original/Index#cbp=Product?ID=f905b2d9-11e7-4ee3-8b52-407a8befe8d1链接2:http://www.xitongcheng.c ...
分类:Windows程序   时间:2021-02-20 11:46:40    阅读次数:0
[spojDIVCNT1]Counting Divisors
定义 约定1:以下分数都是最简,且令$\frac{1}{0}$有意义,其大于其余分数,并称平行于$y$轴的直线斜率为$-\frac{1}{0}$ 分数加:对于分数$a=\frac{a_{1}}{a_{0}}$、$b=\frac{b_{1}}{b_{0}}$,定义$a\oplus b=\frac{a_ ...
分类:其他好文   时间:2021-02-19 13:39:21    阅读次数:0
valgrind的局限性
valgrind是很好的检查内存泄漏的工具 使用命令: $ valgrind --tool=memcheck --log-file=/root/valgrind_log_all --leak-check=full --error-limit=no --show-reachable=yes --tra ...
分类:其他好文   时间:2021-02-19 13:36:36    阅读次数:0
2020 BIT冬训-二分三分快速幂矩阵 L - Decode the Strings HDU - 2371
Problem Description Bruce Force has had an interesting idea how to encode strings. The following is the description of how the encoding is done:Let x1 ...
分类:其他好文   时间:2021-02-19 13:18:41    阅读次数:0
Python-pip源设置
1、windows10 pip设置目录:C:\ProgramData\pip\pip.ini [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple/ ←--清华大学源 2、dos命令:pip config --global set ...
分类:编程语言   时间:2021-02-19 13:05:20    阅读次数:0
学习vue的随笔-vue初始化时遇到的一些问题
下载依赖 npm i 引入element npm i element-ui -S main.js写入 import Vue from 'vue'; import ElementUI from 'element-ui';import 'element-ui/lib/theme-chalk/index. ...
分类:其他好文   时间:2021-02-18 13:43:15    阅读次数:0
String类的常用方法
一、String类的常用方法 返回当前字符串中给定位置的字符: char charAt(int index) 返回给定字符串在当前字符串中的位置: int indexOf(String str) 返回当前字符串的长度: int length() 判断当前字符串是以指定字符开始或结束的: boolea ...
分类:其他好文   时间:2021-02-18 13:42:38    阅读次数:0
.NetCore【依赖注入:AddTransient、AddSingleton、AddScoped的区别 】
service.AddTransient<ITranTest, TranTest>(); service.AddSingleton<ISingTest, SingTest>(); service.AddScoped<ISconTest, SconTest>(); 一、使用方式 service.Add ...
分类:Web程序   时间:2021-02-18 13:13:51    阅读次数:0
k8s&grpc-知识点
安装 k3s https://docs.rancher.cn/docs/k3s/quick-start/_index/ istio https://www.jianshu.com/p/db7c7f241716 使用 安装删除资源 kubectl delete -f aspnetcore-virtua ...
分类:其他好文   时间:2021-02-18 12:57:33    阅读次数:0
for循环求n个数阶乘的和
#include<stdio.h>int main() { int ret = 1; int n = 0; int i = 0; int sum = 0; printf("请输入:\n"); scanf("%d", &n);\\输入n的值 for (i = 1; i <= n; i++) { ret ...
分类:其他好文   时间:2021-02-17 15:11:38    阅读次数:0
44403条   上一页 1 ... 39 40 41 42 43 ... 4441 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!