码迷,mamicode.com
首页 >  
搜索关键字:sequence file    ( 57179个结果
el表达式
<%@ page import="java.util.ArrayList" %> <%@ page import="java.util.List" %><%-- User: 丁帅帅 Date: 21/05/30 Time: 10:00 To change this template use File ...
分类:其他好文   时间:2021-06-02 17:00:39    阅读次数:0
python源码安装
make install的时候,根据提示安装依赖包 yum -y intall zlib zlib-devel libffi-devel tk-devel 1. 下载与解压 wget https://www.python.org/ftp/python/3.9.4/Python-3.9.4.tar.x ...
分类:编程语言   时间:2021-06-02 16:48:54    阅读次数:0
linux下单机版redis下载编译安装
liunx下redis下载编译安装 介绍 redis官网地址 https://redis.io/ redis下载地址 http://download.redis.io/releases/redis-5.0.5.tar.gz 可以本地下载然后filezila上传上去,或者liunx里面wget下载 解 ...
分类:系统相关   时间:2021-06-02 16:42:09    阅读次数:0
/etc/init.d/functions: No such file or directory报错问题
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:其他好文   时间:2021-06-02 15:14:11    阅读次数:0
Android 11 拍照问题
安卓11有权限要求,以下方法管用 //跳转到相机 private void showCamera() { File fileDir = new File(Environment.getExternalStorageDirectory(),"Pictures"); if (!fileDir.exist ...
分类:移动开发   时间:2021-06-02 14:56:05    阅读次数:0
Linux epoll 单线程
#include <sys/socket.h> #include <sys/wait.h> #include <netinet/in.h> #include <netinet/tcp.h> #include <sys/epoll.h> #include <sys/sendfile.h> #inclu ...
分类:编程语言   时间:2021-06-02 14:40:56    阅读次数:0
linux分析工具之top命令详解
Linux系统可以通过top命令查看系统的CPU、内存、运行时间、交换分区、执行的线程等信息。通过top命令可以有效的发现系统的缺陷出在哪里。是内存不够、CPU处理能力不够、IO读写过高。 回到顶部 一、top选项 使用语法:top -hv | -abcHimMsS -d delay -n iter ...
分类:系统相关   时间:2021-06-02 14:25:14    阅读次数:0
Oracle Dataguard相关sql语句汇总
--check dataguard status select process,status,group#,sequence# from v$managed_standby select * from v$archived_log order by thread#, sequence#; selec ...
分类:数据库   时间:2021-06-02 14:24:58    阅读次数:0
基于WindowImplBase 更简单,才是标准的
dui界面基于 https://github.com/dingyuanhong/dui_ffplay/ extern "C" { #include "common.h" //ff相关 } #include <Windows.h> #include "../DuiLib/UIlib.h" using ...
分类:Windows程序   时间:2021-06-02 13:22:22    阅读次数:0
页面上移、下移、保存、编辑备份
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@include file="/context/mytags.jsp"%> <t:base type="jquery,ea ...
分类:其他好文   时间:2021-06-02 13:14:22    阅读次数:0
57179条   上一页 1 ... 18 19 20 21 22 ... 5718 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!