Install qBittorrent or Transmission Magnet Linkmagnet:?xt=urn:btih:351411DFA7D5A5EC1883D9B749D13FD2476BB3CD&tr=http%3A%2F%2Fbt2.t-ru.org%2Fann%3Fmagne ...
分类:
其他好文 时间:
2021-06-04 19:29:05
阅读次数:
0
文件以及文件夹帮助类(FileHelper) 代码: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threadi ...
分类:
其他好文 时间:
2021-06-03 17:58:33
阅读次数:
0
1. 关于网络的一些配置 1. 如何启动ssh服务 service sshd start 这里的命令会同时启动ssh服务和scp服务,可以方便用户的远程访问。 2. 如何自动配置网络ip--dhcp # 1. 编辑下面的文件 vim /etc/network/interfaces # 2. 配置网络 ...
分类:
系统相关 时间:
2021-06-03 17:38:47
阅读次数:
0
最近刚入门react,所有react的资源都是从本地导入的,这就难免要去网上找要用的包,react包和reactdom,还有babel的包都挺好找的,官网就有现成的可以用,但是prop-types包貌似没在官网看见,所以我去百度查了体内更多资料,终于把prop-types下载到了本地。 本教程适用于 ...
分类:
其他好文 时间:
2021-06-02 20:07:03
阅读次数:
0
本文主要介绍Python中pip在Windows、Mac和Linux上安装方法。PIP是一个递归的缩写,代表“PIP Installs Packages”或“Preferred Installer Program”。它是一个命令行实用程序,允许您使用简单而直接的命令安装,重新安装或卸载PyPI包:p ...
分类:
编程语言 时间:
2021-06-02 19:50:31
阅读次数:
0
1 官网下jar包,搭工程(略) http://cxf.apache.org/ 2 代码 package com.mangoubiubiu.cxf.test; import javax.jws.WebService; @WebService //对外发布服务 public interface Hel ...
分类:
Web程序 时间:
2021-06-02 19:21:52
阅读次数:
0
导出之前要把项目提前编译build clean 和 maven build 导出的步骤: 1.选中项目,右键选择[Export] 2.选择[java]-[Runnable JAR file] 3.如果Lanch-configuration没有选项,那肯定是项目没有提前编译运行过 4.结果如下: 可能 ...
分类:
编程语言 时间:
2021-06-02 18:15:53
阅读次数:
0
Spring Boot的特点 1.依赖管理 父项目做依赖管理 <!-- HelloWorld项目的父项目 --> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</ ...
分类:
编程语言 时间:
2021-06-02 17:50:55
阅读次数:
0
用 notion 管理信用卡与花呗 Notion原文,排版更佳 概述 不需要提醒功能和安卓用户可以忽略Scriptable和快捷指令 app的设置 Notion 建立信用卡表格,录入信用卡基本信息,自动计算还款日 使用 Scriptable iOS app内建立组件,调用 notion 私人 API ...
分类:
其他好文 时间:
2021-06-02 17:32:18
阅读次数:
0
二进制输出整数 在计算机系统内的数据本身就是二进制 **思考:**在C++中,如何通过cout函数来输出二进制的数字呢? **所需库文件:**1.iomanip //管理C++格式控制 ? 2.bitset //二进制 示例代码: #include <iostream> #include <ioma ...
分类:
编程语言 时间:
2021-06-02 16:51:29
阅读次数:
0