English: listening、speaking、reading、writing、translation 1. The more you sweat here, the less you'll bleed in battle. 2. You can finish the longest roa ...
分类:
其他好文 时间:
2018-11-03 02:24:42
阅读次数:
224
Light Probes 光照探针 Only static objects are considered by Unity’s Baked or Precomputed Realtime GI systems. In order for dynamic objects such as interac ...
分类:
编程语言 时间:
2018-11-02 12:58:07
阅读次数:
260
English: listening、speaking、reading、writing、translation 1. A beautiful life begins with a beautiful mind. 2. Anything is possible, as long as you set ...
分类:
其他好文 时间:
2018-11-01 01:03:44
阅读次数:
240
English: listening、speaking、reading、writing、translation 1. Forget others' faults by remembering your own. 2. To like a person is not wrong, it is wron ...
分类:
其他好文 时间:
2018-10-31 01:05:07
阅读次数:
145
查看nginx的错误日志,得到以下错误信息:upstream sent too big header while reading response header from upstream按字面意思理解应该是upstream负载均衡的模块转发的header头超出限制值了,查看配置文件中的相关配置,并 ...
分类:
其他好文 时间:
2018-10-30 17:24:50
阅读次数:
135
English:listening、speaking、reading、writing、translation 1. Do not, for one repulse, give up the purpose that you resolved to effect. 2. The most beauti ...
分类:
其他好文 时间:
2018-10-28 23:28:40
阅读次数:
384
English: listening、speaking、reading、writing、translation 1. The face can speak a thousand emotions, but it can easily mask what the heart feels. for th ...
分类:
其他好文 时间:
2018-10-27 23:34:24
阅读次数:
235
很多时候我们需要在程序一开始后立即触发执行一些程序。这时候需要调用Form_Load。 首先编写事件程序块,编写完后即可再里面添加需要执行的代码。 在结构体之后写就行。添加之前的代码如下: using System;using System.Collections.Generic;using Sys ...
redis load慢和读请求有关吗?或者说redis重启的时候,如果有读写请求,会怎么样?是处理还是阻塞? redis启动报错?*** FATAL CONFIG FILE ERROR ***Reading the configuration file, at line 37>>> 'elient- ...
分类:
其他好文 时间:
2018-10-24 19:57:56
阅读次数:
139
importthreadingimporttimedefrun(n):print("talk",n)time.sleep(3)#run("t1")#run("t2")t1=threading.Thread(target=run,args=("t1",))t2=threading.Thread(target=run,args=("t2",))#t1.start()#t2.start()##类的多线程
分类:
编程语言 时间:
2018-10-23 10:49:12
阅读次数:
147