import redis.clients.jedis.Jedis;public class A { public static void main(String[] args) throws Exception { Jedis jedis = new Jedis("localhost", 6379) ...
分类:
其他好文 时间:
2021-01-05 10:52:53
阅读次数:
0
server { listen 80; server_name localhost; rewrite ^(.*)$ https://$host$1 permanent; } server { listen 443 ssl; server_name localhost; proxy_buffering ...
分类:
Web程序 时间:
2021-01-04 11:17:46
阅读次数:
0
javascript:(function() { function R(a){ona = "on"+a; if(window.addEventListener) window.addEventListener(a, function (e) { for(var n=e.originalTarget; ...
分类:
Web程序 时间:
2021-01-04 10:40:43
阅读次数:
0
function gakmeans?clc;close all; clear all;?% sds - sampled dataset global sds;?[im,map]=imread('ant.jpg');if ( size(im,3)==3) im=rgb2gray(im);end?im= ...
分类:
编程语言 时间:
2021-01-02 11:11:33
阅读次数:
0
前期准备准备两台Centos7虚拟机,其中两台虚拟机配置两个网卡(NAT和仅主机),两台虚拟区配置多块硬盘,配置IP地址和hostname,同步系统时间,关闭防火墙和selinux,修改ip地址和hostname映射iphostnameens33(NAT):192.168.29.145ens37(仅主机):192.168.31.135controllerens33(NAT):192.168.29.
分类:
系统相关 时间:
2021-01-02 10:56:40
阅读次数:
0
opentack heat orchestration template (HOT) 可以类比 k8s 的 yaml 文件,k8s 通过 yaml 文件实现编排, 通过 HOT yaml 文件实现 openstack 上的编排 openstack 版本 train 版 HOT hello world ...
分类:
其他好文 时间:
2021-01-02 10:37:17
阅读次数:
0
参考文档链接 http://taro-docs.jd.com/taro/docs/README/index.html https://taro-ui.aotu.io/#/docs/quickstart 基础: https://docs.taro.zone/docs/guide#%E5%9F%BA%E ...
分类:
其他好文 时间:
2021-01-01 12:46:42
阅读次数:
0
在angular项目中,若动态添加的html代码段中含有angular指令,angular指令不能应用成功。 解决办法: html js ($compile 需要注入) ...
分类:
Web程序 时间:
2021-01-01 12:30:32
阅读次数:
0
本文由戎码之路投稿。戎码之路的博客地址:http://www.cnblogs.com/libertycode/网上有很多关于使用Gallery来打造3D画廊的博客,但是在关于Gallery的官方说法中表明:ThisclasswasdeprecatedinAPIlevel16.于是我就在想,既然如此,那就用ViewPager来写一个吧,于是就有了这篇博客!进入正题:要实现如下图的功能,需要以下几点:
分类:
移动开发 时间:
2021-01-01 12:28:14
阅读次数:
0
测试KCPTUN+UDPRAW的加速效果 KCPTUN地址:https://github.com/xtaci/kcptun.git UDPRAW地址:https://github.com/wangyu-/udp2raw-tunnel.git 流程:cisco_ipsec_client >本地TCP ...
分类:
其他好文 时间:
2021-01-01 11:38:26
阅读次数:
0