ICode9

精准搜索请尝试: 精确搜索
  • English Debate Notes Sample2021-08-02 09:01:32

    Definition romantic relationship between country policy: relationship is based on the strengthreason government CO2 regulationStrength for diploma Individual if only catch up old friends, narrowedNew friends-boarden horizonhard to maintai

  • [Notes] 显卡更新后docker nvidia-runtime不可用2021-07-30 17:33:33

    在更新了英伟达显卡驱动后,再次运行 docker run --gpus 2 --rm nvidia/cuda:9.0-base nvidia-smi 便报错: docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "process_linux.go:449: container init ca

  • Java集合容器2021-07-25 17:03:02

    package rongqi; import java.util.*; import java.util.HashSet; public class setrongqi{ static HashSet<String> notes = new HashSet<String>(); public static void main(String args[]) { notes.add("first"); notes

  • Android notes——第一行代码笔记(第三版)2021-07-13 14:01:27

    Android notes——第一行代码笔记(第三版) Android notes——第一行代码笔记(第三版) Android notes——第一行代码笔记(第三版)ActivityActivity基本用法创建Activity、加载布局、注册在Activity中使用**Toast**,Toast就是一个简单的提示消息~ Activity Activity基本用法 创

  • CS-Notes 知识清单 备战版2021-07-12 09:51:45

      CS-Notes 知识清单 备战版 前言 清单 3.1 操作系统基础 ★★★ 进程与线程的本质区别、以及各自的使用场景。 ★☆☆ 进程状态。 ★★★ 进程调度算法的特点以及使用场景。 ★☆☆ 线程实现的方式。 ★★☆ 协程的作用。 ★★☆ 常见进程同步问题。 ★★★ 进程通信方法的

  • MyBatis--Notes2021-07-05 17:35:09

    MyBatis 1.简介 1.1.什么是MyBatis MyBatis 是一款持久层框架 几乎避免了所有的JDBC代码和手动设置参数以及获取结果集 支持定制化sql,存储过程,高级映射 MyBatis可以使用简单的xml或注解来配置映射原生类型,接口,java的POJO(Plain Old Java Objects)为数据库中的记录 获取myBatis方

  • Perfectly Spoken Notes2021-06-27 13:03:46

    English Alphabet: 7 sounds eɪ A H J K i: B C D E G P T V e F L M N S X Z aɪ I Y əʊ O u: Q U W ɑː R Lesson 01 - Greetings and Introducations Formal Greeting A: Hello. B: Nice to meet you. A: Pleased to meet you. A/B: Good morning/ Good aft

  • pytest notes2021-06-11 20:02:08

    pytest 使用 F 标识测试失败(FAILED) pytest 使用 . 标识测试成功(PASSED)   标记测试函数 由于某种原因(如 test_func2 的功能尚未开发完成),我们只想执行指定的测试函数。在 pytest 中有几种方式可以解决: 第一种,显式指定函数名,通过 :: 标记 $ pytest tests/test-function/tes

  • INFO1113 - Final Exam Notes2021-06-05 20:58:40

    INFO1113 × Final Exam TopicsText File I / O NotesStatic & Non-static Practice Exam 复习中…持续更新…(个人笔记 仅供参考T T) Topics Text File I / O Week 1 Notes 1. Input ① Scanner import java.util.Scanner; Scanner sc = new Scanner(System.in); // cre

  • swagger 相关2021-06-04 17:36:28

    No enum constant org.springframework.web.bind.annotation.RequestMethod.Post  错误原因:httpMethod 中 POST 写成了 Post @ApiOperation(value = "新建人脸库",notes = "新建人脸库", httpMethod = "Post") 问题解决,改过来: @ApiOperation(value = "新建人脸库&

  • General Interview Notes2021-06-02 14:33:30

    Created in 2021-06-01 23:20 A record AND CNAME The A record points a name to a specific IP. The CNAME record points a name to another name instead of to an IP. The CNAME source represents an alias for the target name and inherits its entire resolution cha

  • 等不及官宣——Istio 1.0.3 Release Notes2021-05-28 09:58:35

    本次发布中针对社区在使用 Istio 1.0.2 的过程中发现的严重问题进行了修补。下文将陈述 Istio 1.0.2 和 Istio 1.0.3 之间的差异。行为变化验证 Webhook 变成了必选项。如果禁用这一 Webhook 将会导致 Pilot 崩溃。Service entry 不再允许使用通配符(*)的 DNS 解析。相关 API 从未允

  • 【Notes】# 使用Github+hexo创建个人博客2021-05-19 10:31:50

    我的博客:www.lwclick.com 参考GitHub+Hexo 搭建个人网站详细教程 一、购买域名(非必须) 看个人喜好,阿里云,腾讯云等,均可。推荐阿里云 二、GitHub创建个人仓库 登录GitHub,登录或者使用你的邮箱注册点击GitHub中的Create repository创建新仓库仓库名称为:用户名.github.io(必须这样

  • Cpp primer plus notes2021-05-13 19:03:58

    Cpp primer plus notes ch2. get start include 预处理器编译指令。 using namespace 编译指令。 void关键字显示说明不接受任何参数。 //myfirst.cpp #include <iostream> int main(void) { using namespace std; cout << "Come up and c++ me some time.";// << : 为插

  • Tourist's Notes CodeForces - 538C2021-05-10 02:02:27

    原题链接 考察:贪心+思维 原来是贪心...还以为是dp 思路:       m个已知信息将n个元素序列分成了n+1段.对于每段端点求峰值即可.       但是注意第一天的起点是任意高的. 1 #include <iostream> 2 #include <cstring> 3 #include <algorithm> 4 using namespace std;

  • System Security 03| Notes && Homework - ret2libc2021-04-28 12:02:31

    System Security 03| Notes && Homework - ret2libc Notes | 控制流劫持攻击攻击方法缓冲区溢出攻击整数溢出攻击格式化字符串漏洞 防御方法将内存标记为不可执行(W^X)Non-executable StackStackGuardStackShieldSeparate StackASLR (Address Space Layout Randomization)绕过

  • notes of web<持续更新>2021-04-26 18:59:53

    web常用套路 01 默认目录获取日志 ?url=/var/log/nginx/access.log 02 a sentence <?php @eval($_POST['a']);?> web信息泄露 01 源码泄露 f12 02 phps源码泄露 访问index.phps下载备份文件 03 源码压缩包泄露 (访问www.zip下载源码) 04 前台JS绕过 1.禁用JS,再查看源代码 2.

  • 好大一棵树,新春的祝福(二):功能节点的数据结构和页面展示2021-04-24 23:06:20

    功能节点的数据结构和页面展示。 用CSS来体现大模块、小模块的效果。 用js来实现展开和收拢。 用js来修改div的Class,以达到鼠标跟随和鼠标单击(选中节点)的效果。目录          1、n级分类的数据结构          2、我的树的数据结构和页面展现         

  • 【官网链接】 REPRODUCIBILITY —— pytorch的可复现性2021-04-23 13:03:36

          官网链接地址:   https://pytorch.org/docs/stable/notes/randomness.html       ===============================================

  • Python notes 0004: Strings2021-04-17 11:58:36

    Contents 1 What is strings?1.1 Definition in computer science1.2 Definition in Python 2 How to manipulate strings in Python?2.1 Write at a command prompt2.2 Usage (from the official website)2.3 Chinese content 1 What is strings? 1.1 Definition in co

  • 2020 Cybrics CTF Web Writeup2021-04-09 19:51:12

     一叶飘零 嘶吼专业版 0x00 前言上周末打了俄罗斯知名战队LCBC举办的2020 Cybrics CTF,以下是Web题题解。0x01 Hunt锁定到会飘的验证码代码上,将其飘来飘去的代码去除:然后手动调用5次固定不动的验证码:此时验证码不动,点5次就可以去Get Flag了:获得flag:0x02 Gif2png题目给了源码,于是

  • [Notes] pandas 保存hdf5时numpy array遇到的性能warning2021-04-09 14:03:04

    当dataframe中有元素为numpy array时,进行pandas.HDFStore.put时会报warning: your performance may suffer as PyTables will pickle object types that it cannot map directly to c-types [inferred_type->mixed,key->block1_values] 这是因为Pandas所支持的数据类型: float in

  • Linux tail 命令2021-03-27 09:33:46

    tail 命令可用于查看文件内容,从后往前看。 有一个常用的参数 -f 常用于查阅正在改变的日志文件。 tail -f filename 会把 filename 文件里的最尾部的内容显示在屏幕上,并且不断刷新,只要 filename 更新就可以看到最新的文件内容。 tail [参数] [文件] 参数: -f 循环读取 -q

  • 怎么样选择合适的CFA备考资料2021-03-20 12:59:53

    下面就我了解的CFA备考资料做一个排序: 1.教材的重要性排序: 第一梯队:NOTES(仅一、二级)、CFA网课视频。 国内用的比较多的就是Kaplan出的NOTES,Kaplan作为老牌大厂,NOTES基本是浓缩了CFA的精华,内容较教材精简很多而且重点突出,对考试很有针对性,唯一的缺点是有可能遗漏考点。CFA三

  • Mysql 组合查询、全文本搜索2021-03-18 10:32:35

    组合查询 1.使用情况 1.单个表中的多条查询 2.单个查询从不同的表返回类似的结构数据 2.语法 select id,price form products where price <= '5' union select id,price form products where id in (1,2); 3.union的使用可以和where语句进行转换,如果每个匹配行必须都

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有