码迷,mamicode.com
首页 >  
搜索关键字:turned    ( 297个结果
Lab 7-1
Analyze the malware found in the file Lab07 01.exe . Questions and Short Answers 1. How does this program ensure that it continues running (achieves p ...
分类:其他好文   时间:2019-01-16 18:08:37    阅读次数:137
(五)Audio子系统之AudioRecord.stop
在上一篇文章《(四)Audio子系统之AudioRecord.read》中已经介绍了AudioRecord如何获取音频数据,接下来,继续分析AudioRecord方法中的stop的实现 函数原型: public void stop() throws IllegalStateException 作用: ...
分类:其他好文   时间:2019-01-01 11:08:43    阅读次数:247
python eval()内置函数
python有一个内置函数eval(),可以将字符串进行运行。 通过help(eval)查看帮助文档 eval(source,globals=None,locals= None) eval()函数默认是没有globals,locals, 如果提供则globals属性必须是一个字典dict类型,而lo ...
分类:编程语言   时间:2018-12-24 13:53:08    阅读次数:554
【NLP】HanLP环境
1、参考:https://github.com/hankcs/pyhanlp 2、问题: C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-u617cfx3\jpype1\setup.py:173: FeatureNotice: Turned ON N ...
分类:其他好文   时间:2018-12-21 15:23:50    阅读次数:263
nginx 常见正则匹配符号表示
https://www.cnblogs.com/netsa/p/6383094.html 1、^: 匹配字符串的开始位置; 2、 $:匹配字符串的结束位置; 3、.*: .匹配任意字符,*匹配数量0到正无穷; 4、\. 斜杠用来转义,\.匹配 . 特殊使用方法,记住记性了; 5、(值1|值2|值3| ...
分类:其他好文   时间:2018-12-21 13:00:45    阅读次数:185
缓存中获取单例bean
前言 上一篇文章FactoryBean的使用实际上是为了Bean的加载的详细解析进行的介绍FactoryBean,从这篇文章开始,LZ会对Bean的加载过程进行详细的讲述,之前文章Bean的加载只是对Bean的加载过程进行了快速的大致上的过了一遍,详细的解析过程开始。。。 缓存中获取单例bean 前 ...
分类:其他好文   时间:2018-12-19 22:04:29    阅读次数:191
gentoo rt-thread scons --menuconfig libs/lxdialog/util.o: undefined reference to symbol 'nodelay'
今天在另外一台电脑上面使用 rt thread 的 env 工具,scons menuconfig 出现错误,提示如下: code scons: Reading SConscript files ... scons: Entering directory `/home/ptz/workspace/r ...
分类:其他好文   时间:2018-12-17 02:49:56    阅读次数:260
Linux命令——bldid
简介 blkid用于查看块设备UUID、Label、挂载、文件系统类型等信息 选项参数 无参数——显示所有已挂载分区信息 查看特定分区 -s:指定输出信息(UUID、TYPE、LABEL、PTTYPE等) -o:指定输出格式(full、value、list、device、udev、export) f ...
分类:系统相关   时间:2018-12-16 18:17:33    阅读次数:320
pwnable.kr input解题记录
pwnable input解题记录 给了源码如下: c include "stdio.h" include "unistd.h" include "stdlib.h" include "arpa/inet.h" int main(){ //stage argv char argv[101] = {" ...
分类:其他好文   时间:2018-12-16 11:10:50    阅读次数:120
git的基本命令
初始化项目: git init git add README.md git commit -m “first commit” git remote add origin https://github.com/......git push -u origin master 若没有错误,则你的第一次提交 ...
分类:其他好文   时间:2018-12-14 19:50:02    阅读次数:161
297条   上一页 1 ... 6 7 8 9 10 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!