码迷,mamicode.com
首页 >  
搜索关键字:配置linux iscsi san client    ( 19371个结果
获取屏幕宽高
Javascript: 网页可见区域宽: document.body.clientWidth网页可见区域高: document.body.clientHeight网页可见区域宽: document.body.offsetWidth (包括边线的宽)网页可见区域高: document.body.off ...
分类:其他好文   时间:2020-09-17 16:33:14    阅读次数:25
如何写 OI 题不挂(详细揭秘)
…… 其实我也不知道。 最近天天写 bug,写那种拍也拍不出,sanitizer 也没用的 bug……只有丢上去测了才知道写挂了。 ??? 我怎么做到这么高频率地写这种东西的??? 细节能力不够?造数据水平不行?写法太烂? 我也不知道……反正都是吧…… 你和我说动态返回结果的那种也就算了,还能根据经 ...
分类:其他好文   时间:2020-09-17 16:26:45    阅读次数:25
java操作ES的简单查询和bool查询
导入包 <dependencies> <dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>transport</artifactId> <version>5.2.2</version> </dependency> ...
分类:编程语言   时间:2020-09-17 13:51:34    阅读次数:51
Canal入门
1 Canal环境准备 1.1 docker安装数据库 配置文件 [root@other example]# cat /mydata/mysql/master/conf/my.cnf [client] default-character-set=utf8 [mysql] default-charac ...
分类:其他好文   时间:2020-09-17 13:47:43    阅读次数:26
Feign自动拼接请求的URL
@FeignClient("user-service") public interface UserFeignClient { @GetMapping(value="/user/{id}",headers={"Authorization=qwer"}) User queryUserById(@Pat ...
分类:Web程序   时间:2020-09-17 12:57:19    阅读次数:78
C#操作Sql数据库之对数据库进行增删改查
测试窗体为: 直接上代码: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using ...
分类:数据库   时间:2020-09-17 12:31:54    阅读次数:43
ffmpeg FFmpeg在VS2017下的编译
{ 简单记录下过程,以防将来重装系统等情况,备忘。 https://github.com/ShiftMediaProject/FFmpeg git clone 此项目,运行SMP\project_get_dependencies.bat 下载。 不过我之前并不知道这个自动下载依赖,我直接clone了 ...
分类:其他好文   时间:2020-09-15 21:25:27    阅读次数:39
Java 读取 .properties 配置文件的几种方式
直接上代码 package com.iflytek.jtcn.service.impl; import org.elasticsearch.client.Client; import java.io.BufferedReader; import java.io.FileReader; import ...
分类:编程语言   时间:2020-09-15 21:22:25    阅读次数:38
appium+python1--环境搭建
环境准备(windows 7) jdk1.8.0推荐(64位) android-sdk_r24.3.4-windows appium:1.7以上 Node.js:node-v10.0-x64 --appium依赖环境 Appium-Python-Client==0.26 -- pip 安装 pyth ...
分类:移动开发   时间:2020-09-10 22:43:11    阅读次数:59
shell echo单行和多行文字定向写入到文件中
单行文本: #!/bin/bash echo "192.168.85.24 tsedb">> /etc/hosts 多行文本: <<EOF告诉主shell,后续的输入,是其他命令或者子shell的输入,直到遇到EOF为止 #!/bin/bash cat > /etc/security/limits. ...
分类:系统相关   时间:2020-09-09 19:11:53    阅读次数:171
19371条   上一页 1 ... 41 42 43 44 45 ... 1938 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!