第一次跑数据的问题(WS-PSNR) Q:在make的时候出现main is up to data A:可以把.o和配置文件删掉重新的make Q:在跑的时候出现segmatation fault A:就是 ...
分类:
其他好文 时间:
2018-11-17 16:14:35
阅读次数:
138
1 patch 的生成 使用diff指令生成补丁文件 1.1 单个文件的生成指令 diff up 文件1 文件2 patch_test.patch 参数解释: u: 显示有差异行的前后几行(上下文), 默认是前后各3行 p: 显示代码所在的c函数的信息 1.2 两个文件夹的生成指令 diff upr ...
分类:
系统相关 时间:
2018-11-16 10:34:39
阅读次数:
204
In Chinese mythology, Pangu is the first living being and the creator of the sky and the earth. He woke up from an egg and split the egg into two part ...
分类:
其他好文 时间:
2018-11-15 12:09:35
阅读次数:
288
Description The police office in Tadu City decides to say ends to the chaos, as launch actions to root up the TWO gangs in the city, Gang Dragon and G ...
分类:
其他好文 时间:
2018-11-14 16:37:31
阅读次数:
165
MySQL性能优化 平时我们在使用MySQL的时候,怎么评估系统的运行状态,怎么快速定位系统瓶颈,又如何快速解决问题呢? 本文总结了多年来MySQL优化的经验,系统介绍MySQL优化的方法。 OS性能分析 使用top观察top cpu/memory进程 ~ top top - 09:34:29 up... ...
分类:
数据库 时间:
2018-11-14 14:30:27
阅读次数:
127
临时帮同事处理某医院动环设备,安装完后接入锐捷8600系列交换机显示网络正常,ping网关正常,手工。 凌晨三点被电话吵醒告状锐捷交换机上端口2分钟up down一次,一起同一板卡服务器网卡失去响应(???) 临时shutdown对应接口。 一大早推断是链路协商问题。检查发现动环设备使用10mb半双 ...
分类:
其他好文 时间:
2018-11-13 02:58:03
阅读次数:
290
LESSON 29: Using GPIO pins as Inputs and Reading them in Python here we dont have any pull-up resistor. If you are facing some noise, then return to t ...
分类:
Web程序 时间:
2018-11-12 14:56:07
阅读次数:
209
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 that each input wo ...
分类:
其他好文 时间:
2018-11-12 11:14:27
阅读次数:
100
Given a binary tree, return the inorder traversal of its nodes' values. Example: Follow up: Recursive solution is trivial, could you do it iteratively ...
分类:
其他好文 时间:
2018-11-11 23:27:12
阅读次数:
163
BigDecimal提供了8种舍入方式 1、ROUND_UP:舍入远离零的舍入模式。在丢弃非零部分之前始终增加数字(始终对非零舍弃部分前面的数字加1)。注意,此舍入模式始终不会减少计算值的大小。 2、ROUND_DOWN:接近零的舍入模式。在丢弃某部分之前始终不增加数字(从不对舍弃部分前面的数字加1 ...
分类:
其他好文 时间:
2018-11-11 11:44:40
阅读次数:
184