学习五笔打字

很多人对五笔输入法都有一种抗拒心里,并不是他们不想学,而是认为五笔是专业输入法,一定很难学!同时一看五笔字根表口诀,再对应到130个字根时,很多朋友就决定放弃五笔了,其实学五笔是一件简单且有意思的事情

2019-09-22 00:16:26

java 连接kylin,jdbc调用示例

import java.io.IOException;import java.sql.Connection;import java.sql.ResultSet;impor

2019-09-22 00:07:09

java连接kylin,api方式调用

import java.io.IOException; import java.io.UnsupportedEncodingException; import org.a

2019-09-22 00:04:13

linux挂载ftp文件夹

1、安装curlftpfsyum install curlftpfs2、挂载:curlftpfs -o codepage=utf8mb4 ftp://username:password@ftpserver.

2019-09-20 23:09:32

命令连接ftp

1、安装ftp客户端:下载:http://mirror.centos.org/centos/7/os/x86_64/Packages/ftp-0.17-67.el7.x86_64.rpm安装:rpm

2019-09-20 22:32:06

flexible.js 移动端自适应方案

一,flexible.js 的使用方式:github地址:https://github.com/amfe/lib-flexible官方文档地址:https://github.com/amfe/arti

2019-09-19 22:24:17

centos7用ossfs挂载oss

sudo apt-get install automake autotools-dev g++ git libcurl4-gnutls-dev \ libf

2019-09-16 21:28:19

linux上nfs配置

1、服务端部署1)检查系统版本及NFS服务nfs-utils 和rpcbind有没有安装[root@service ~]# cat /etc/redhat-release

2019-09-14 00:03:36

利用Wireshark解密HTTPS流量

利用Wireshark 解密HTTPS流量今天给大家介绍另外一种解密HTTPS流量的方法。Wireshark 的抓包原理是直接读取并分析网卡数据,要想让它解密 HTTPS 流量,有两个办法: 

2019-09-11 20:38:12

阿里云函数计算使用headless-chromium

1、把headless-chromium和chromedriver上传到nas2、代码package xin.webx.handler; import com.alibaba.fastjson.JS

2019-09-10 00:56:00