码迷,mamicode.com
首页 >  
搜索关键字:ex    ( 2448个结果
编程日志&&刷题日志&&开发日志迁移之碎碎念
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2019-08-27 19:34:02    阅读次数:112
Java.NIO小例子
--Client.java public class Client { private static String ip = null; private static int port = 10000; public static void main(String[] args) throws Ex ...
分类:编程语言   时间:2019-08-26 00:38:21    阅读次数:79
C#中的Byte,String,Int,Hex之间的转换函数。
/// <summary> Convert a string of hex digits (ex: E4 CA B2) to a byte array. </summary> /// <param name="s"> The string containing the hex digits (wit ...
分类:Windows程序   时间:2019-08-24 18:22:35    阅读次数:146
(Easy) Shortest distance to Character LeetCode
Description: Given a string S and a character C, return an array of integers representing the shortest distance from the character C in the string. Ex ...
分类:其他好文   时间:2019-08-22 19:13:00    阅读次数:117
python第一部分小结
1.python的种类 Cpython: 用c语言编写的python解释器 Javapython 用Java编写的python解释器 c#python 用c#编写的python解释器 PYPY 用python编写的python解释器 2.python程序: 1)执行 终端: C:/python.ex ...
分类:编程语言   时间:2019-08-22 00:47:43    阅读次数:95
Ubuntu18.04 JDK
```bash sudo mkdir /usr/lib/jvm ``` ```bash sudo tar -zxvf jdk-8u212-linux-x64.tar.gz -C /usr/lib/jvm ``` ```bash sudo vim /etc/profile ``` ```bash ex... ...
分类:系统相关   时间:2019-08-21 13:27:18    阅读次数:92
yield
https://blog.csdn.net/mieleizhi0522/article/details/82142856 先把yield理解为return root@ubuntu:/home/vigossr/exercise# ./yield_ex.py starting...4********** ...
分类:其他好文   时间:2019-08-19 13:03:05    阅读次数:58
git使用(二)
git 从分支上创建一个分支 分支相关 git删除指定分支 gitlab创建新项目 远程仓库中项目拉取 拉取代码git clone git地址-- 默认拉取得是master分支 若需要切换分支使用git branch -a会出现分支列表直接切换到对应的分支git checkout origin/ex ...
分类:其他好文   时间:2019-08-19 12:37:21    阅读次数:104
cratedb 做为prometheus 的后端存储
prometheus 提供了remote_write 以及remote_read 的数据存储方式,可以帮助我们进行数据的长时间存储、方便查询 cratedb 提供了对应的adapter,可以直接进行适配。 以下演示一个简单的cratedb 集群以及通过write 以及read 存储通过grok ex ...
分类:数据库   时间:2019-08-18 12:04:40    阅读次数:370
多线程——Callable接口
package pers.aaa.callable; import java.util.concurrent.Callable; public class MyCallable implements Callable<Integer>{ public Integer call() throws Ex... ...
分类:编程语言   时间:2019-08-17 21:55:06    阅读次数:91
2448条   上一页 1 ... 28 29 30 31 32 ... 245 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!