gdb attach task时,如果创建过多线程,gdb会挂死,此时升级gdb版本或设置为non-stop模式可解决此问题。 I fought with similar gdb issues for a while. My case was having lots of threads spawn ...
分类:
数据库 时间:
2017-12-27 17:49:31
阅读次数:
185
语法查询 指定字段: (结构化数据的查询) 指定字段查询:(term) 注:若查询英文时 应全字母小写 精确查询 若查询中文时 应按单个字来查询 范围查询: 注:json请求字符串中部分字段的含义 range:范围关键字 gte 大于等于 lte 小于等于 gt 大于 lt 小于 now 当前时间 ...
分类:
其他好文 时间:
2017-12-27 14:03:18
阅读次数:
183
http://www.ruanyifeng.com/blog/2017/08/elasticsearch.html 全文搜索属于最常见的需求,开源的 Elasticsearch (以下简称 Elastic)是目前全文搜索引擎的首选。 它可以快速地储存、搜索和分析海量数据。维基百科、Stack Ove ...
分类:
其他好文 时间:
2017-12-26 14:25:23
阅读次数:
166
2017 2018 1 20155329 《信息安全系统设计基础》第14周学习总结 学习目标 找出全书你认为学得最差的一章,深入重新学习一下,要求(期末占5分): 总结新的收获 给你的结对学习搭档讲解或请教,并获取反馈 第三章程序的机器级表示 数据格式 由于是从16位体系结构扩展成32位,intel ...
分类:
其他好文 时间:
2017-12-24 23:00:18
阅读次数:
554
Project Name: Game – Legend of Swordsman Project Type: RPG GAME Project Objective: Practice In Game Programming Story Background Brief: The time is in ...
分类:
其他好文 时间:
2017-12-22 21:47:19
阅读次数:
191
前言 关系型数据库的事务机制因其有原子性,一致性等优秀特性深受开发者喜爱,类似的思想已经被应用到很多其他系统上,例如文件系统等。本文主要介绍InnoDB事务子系统,主要包括,事务的启动,事务的提交,事务的回滚,多版本控制,垃圾清理,回滚段以及相应的参数和监控方法。代码主要基于RDS 5.6,部分特性 ...
分类:
数据库 时间:
2017-12-22 20:48:32
阅读次数:
233
OS:Red Hat Enterprise Linux 5gcc:4.1.2libc:2.5editor:Vimlang:C阅读该源代码需要以下预备知识:C语言基础Linux编程基础socket编程基础(Linux)TCP/IP基本原理HTTP基本原理关键字(Key Words):Linux C, ...
分类:
其他好文 时间:
2017-12-20 15:05:40
阅读次数:
170
CGPROGRAM // Physically based Standard lighting model, and enable shadows on all light types #pragma surface surf Standard fullforwardshadows vertex:v... ...
分类:
编程语言 时间:
2017-12-19 15:30:00
阅读次数:
327
Implement a magic directory with buildDict, and search methods.For the method buildDict, you'll be given a list of non-repetitive words to build a dic... ...
分类:
其他好文 时间:
2017-12-14 22:55:06
阅读次数:
191
note:没有词频排序功能。该程序用于实现统计词频功能,从文件读取内容,将统计结果输出到文件。 import java.util.*; import java.io.*; public class wordRate { public static void main(String[] args) t ...
分类:
其他好文 时间:
2017-12-14 21:15:12
阅读次数:
135