网站首页 站内搜索

搜索结果

查询Tags标签: example,共有 189条记录
  • vue3x fontawesome字体图标插件使用

    官网 https://fontawesome.com安装 npm install --save-dev @fortawesome/fontawesome-free@5.15.3使用 main.js import { createApp } from vue import App from ./App.vueimport @fortawesome/fontawesome-free/css/all.css import @fortawesome/fontawesome-free/js/al…

    2021/6/20 23:26:57 人评论 次浏览
  • PHP 页面静态化/纯静态化/伪静态化

    概念 PHP静态化分为:纯静态化 和 伪静态化;纯静态化又分为:局部静态化 和 完全静态化 纯静态化:是把PHP生成的动态页面保存成静态的html文件,用户访问该静态页面,而不是用户每一次访问都重新生成一张相同的网页,优点就是减小服务器开销,局部静态化:是生成的静态文…

    2021/6/18 17:56:44 人评论 次浏览
  • Hyperledger Fabric教程(1)--Hyperledger Fabric 老版本 1.1.0 快速部署安装

    一. 运行环境: 首先要保证系统安装了Go、Docker、Docker-Compose.1. 操作系统 Ubuntu 16.04 内存:32G 磁盘:700G 安装gitsudo apt install git 安装curlsudo apt install curl 安装wget 安装vimsudo apt install vim2. 安装docker 使用官方安装脚本自动安装:使用官方…

    2021/6/17 12:27:49 人评论 次浏览
  • Hyperledger Fabric ./byfn.sh -m up -s couchdb Error peer0.org1 failed to join the channel

    一、报错 ./byfn.sh -m up -s couchdb shijianfeng@ubuntu:~/fabric-samples/first-network$ ./byfn.sh -m up -s couchdbStarting with channel mychannel and CLI timeout of 10 seconds and CLI delay of 3 seconds and using database couchdb Continue? [Y/n] pro…

    2021/6/17 12:26:20 人评论 次浏览
  • Hyperledger Fabric教程(14)--动态添加组织的步骤

    一、生成新组织的证书和新组织的通道配置json文件 1 生成证书 cd org3-artifacts && ../../bin/cryptogen generate --config=./org3-crypto.yaml# Copyright IBM Corp. All Rights Reserved. # # SPDX-License-Identifier: Apache-2.0 ## ----------------------…

    2021/6/17 12:26:15 人评论 次浏览
  • 【读书笔记】有序分拆和无序分拆的结论速览

    目录 EXAMPLE I.4. Compositions with restricted summands EXAMPLE I.5. Partitions with restricted summands (硬币找零问题) EXAMPLE I.6. Compositions with a fixed number of parts. EXAMPLE I.7. Partitions with a fixed number of parts 结论表格 最…

    2021/6/6 10:32:18 人评论 次浏览
  • Java中运行并且自定义本地方法 #native

    如何在Java中运用并且自定义本地方法? 可以使用本地C/C++的类库,如何使用: 定义本地方法native方法 public class Example {static {System.load("E:/project_java/OO(Object-Orientde)/IDEAproject/JVMDemo/chapter4/resources/example.dll");}public nativ…

    2021/5/30 20:50:08 人评论 次浏览
  • nginx example

    user www www;worker_processes 2;pid /var/run/nginx.pid;# [ debug | info | notice | warn | error | crit ]error_log /var/log/nginx.error_log info;events {worker_connections 2000;# use [ kqueue | epoll | /dev/poll | select …

    2021/5/22 7:26:31 人评论 次浏览
  • kerberos-ldap linux账户集中管理认证

    #part1 install and config kerberos yum -y install krb5-server vi /etc/krb5.conf# Configuration snippets may be placed in this directory as wellincludedir /etc/krb5.conf.d/ [logging]default = FILE:/var/log/krb5libs.logkdc = FILE:/var/log/krb5kdc.logadm…

    2021/5/22 7:26:30 人评论 次浏览
  • 【leetcode】1608. Special Array With X Elements Greater Than or Equal X

    题目如下:You are given an array nums of non-negative integers. nums is considered special if there exists a number x such that there are exactly x numbers in nums that are greater than or equal to x. Notice that x does not have to be an element in nu…

    2021/5/21 18:29:31 人评论 次浏览
  • C 语言调用 pybind11 生成的动态链接库

    简介 C 语言调用 pybind11 生成的动态链接库?这是什么需求?脱裤子放屁? 因为要在 python 里面可以调用 C 语言的代码,所以要用 pybind11 生成可以被 python 调用的动态链接库。可是,现在竟然有这种奇怪的需求,竟然要调用这个动态链接库!不管你的需求是哪里来的,如…

    2021/5/17 10:25:11 人评论 次浏览
  • Spring MVC的基本使用

    1、Spring MVC的基本介绍 spring mvc 是基于 spring 的一个框架,实际上就是 spring 的一个模块,是专门用来做 web 开发的。spring mvc 的底层实际上还是 servlet ,只是在 servlet 的基础上面加入了一些功能,让 web 开发更加方便,可以理解为是 servlet 的升级。 Sprin…

    2021/5/11 18:56:41 人评论 次浏览
  • PHP邮件发送:PHPMailer

    说一下PHPMailer发送邮件,很简单!参考: gitHub:PHPMailer 菜鸟教程:PHPMailer<?php /*** Created by PhpStorm* @author sxd* @data 2021/5/10 13:27*/namespace app\service;//Import PHPMailer classes into the global namespace //These must be at the top …

    2021/5/11 12:28:15 人评论 次浏览
  • gloox环境搭建并运行example(小白教程,有图版本)

    网上搜索gloox环境搭建并跑demo都没有详细的图文教程(毕竟无脑直观,节省时间)在此做个记录并分享 本篇文章的参考 感谢 操作系统:win10gloox版本:1.0.24使用Visual Studio 2013 一生成gloox.lib文件和gloox.dll文件 1.下载gloox1.0.242.解压 3.用VS2013启动gloox.vcp…

    2021/5/9 10:25:15 人评论 次浏览
  • 如何在CentOS 7 安装看板软件TaskBoard

    一、软件介绍 TaskBoard是一款免费且开源的软件,灵感来源于看板面板,用于持续跟踪需要完成的事情进展。看板事实上是一种工作流程和项目组织的可视化技术,尤其是对于软件开发行业,它提供了一项可视化进度管理系统来帮助如何构建产品。正如上图所示,这个软件可以很容易…

    2021/5/8 7:30:42 人评论 次浏览
扫一扫关注最新编程教程