码迷,mamicode.com
首页 >  
搜索关键字:mono    ( 1494个结果
微软的wasm 和 rust的wasm 方案对比
微软家的:blazor看图即可见原理。mono.wasm用来构造了一个dotnet解释器。在blazor被微软收购之前是用的dotnetanywhere,现在换成了mono然后,直接加载那些dll,执行正经的IL代码。这个方案,稳健,除了加载容量吓死人这个helloworld,肉眼可见的压缩后容量超... ...
分类:其他好文   时间:2020-01-05 09:19:20    阅读次数:258
Reactor系列(十七)parallel多线程
#java#reactor#flux#parallet# 多线程 视频解说: https://www.bilibili.com/video/av81386202/ FluxMonoTestCase.java package com.example.reactor; import lombok.ext ...
分类:编程语言   时间:2020-01-01 11:36:52    阅读次数:79
如何使用ffmpeg进行音视频裁剪命令和音视频合成命令
音视频剪裁命令 ffmpeg -i input.mp4 -ss 00:00:00 -t 10 out.ts -i : 指定视频 -ss : 开始时间 -t : 指定裁剪的秒数 音视频合并的命令 ffmpeg -f concat -i inputs.txt out.flv -f concat : 指定 ...
分类:其他好文   时间:2019-12-30 19:41:30    阅读次数:380
Reactor系列(十四)buffer缓冲
#java#reactor#flux#buffer# 缓冲 视频讲解: https://www.bilibili.com/video/av81107026/ FluxMonoTestCase.java package com.example.reactor; import lombok.extern ...
分类:其他好文   时间:2019-12-29 14:35:06    阅读次数:76
在线PAC
https://github.com/Leask/Flora_Pac https://github.com/SEIAROTg/chalkPAC https://github.com/lbp0200/mono_pac 1、加强白名单 2、定时更新 PAC 文件 3、使用 PHP 的免费空间搭建在线 P ...
分类:其他好文   时间:2019-12-29 10:43:10    阅读次数:1688
unity UGUI跟随3D物体的坐标转换
ugui 在物体上实时更新位置 本脚本挂在那个地方都行 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class UICollor ...
分类:编程语言   时间:2019-12-23 17:08:28    阅读次数:97
Flux转Mono next()
import java.util.LinkedHashMap; import java.util.Map; import java.util.NoSuchElementException; import java.util.function.Function; import lombok.exter... ...
分类:其他好文   时间:2019-12-17 18:26:14    阅读次数:493
测试代码块
```.dp-highlighter { font-family: "Consolas","Courier New",Courier,mono,serif; font-size: 12px; overflow: auto; margin: 18px 0 18px 0 !important; word... ...
分类:其他好文   时间:2019-12-16 13:19:55    阅读次数:80
【leetcode】1269. Number of Ways to Stay in the Same Place After Some Steps
题目如下: You have a pointer at index 0 in an array of size arrLen. At each step, you can move 1 position to the left, 1 position to the right in the arra ...
分类:其他好文   时间:2019-12-15 10:23:42    阅读次数:83
构建调试Linux内核网络代码的环境MenuOS系统
实验环境 实验楼(实验楼每次实验有时间限制,本次实验并非一次性做完的,所以截图上显示的时间会有一些错乱。) 初识 MenuOS 系统 我们已经在 LinuxKernel 目录构建好了基于 3.18.6 的内核环境,可以使用实验楼的虚拟机打开 Xfce 终端(Terminal), 运行 MenuOS ...
分类:系统相关   时间:2019-12-11 21:12:40    阅读次数:104
1494条   上一页 1 ... 10 11 12 13 14 ... 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!