{ web,native,any}中我们先学习 react-router-dom。 react-router-dom(官方维护的路由器)的理解 1 react的一个插件库。 { web,native,any} 2 专门用来实现一个SPA应用。 3 基于react的项目都会用到此库。 路由和路由器。 ...
分类:
其他好文 时间:
2021-02-03 10:48:44
阅读次数:
0
ionic cordova build ios 时报错: No profiles for '***' were found: Xcode couldn't find any iOS App Development provisioning profiles matching '***'. Autom ...
分类:
移动开发 时间:
2021-02-03 10:30:48
阅读次数:
0
/** * 判断是否是字符串 * @param target */static isString(target: any) { return target && typeof target == 'string' && target.constructor == String;}/** * 判断是否 ...
分类:
其他好文 时间:
2021-02-02 11:11:35
阅读次数:
0
第一部分:背景知识 DirectShow是微软公司提供的一套在Windows平台上进行流媒体处理的开发包,与DirectX开发包一起发布。它经过DirectX 6.0中的DirectX Media发展而来,集成了DirectX家族中的其他成员(DirectDraw、DirectSound等),可以说 ...
难度1-Low 查看代码: <?php // Is there any input? if( array_key_exists( "name", $_GET ) && $_GET[ 'name' ] != NULL ) { // Feedback for end user echo '<pre>He ...
分类:
其他好文 时间:
2021-01-29 11:44:05
阅读次数:
0
Two strings are considered close if you can attain one from the other using the following operations: Operation 1: Swap any two existing characters. F ...
分类:
其他好文 时间:
2021-01-25 11:07:52
阅读次数:
0
问题 too many open files错误 最近在看golang,写了个扫描title的脚本,发现打开文件的时候会报错,记录下。 too many open files https://github.com/Stu2014/go package main import ( "bufio" "c ...
分类:
其他好文 时间:
2021-01-22 11:53:36
阅读次数:
0
Problem LeetCode Given a binary search tree with non-negative values, find the minimum absolute difference between values of any two nodes. Example: I ...
分类:
编程语言 时间:
2021-01-21 10:55:51
阅读次数:
0
理念 Write Once、Run Anywhere 只写一次并运行在任何地方。 环境 JDK:Java Development Kit 开发环境 JRE:Java Runtime Evironment 运行环境 JVM:Java Virtual Machine 虚拟机 向下包含关系 搭建 cmd ...
分类:
编程语言 时间:
2021-01-20 12:01:41
阅读次数:
0
客户端开启一个线程,使得用户可以输入指令 服务端: //vc的第一套socket,第二套socket,可能存在冲突 #define WIN32_LEAN_AND_MEAN #define _WINSOCK_DEPRECATED_NO_WARNINGS //也可以放到工程属性,预处理中 #includ ...
分类:
编程语言 时间:
2021-01-18 10:47:52
阅读次数:
0