摘要:
<template> <div id="app"> <test /> <img alt="Vue logo" src="./assets/logo.png"> <video id="myvideo" @click="click"></video> <HelloWorld msg="Welcome t 阅读全文
摘要:
0. 前言 主要是在网上找的方法都没试成功过,在各种机缘巧合下终于成功了。 这篇文章基于个人经验,而且没有走寻常路。 1. 需要的软件和插件 软件: VSCode (https://code.visualstudio.com/) LLVM (http://releases.llvm.org/down 阅读全文
摘要:
Identifiers 标识符 @ 全局 % 局部 后接字符串 命名量 @name %name 无符号数字 未命名量 @42 %42 类型系统 void 空类型 * 指针类型 ... 阅读全文
摘要:
#include #include #include #include #include template std::string t() { return "?"; } template std::string t() { return "s"; } template std::string t() { return "c"; } template std:... 阅读全文
摘要:
学习Java而编写的猜数字的程序代码。 阅读全文