码迷,mamicode.com
首页 >  
搜索关键字:misc    ( 833个结果
Linux 文件搜索命令
1 locate 命令 locate 【搜索名】 在后台数据库中按照文件搜索,搜索速度快 /var/lib/mlocate 所搜索的数据库位置 updatedb 更新数据库,mlocate数据库是默认一天一次更新,使用updatedb 可以强制更新 上述命令打开该数据库配置文件,得到如下信息: 一共 ...
分类:系统相关   时间:2016-12-11 20:44:00    阅读次数:223
centos7 python3.5中引入sqlite3
在centos系统中创建Django app,报错如下: django.core.exceptions.ImproperlyConfigured: Error loading either pysqlite2 or sqlite3 modules (tried in that order): No ...
分类:数据库   时间:2016-12-11 15:11:16    阅读次数:364
rm: cannot remove directory `misc': Device or resource busy
rm:cannotremovedirectory`misc‘:Deviceorresourcebusy解决方法:[root@crmnormalmisc]#cat/etc/misccat:/etc/misc:Nosuchfileordirectory[root@crmnormalmisc]#cat/etc/auto.master##$Id:auto.master,v1.42005/01/0414:36:54ravenExp$##Sampleauto.masterfile#Thisisanautomou..
分类:其他好文   时间:2016-12-09 19:52:04    阅读次数:302
浅谈 MISC杂项设备
在虚拟机的Ubuntu系统上,如下图所示,使用命令“cat/proc/misc”,可以查看到PC机Ubuntu系统的杂项设备。启动开发板,在超级终端中输入命令“cat/proc/misc”也可以查看对应的杂项设备。前面介绍过主设备号只有256个,设备又非常多,所以引入了子设备号。其中杂项设备的主设备..
分类:其他好文   时间:2016-12-09 01:11:23    阅读次数:219
nginx编译安装nginx-sticky-module报错
报错如下:/usr/local/nginx-sticky-module-1.1/nginx-sticky-module-1.1/ngx_http_sticky_misc.c:Infunction‘ngx_http_sticky_misc_text_raw’:/usr/local/nginx-sticky-module-1.1/nginx-sticky-module-1.1/ngx_http_sticky_misc.c:281:2:error:passingargument2of‘ngx_soc..
分类:其他好文   时间:2016-12-09 01:09:46    阅读次数:757
DDoS
Distributed Denial of Service (DDoS) Attacks/tools https://staff.washington.edu/dittrich/misc/ddos/ http://blog.trendmicro.com/trendlabs-security-inte ...
分类:其他好文   时间:2016-12-04 20:38:38    阅读次数:173
java-sun.misc.BASE64Decode AccessException
在使用sun.misc中base64类时,eclipse可能会报找不到Access异常 只需要修改一下访问方式即可,如下: 右键项目-》属性-》Java bulid path-》jre System Library-》access rules-》resolution选择accessible,下面填上 ...
分类:数据库   时间:2016-12-04 17:19:58    阅读次数:159
2016/12/3-问鼎杯线上赛1-1-Misc
拿到这道题目的文件,是一个压缩包,解压之后,我们看到一个1.txt文件,打开之后全是一堆数字,然后看到255,0,144等内容,估计是图片的像素值。 既然知道是像素值了,在CTF中,一般是8位比特的RGB图片,我们就使用Python写一个脚本来生成这个图片,Python使用的是PIL这个库。将所有的 ...
分类:其他好文   时间:2016-12-04 09:43:08    阅读次数:228
Windows Embedded Standard 7 (WES7)系统定制遇到的问题(摄像头,喇叭,无线wifi)
由于项目需要,需要对WES7系统进行定制,删除所有Windows字样基本没有什么问题,主要遇到如下3个问题: 1. 摄像头在Application模板下不能正常使用,即使安装驱动; 2. Jabra喇叭不能用; 3. 无限热点(softAP)不能用命令开启(netsh xxxxxxxx)? ? 问题 ...
分类:Windows程序   时间:2016-12-03 18:28:51    阅读次数:921
MongoDB - The mongo Shell, mongo Shell Quick Reference
mongo Shell Command History You can retrieve previous commands issued in the mongo shell with the up and down arrow keys. Command history is stored in ...
分类:数据库   时间:2016-12-01 07:40:31    阅读次数:376
833条   上一页 1 ... 53 54 55 56 57 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!