server常规配置{"server":"::","server_port":10086,"local_address":"127.0.0.1","local_port":1080,"password":"zwl@ss.coM","timeout":300,"method":"aes-256-cfb"}client常规配置{"server":"::","server_port":10086,"lo
分类:
其他好文 时间:
2020-05-07 09:24:02
阅读次数:
77
manifest目录 AndroidManifest.xml java目录 com.example.xxx xxxx.java:活动文件 res目录 drawable:存放图片 layout:存放布局文件 mipmap:存放图标 values:存放字符串、样式、颜色 strings.xml:存放字符 ...
分类:
移动开发 时间:
2020-05-06 20:10:15
阅读次数:
119
#!/bin/bash # #******************************************************************** #Date: 2020-04-30 #FileName: NetMenu.sh #Copyright (C): 2020 All r ...
分类:
其他好文 时间:
2020-05-03 14:47:20
阅读次数:
50
点云数据文件常用格式 文件类型汇总 OFF Object File Format PLY Polygon File Format also known as the Stanford Triangle Format PTS Laser scan data format 文件详细格式 1. OFF O ...
分类:
其他好文 时间:
2020-05-02 22:42:14
阅读次数:
555
@{ ViewBag.Title = "Index";}@section styles{<link href="~/Content/style.css" rel="stylesheet" type="text/css" /><link href="~/Content/config.css" rel= ...
分类:
其他好文 时间:
2020-05-02 19:14:29
阅读次数:
59
一,下载Jprofiler安装包,解压 jprofiler_linux_9_2.sh jprofiler_windows-x64_9_2.exe 二,安装jprofile服务端 1,把jprofiler_linux_9_2.sh 上传到服务器/usr/local/jprofiler路径下 2,赋权限 ...
分类:
其他好文 时间:
2020-05-01 18:52:00
阅读次数:
57
1021 个位数统计 (15分) 给定一个 k 位整数 N=d?k?1??10?k?1??+?+d?1??10?1??+d?0?? (0≤d?i??≤9, i=0,?,k?1, d?k?1??>0),请编写程序统计每种不同的个位数字出现的次数。例如:给定 N=100311,则有 2 个 0,3 个 ...
分类:
其他好文 时间:
2020-05-01 14:38:31
阅读次数:
53
find : find命令详解 find 解释:find search for files in a directory hierarchy 用法:Usage: find [ H] [ L] [ P] [ Olevel] [ D help|tree|search|stat|rates|opt|exe ...
分类:
其他好文 时间:
2020-04-30 13:24:30
阅读次数:
247
原文:[Asp.Net Core] Blazor Server Side 扩展用途 - 配合CEF来制作客户端浏览器软件 前言 大家用过微信PC端吧? 这是用浏览器做的. 用过Visual Studio Code吧? 也是用浏览器做的. 听说, 暴雪客户端也包含浏览器核心?? 在客户端启动一个浏览器... ...
分类:
Web程序 时间:
2020-04-28 23:10:47
阅读次数:
91
``` Nginx status显示结果详解 Active connections: 3 表示Nginx正在处理的活动连接数3个 server accepts handled requests 8 8 67 第一个 server 表示Nginx启动到现在共处理了 8 个连接 第二个 accepts ... ...
分类:
其他好文 时间:
2020-04-28 09:48:41
阅读次数:
59