html 1 <body> 2 <script src="./Dvue.js"></script> 3 <script> 4 const app = new DVue({ 5 data: { 6 test: "I am test", 7 foo: { 8 bar: "bar" 9 } 10 } 11 ...
分类:
其他好文 时间:
2020-01-02 14:12:09
阅读次数:
100
Let's call an array a1,a2,…,ama1,a2,…,am of nonnegative integer numbers good if a1+a2+?+am=2?(a1⊕a2⊕?⊕am)a1+a2+?+am=2?(a1⊕a2⊕?⊕am), where ⊕⊕denotes th ...
分类:
其他好文 时间:
2019-12-30 22:58:39
阅读次数:
153
#include<stdio.h>int main(){ int age=10; //定义age的变量,设为10// int height=72; //定义height的变量,设为72// printf("I am %d years old.\n",age); printf("I am %d ins ...
分类:
其他好文 时间:
2019-12-30 19:09:55
阅读次数:
59
When I am going throught the first revision of my first meta-analysis about executive funtion in ASD group, I have to start the whole process over for ...
分类:
Web程序 时间:
2019-12-29 22:13:52
阅读次数:
108
修改/etc/profile 增加 export HISTTIMEFORMAT="%Y%m%d_%T `whoami` `who am i|awk '{print $1,$5}'|sed 's/ (/@/'|sed 's/)//'` " export PROMPT_COMMAND='history ...
分类:
系统相关 时间:
2019-12-29 00:35:29
阅读次数:
110
设:○为一种运算且与集合V构成群,a∈V,e为○运算的幺元。 即e满足对于任意的a,有 e○a=a○e=a 我们可以记 a0=e an=an-1○a 则有以下性质 an+m=an○am 则此时计算a关于○运算的n次幂的快速幂可以这样写 res=e;temp=a; while(n) { if(n&1) ...
分类:
其他好文 时间:
2019-12-28 09:48:51
阅读次数:
62
won a national championship拿到全国冠军 come play for you参加你的队伍 Really not true事实并非如此 Being the Socratic professor that I am. 作为一个苏格拉底式的教授 great vision好视力 H ...
分类:
其他好文 时间:
2019-12-26 19:45:44
阅读次数:
117
step 1:下载最新的aMule (http://www.amule.org/) (https://sourceforge.net/projects/amule/files/aMule/) (wget )https://sourceforge.net/projects/amule/files/aM ...
分类:
其他好文 时间:
2019-12-26 11:16:15
阅读次数:
77
01. 日期格式字符串列表 %H 小时(以00-23来表示)。 %I 小时(以01-12来表示)。 %K 小时(以0-23来表示)。 %l 小时(以0-12来表示)。 %M 分钟(以00-59来表示)。 %P AM或PM。 %r 时间(含时分秒,小时以12小时AM/PM来表示)。 %s 总秒数。起算 ...
分类:
系统相关 时间:
2019-12-22 16:26:57
阅读次数:
95
一、求以下表达式的值,写出您想到的一种或几种实现方法: 1-2+3-4+……+m //方法一,通过顺序规律写程序,同时也知道flag标志位的重要性。 二,有一个字符串 "I am a good man",设计一个函数,返回 "man good a am I"。 三.有1、2、3、4个数字,能组成多少 ...
分类:
编程语言 时间:
2019-12-20 20:53:45
阅读次数:
101