文字内容来源:https://www.douban.com/note/575862194/?from=mdouban 人们普遍认为是1850年法国的物理学家莱昂·傅科(J.Foucault)为了研究地球自转,发明了陀螺仪。那个时代的陀螺仪可以理解成把一个高速旋转的陀螺放到一个万向支架上面,这样因为陀 ...
分类:
其他好文 时间:
2020-02-29 15:11:25
阅读次数:
191
redis 持久化的意义,在于故障恢复 比如你部署了一个 redis,作为 cache 缓存,当然也可以保存一些较为重要的数据,如果没有持久化的话,redis 遇到灾难性故障的时候,就会丢失所有的数据 如果通过持久化将数据存在磁盘上,然后可以定期同步和备份这些文件到一些云存储服务上去,那么就可以保证 ...
分类:
其他好文 时间:
2020-02-29 13:13:46
阅读次数:
75
study_obscure混淆反混淆视频教程第一章llvm项目简单使用第一课llvm项目编译(windowsxcode)链接:https://pan.baidu.com/s/1ILvoVripdAcHF9NLKJYZ2Ahttps://github.com/haidragon/study_obscure/blob/master/llvm_note/class1/note.md第二课clang编译与
分类:
其他好文 时间:
2020-02-29 09:12:04
阅读次数:
103
以下の例では、内部テーブルを使用した並行ループを伴わない LOOP によってテーブルコントロールが処理されます。スクロールバーに加え、ユーザは機能コードを含むプログラム制御のスクロールを実行することもできます。 REPORT demo_dynpro_tabcont_loop. CONTROLS fl ...
分类:
其他好文 时间:
2020-02-28 20:44:30
阅读次数:
68
进一步掌握动态代理1.Role类public class Role { private int id; private String roleName; private String note; public Role(int i, String string, String string2) { ... ...
分类:
其他好文 时间:
2020-02-28 14:12:38
阅读次数:
54
You are given three integers a≤b≤ca≤b≤c . In one move, you can add +1+1 or ?1?1 to any of these integers (i.e. increase or decrease any number by one) ...
分类:
其他好文 时间:
2020-02-28 01:07:48
阅读次数:
85
### 报错/ERROR: ```opendr/contexts/OSMesa/include/GL/glext.h:5794:21: note: expected ‘const GLchar ** {aka const char **}’ but argument is of type ‘char ...
分类:
编程语言 时间:
2020-02-27 23:28:09
阅读次数:
301
Attached the video link hereDoc requirements:TODO1. English doc2. Mark the important note 语法框架:10种词性、9种成分、8种句型10种词性nounpronoun we, that, all, whonumer... ...
分类:
其他好文 时间:
2020-02-27 17:39:03
阅读次数:
260
来源于:https://www.cnblogs.com/miro/p/4030622.html 从空白开始,建立一个基本框架详细步骤 1,新建项目 NOTE:模板要选Empty,如果直接选MVC会产生多余代码。 NOTE:上图方框处正好对应于M, V, C 到此为止,就建立了一个最基本的MVC解决方 ...
分类:
Web程序 时间:
2020-02-27 15:53:48
阅读次数:
97
1 """ 2 Given a set of distinct integers, nums, return all possible subsets (the power set). 3 Note: The solution set must not contain duplicate subse ...
分类:
其他好文 时间:
2020-02-27 00:43:40
阅读次数:
73