Unleashing Your True PotentialIt’s easy to let life’s challenges sap your energy, dissipate your motivation and give you a pessimistic outlook, but th ...
分类:
其他好文 时间:
2019-05-15 09:59:15
阅读次数:
145
class Dog: role = 'Dog' def __init__(self,name,breed,attack_val): self.name = name self.breed = breed self.attack_val = attack_val self.life_val = 100... ...
分类:
编程语言 时间:
2019-05-14 19:10:11
阅读次数:
305
ping命令 可用于测试主机之间网络的连通性。执行ping命令会使用ICMP传输协议,发出要求回应的信息,若远端主机的网络功能没有问题,就会回应该信息,因而可得知该主机运作正常。 ping命令的参数选项及说明 -c <次数> 指定发送ICMP报文的次数。否则,ping命令将一直发送报文 -i <时间 ...
分类:
其他好文 时间:
2019-05-09 19:50:13
阅读次数:
130
链接:https://vjudge.net/problem/POJ-1986#author=0 题意: Farmer John's cows refused to run in his marathon since he chose a path much too long for their le ...
分类:
其他好文 时间:
2019-05-09 13:42:20
阅读次数:
122
Life is a game,and you lose it,so you suicide. But you can not kill yourself before you solve this problem: Given you a sequence of number a 1, a 2, . ...
分类:
其他好文 时间:
2019-05-08 09:37:23
阅读次数:
151
记录 /srv/logs/nginx/ log { create 0644 nobody nobody daily rotate 10 missingok notifempty compress sharedscripts postrotate /bin/kill USR1 2 /dev/null ...
分类:
其他好文 时间:
2019-05-06 22:09:13
阅读次数:
177
接下来在workspace.xml RunDashBoard节点中添加如下内容:<component name="RunDashboard"> 在代码中加入 参考:https://www.cnblogs.com/wood-life/p/10297894.html ...
分类:
其他好文 时间:
2019-05-06 14:39:03
阅读次数:
110
A Bug's Life Time Limit: 10000MS Memory Limit: 65536K Total Submissions: 48043 Accepted: 15483 Description Background Professor Hopper is researching ...
分类:
其他好文 时间:
2019-05-02 00:03:51
阅读次数:
147
1.我的项目结构,需要在Daily.vue中引入daily.js中的json数据 2.把json数据放入一个js文件中,用exports导出,vscode的json格式太严格了,很多数据,调了一个多小时的格式................. 例如:daily.js 2.在Daily.vue文件中引 ...
分类:
Web程序 时间:
2019-04-26 13:00:10
阅读次数:
149