(Buying Guide)Nexiq USB Link 1 or 2? WiFi or Bluetooth? Nexiq 1 or Nexiq 2? Nexiq 1 is discontinued. no more updates but for most people it will still ...
分类:
其他好文 时间:
2020-10-22 22:46:03
阅读次数:
26
(Buying Guide)Nexiq USB Link 1 or 2? WiFi or Bluetooth? Nexiq 1 or Nexiq 2? Nexiq 1 is discontinued. no more updates but for most people it will still ...
分类:
其他好文 时间:
2020-10-22 22:45:27
阅读次数:
25
A int main() { IOS; for (cin >> _; _; --_) { cin >> n; m = n; k = 0; while (m) ++k, m /= 10; cout << (n % 10 - 1) * 10 + (1 + k) * (k) / 2 << '\n'; } ...
分类:
其他好文 时间:
2020-10-22 22:26:45
阅读次数:
20
基于vue语法 分页加载(vue+element -ui) <template> <div> <el-pagination class="pagination" background layout="prev, pager, next" :pageSize="pageSize" :total="to ...
分类:
其他好文 时间:
2020-10-21 21:27:16
阅读次数:
29
拓扑:实验目标:把R1的telnet服务(端口23)映射到ASA1的外网口G0口的端口12345,使外网可以访问它;配置PAT使内网可以访问公网。配置:一、基本配置:R1:#intf0/0#ipadd192.168.10.1255.255.255.0#nosh#noiprouting#ipdefault-gateway192.168.10.254#linevty04#passwordcisco#l
分类:
移动开发 时间:
2020-10-21 21:18:01
阅读次数:
36
比赛链接:https://codeforces.com/contest/1433 #A. Boring Apartments ##题解 模拟即可。 ##代码 #include <bits/stdc++.h> using namespace std; int main() { ios::sync_wi ...
分类:
其他好文 时间:
2020-10-21 20:39:03
阅读次数:
25
精英版在 linux 下使用 wifi,需要进行下面的配置:首先用户在拿到光盘资料以后查看下光盘里面的“linux”->”root_xxxxxxxx.tar.gz”文件,其中的“xxxxxxxx”代表linux系统的版本日期,迅为提供的支持linux下wifi的系统版本是“root_20150422 ...
分类:
系统相关 时间:
2020-10-20 16:31:50
阅读次数:
40
无聊突然想把米家的一些功能链接到我自己的服务器上,查了一下资料发现,木有开放的api。然后,我想到一个黑操作。 整体思路 通过米家app中的“智能”功能,可以触发开关米家台灯(这里我只有米家台灯感觉合适),然后通过硬件(光敏电阻),获取灯光是否打开,就可以通过自己的硬件,把指定的内容发送到服务器咯。 ...
分类:
其他好文 时间:
2020-10-20 16:16:46
阅读次数:
83
#include <iostream> #include <cstring> using namespace std; char a[260]; int main() { int len,k; cin>>a; cin>>k; len=strlen(a); while(k--) { for(int i ...
分类:
其他好文 时间:
2020-10-19 22:33:48
阅读次数:
21
随着小程序的发展与功能的逐步完善,越来越多的产品需要小程序与 APP 的功能能有一些共性,社区跨平台的解决方案越来越多,比如 taro 等为代表的把一套代码编译成多端运行的机制,本文会使用 Swift 作为原生语言,在 iOS 应用上运行一个小程序 Demo, 使用 Android && react ...
分类:
微信 时间:
2020-10-18 16:20:32
阅读次数:
38