参考: https://www.cnblogs.com/jym-sunshine/p/4758626.html 解决字符集的工具下载:http://download.oracle.com/otn/nt/instantclient/112030/instantclient-basic-nt-11.2. ...
分类:
数据库 时间:
2020-03-07 20:20:47
阅读次数:
85
I. IntroductionThis document provides common steps and commands used to retrieve core files in Nexus switching platforms - Nexus7000, Nexus5000, Nexus ...
分类:
其他好文 时间:
2020-03-04 14:36:35
阅读次数:
80
"Link" 题意: $n$ 盏灯,一开始都是关着的,输入区间 $[l,r]$ 代表翻转此区间内灯泡开闭状态,问经过 $m$ 次操作之后有多少个灯泡是开着的 思路: 差分数组 记录操作端点,若某点 $node[x]$ 前缀和为奇数,说明从 $[node[x],node[x+1])$ 灯泡都是开着的 ...
分类:
其他好文 时间:
2020-03-03 17:43:14
阅读次数:
67
The LED Night Light Factory explains the 9 advantages of using LED night light: 1. The LED night light covers almost the entire visible range. The tra ...
分类:
其他好文 时间:
2020-03-03 15:03:53
阅读次数:
52
Android studio编写的app有大表头,改为全屏显示 修改AndroidManifest.xml主文件引用的主题values下的styles.xml 将原有的 <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBa ...
分类:
移动开发 时间:
2020-02-29 22:34:28
阅读次数:
98
threejs设置阴影有三个注意点 1.只有支持阴影的灯光才可以 pointLight,spotlight,directionallight 2.添加摄像机辅助器 THREE.CameraHelper 查看阴影摄像机的相关设置 light.shadow.camera.left //此四项值为阴影投射 ...
分类:
Web程序 时间:
2020-02-28 13:53:21
阅读次数:
118
全局禁用深色模式(暗黑模式)在Info.plist中增加UIUserInterfaceStyle,值为Light,如下 <key>UIUserInterfaceStyle</key> <string>Light</string> BY: Chu ...
分类:
移动开发 时间:
2020-02-27 18:56:50
阅读次数:
106
1. circuit switching 对于FDM而言,资源不会共享,如何分配取决于frequency,frequency越大,占用的资源越多(need to divided into small number of frequency) 对于TDM而言,资源归一个user所有,其他user需要排 ...
分类:
其他好文 时间:
2020-02-21 14:53:33
阅读次数:
71
[toc] "Link" Solutions B. Light bulbs 题意: 思路: 差分数组 区间内操作次数为奇数次则灯为打开状态 代码: [View Code] include define ll long long using namespace std; const int mod=1 ...
分类:
其他好文 时间:
2020-02-17 12:03:40
阅读次数:
68
需要解析httpd的日志107.106.8.237.145--[12/Feb/2020:15:09:52+0800]"GET/noindex/css/fonts/Light/OpenSans-Light.ttfHTTP/1.1"404240"http://39.96.45.213/noindex/css/open-sans.css""Mozilla
分类:
Web程序 时间:
2020-02-12 20:36:38
阅读次数:
83