文献名:Large-scale Identification of N-linked Intact Glycopeptides in Human Serum using HILIC Enrichment and Spectral Library Search (利用HILIC富集和谱图库搜索对人血清 ...
分类:
其他好文 时间:
2020-05-06 18:18:24
阅读次数:
79
https://electronjs.org/ 1: About Electron Electron is an open source library developed by GitHub for building cross-platform desktop applications with ...
分类:
其他好文 时间:
2020-05-05 23:31:00
阅读次数:
73
[toc] 什么是数据? 文档,图片,视频,文字,网络传输中的一切的一切都是数据 数据类型 静态数据类型 存储在硬盘中 存储时间长 比如:文档,视频,照片 动态数据类型(程序运行中产生的临时数据) 存储在内存中 存储时间短 比如:网页的缓存,历史记录 思考:为什么硬盘那么大不把所有的应用程序加载到硬 ...
分类:
编程语言 时间:
2020-05-05 23:24:54
阅读次数:
76
IdentityServer document is not write clear on this part. so it really confuse me and put me on several hours to resovle this problem. 1. 我的Identity Se ...
分类:
其他好文 时间:
2020-05-05 17:37:21
阅读次数:
89
FlashText算法可用于大规模替换、检索文档中的关键字。 本文要介绍的是FlashText算法的python实现模块。 论文:https://arxiv.org/abs/1711.00046 文章:FlashText – A library faster than Regular Express ...
分类:
编程语言 时间:
2020-05-05 15:11:08
阅读次数:
129
It's always important to test your code, especially if you're open-sourcing it for others to use. In this video, we'll learn how to use react-hooks-te ...
分类:
其他好文 时间:
2020-05-04 19:40:17
阅读次数:
73
在php项目中,使用到图片裁切、缩放等功能时,就需要php启用gd和libjpeg扩展,否则imagecreatefromjpeg 类似函数不可用。可能是因为jpeg的版权问题,yum安装的gd库默认不支持jpeg有关操作,需要手工安装jpeg library(参见php官网:https://www ...
分类:
Web程序 时间:
2020-05-04 19:09:00
阅读次数:
117
7.6 Recommended Template Parameter Declarations 7.6 推荐的模板参数声明方法 As we learned in the previous sections, we have very different ways to declare paramet ...
分类:
其他好文 时间:
2020-05-03 21:56:04
阅读次数:
80
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.58.dylib
Referenced from: /usr/local/bin/node
Reason: image not found
dyld: Library... ...
分类:
其他好文 时间:
2020-05-03 21:42:45
阅读次数:
520
1.Parse 阶段常见的等待事件: Library cache pin 这个等待事件和library cache lock 一样是发生在共享池中并发操作引起的事件。通常来讲,如果Oracle 要对一些PL/SQL 或者视图这样的对象做重新编译,需要将这些对象pin到共享池中。 如果此时这个对象被其 ...
分类:
数据库 时间:
2020-05-03 01:00:28
阅读次数:
132