码迷,mamicode.com
首页 >  
搜索关键字:ubuntu system settings    ( 82153个结果
C# 检查硬盘分区是ssd还是hdd
C# detect driver ssd/hdd 来自github的代码,略做了一丢丢修改。 using Microsoft.Win32.SafeHandles; using System; using System.Collections.Generic; using System.Compone ...
分类:Windows程序   时间:2021-06-17 17:07:02    阅读次数:0
ubuntu安装配置eclipse+hadoop开发环境(十分详细)+WordCount实例
https://blog.csdn.net/QYmufeng/article/details/79580582 我的环境: 系统平台:Ubuntu14.04TLS(64位) Hadoop环境:Hadoop2.8.3 Eclipse:Neon.2 Release(4.6.2) Eclipse插件:ha ...
分类:系统相关   时间:2021-06-17 17:05:08    阅读次数:0
Geant4 安装
硬件条件:ThinkpadP52 1T+1Tssd+2T OS:windows10+Ubuntu20.04(先安装windows再安装Ubuntu) Geant4 安装 软体下载 https://geant4.web.cern.ch/support/download 安装到/jianghp/gean ...
分类:其他好文   时间:2021-06-17 16:38:52    阅读次数:0
charles的使用
charles: 如何抓包 >设置代理 >(1.导航栏proxy 2.windows Proxy) 抓取https >安装证书 >(1.导航栏proxy 2.SSL Proxying Settings) 定位问题 >断点测试 >(1.导航栏proxy 2.Breakpoints) 弱网测试 >模拟弱 ...
分类:其他好文   时间:2021-06-17 16:35:04    阅读次数:0
Elastic的字符串查找
Elastic的字符串属性分成:keyword 和 text ,一般我们会把所有字符串设置为 keyword: 默认字段属性的设置规则: PUT /test_idx { "settings": { "number_of_shards": 3, "number_of_replicas": 1 }, " ...
分类:其他好文   时间:2021-06-17 16:34:28    阅读次数:0
API 读写cookie的方法
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Net.Http; ...
分类:Windows程序   时间:2021-06-17 16:27:43    阅读次数:0
移植32位QT程序到ubuntu18.04
1,操作系统变更 某个程序A,是在ubuntu12.04的虚拟机上编译QT4.8的源代码,并将最终的执行程序运行在ubuntu12.04系统上。 由于出货要更换主板,供应商提供的ubuntu操作系统版本确定为18.04。 测试结果表明,原ubuntu12.04的虚拟机上编译的执行程序无法直接运行在u ...
分类:系统相关   时间:2021-06-17 16:26:51    阅读次数:0
并发王者课-铂金1:探本溯源-为何说Lock接口是Java中锁的基础
在黄金系列中,我们介绍了并发中一些问题,比如死锁、活锁、线程饥饿等问题。在并发编程中,这些问题无疑都是需要解决的。所以,在铂金系列文章中,我们会从并发中的问题出发,探索Java所提供的锁的能力以及它们是如何解决这些问题的。 作为铂金系列文章的第一篇,我们将从Lock接口开始介绍,因为它是Java中锁... ...
分类:编程语言   时间:2021-06-16 18:08:25    阅读次数:0
JavaSE:反射机制 - Constructor类
反射机制 - Constructor类 1. 基本概念 java.lang.reflect.Constructor类:主要用于描述获取到的构造方法信息 2. Class类中,与Constructor类有关的常用方法 Constructor getConstructor(Class<?>... par ...
分类:编程语言   时间:2021-06-16 18:07:42    阅读次数:0
生产者消费者demo
using System; using System.Collections.Generic; using System.Threading; namespace 生产者消费者 { class Program { static int r; static Queue<int> q = new Que ...
分类:其他好文   时间:2021-06-16 18:05:33    阅读次数:0
82153条   上一页 1 ... 11 12 13 14 15 ... 8216 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!