摘要:
使用windows版本的nginx启动时遇到(1113: No mapping for the Unicode character exists in the target multi-byte code page)这个错误 把nginx的版本升高了,依旧报错 发现是因为解压的路径里面包含有中文的缘 阅读全文
摘要:
闲来无事,不如试着用ruby刷刷题 1. Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume 阅读全文
摘要:
public final class Integer extends Number implements Comparable<Integer> { /** * A constant holding the minimum value an {@code int} can * have, -2<su 阅读全文
摘要:
<script type="text/javascript"> function clickEffect() { let balls = []; let longPressed = false; let longPress; let multiplier = 0; let width, height 阅读全文