码迷,mamicode.com
首页 >  
搜索关键字:available    ( 2488个结果
Font \"微软雅黑\" is not available to the JVM. See the Javadoc for more details.
1. 背景 在工作中使用JasperReport生成报表,会出现错误Font \"微软雅黑\" is not available to the JVM. See the Javadoc for more details. 2. 分析 开发环境是window7,并没有出现该问题。测试环境是linux, ...
分类:编程语言   时间:2018-05-16 15:16:37    阅读次数:572
6. 添加权限管理模块
本文主要是以权限管理模块为例来介绍使用springboot+mybatis完成增删改查的功能。1. 添加Permission实体类 1 package com.lvniao.blog.model; 2 3 import java.util.ArrayList; 4 import java.util. ...
分类:其他好文   时间:2018-05-15 01:39:30    阅读次数:187
HDFS配额查询
### 查看目录配额 hdfs dfs -count -q -h /user/hive/warehouse/db_name.db ### 查看整个HDFS的空间大小 hdfs dfs -df -h /user/ Filesystem Size Used Available Use% hdfs://h... ...
分类:其他好文   时间:2018-05-14 11:41:37    阅读次数:169
10、R常用命令
转载:http://www.bio-info-trainee.com/579.html 关于R语言包的一些操作,挺重要的!!! R的包(package)通常有两种:1 binary package:这种包属于即得即用型(ready-to-use),但是依赖与平台,即Win和Linux平台下不同。2  ...
分类:其他好文   时间:2018-05-12 16:23:17    阅读次数:155
[Javascript Crocks] Safely Access Nested Object Properties with `propPath`
In this lesson, we’ll look at the propPath utility function. We’ll ask for a property multiple levels deep in an object and get back a Maybe. We’ll ge ...
分类:数据库   时间:2018-05-11 23:47:33    阅读次数:231
文件系统一致性
File system relies on an internal set of tables to keep track of inodes used and available blocks. When these internal tables are not properly synchro ...
分类:其他好文   时间:2018-05-11 23:21:03    阅读次数:193
index full scan和index fast full scan区别
官档的解释: In a full index scan, the database reads the entire index in order. A full index scan is available if a predicate (WHERE clause) in the SQL sta ...
分类:其他好文   时间:2018-05-10 11:14:57    阅读次数:151
stap中的entry函数
只有在ret probe函数中,在这个函数中才会使用@entry函数去提取变量 是因为ret probe 有什么特殊的吗?在中间这个变量会变化吗? A new operator, @entry, is available for automatically saving an expression ...
分类:其他好文   时间:2018-05-09 01:19:42    阅读次数:173
Ubuntu修改欢迎登录页面
Ubuntu欢迎信息保存在/etc/update-motd.d/,修改其中的文件即可修改欢迎信息# ls /etc/update-motd.d/ 00-header  10-help-text  90-updates-available  91-release-upgrade  98-fsck-a
分类:系统相关   时间:2018-05-08 10:21:00    阅读次数:2759
Starting nagios:This account is currently not available.
Nagios服务启动报错如下: [root@quan ~]# service nagios startStarting nagios:This account is currently not available. done. 解决方法: 把 nagios:x:501:501::/home/nagi ...
分类:移动开发   时间:2018-05-07 19:54:24    阅读次数:205
2488条   上一页 1 ... 81 82 83 84 85 ... 249 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!