(づ ̄ 3 ̄)づ

Blog of learning note

rust-wasm

wasm toml [dependencies] http = "0.1.14" rand = "0.5.5" wasm-bindgen = "0.2.48" js-sys = "0.3.25" web-sys = "0.3.25" num-bigint = "0.2.2" num-traits = "0.2.8" num-integer = "0.1.41" [dev-dependenci...

FPGA CapNet

开坑不填

Unity3d DepthMap

UWP Dynamic Tile 摄像机的代码 public class MainCameraShader : MonoBehaviour { public Material m_DepthMaterial; // Use this for initialization void Start () { ...

UWP SerialPort

UWP SerialPort sample using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using System.Text; using Syste...

Dynamic Tile

万字血泪史 没有断点调试,本地部署一堆坑.没有一个好一点的集成开发环境,没有代码提示,只能把代码一个文件里面.

Dynamic Tile

UWP Dynamic Tile sample using Windows.ApplicationModel.Background; using Windows.Data.Xml.Dom; using Windows.UI.Notifications; using Windows.Web.Syndication; namespace BackgroundTasks { public...

.Net core

.Net core json namespace CampusUnionPlatform.JsonHelper { public class JsonHelper { public static string ToJson(Object obj, Type type) { ...

音乐测试

</div> The End of YoRha </embed>

Hadoop配置

Hadoop官网 Hadoop单机模式/伪分布式配置 Hadoop分布式配置 修改etc/hosts 给节点起个名: 127.0.0.1 HadoopMaster 安装ssh $ sudo apt-get install ssh $ sudo apt-get install pdsh 安装JDK,在bashrc添加: export J...

PowerShell配置环境变量

PowerShell配置JDK环境变量 $curpath=Get-Location $curpath=$curpath.ToString() echo "JAVA_HOME:" $curpath setx /M JAVA_HOME $curpath $newpath=$env:Path+';'+"%JAVA_HOME%\bin" e...