码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
wireshark:no interface can be used for capturing in this system with the current configuration
在虚拟机unbuntu中,进行wireshark抓包,出现:no interface can be used for capturing in this system with the current configuration错误!!!错误原因: 权限不够!解决办法: 1.可以通过执行下面的命.....
分类:其他好文   时间:2015-09-07 10:53:42    阅读次数:198
PAT-ADVANCED-1096-Consecutive Factors
Among all the factors of a positive integer N, there may exist several consecutive numbers. For example, 630 can be factored as 3*5*6*7, where 5, 6, a...
分类:其他好文   时间:2015-09-07 10:45:31    阅读次数:145
[LeetCode]Climbing Stairs
Climbing StairsYou are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct way...
分类:其他好文   时间:2015-09-07 00:21:08    阅读次数:241
从源码编译rpi的内核
Kernel Buildinghttps://www.raspberrypi.org/documentation/linux/kernel/building.mdThere are two main methods for building the kernel. You can build loc...
分类:其他好文   时间:2015-09-06 23:04:25    阅读次数:315
命令行连接mysql服务器时 报Can't connect to local MySQL server through socket 'xxx.sock'错误
本来之前用的好好的mysql服务器,突然就报Can't connect to local MySQL server through socket 'xxx.sock'错误了遇到该问题思路首先是:检查my.cnf中socket配置的路径及权限。但是查看完 没发现路劲权限有问题,最后跑去另一台同时配置的...
分类:数据库   时间:2015-09-06 23:01:42    阅读次数:302
Uva 705 - Slash Maze
Slash MazeBy filling a rectangle with slashes (/) and backslashes ( ), you can generate nice little mazes. Here is an example:As you can see, paths .....
分类:其他好文   时间:2015-09-06 22:58:14    阅读次数:335
Dynamic-Link Library Redirection
Dynamic-Link Library RedirectionApplications can depend on a specific version of a shared DLL and start to fail if another application is installed wi...
分类:其他好文   时间:2015-09-06 22:49:08    阅读次数:362
[MetaHook] Find a function signature
Find a non-public function signature, we need a tool "IDA Pro"( You can open picture in a new window :D )Step 1Load your PE file in IDAStep 2Find your...
分类:Web程序   时间:2015-09-06 21:32:56    阅读次数:235
Getting Started with DirectX Graphics
Microsoft DirectX graphics provides a set of APIs that you can use to create games and other high-performance multimedia applications. DirectX graphic...
分类:其他好文   时间:2015-09-06 21:28:53    阅读次数:164
dbms_stats.gather_table_stats与analyze table 的区别[转贴]
Analyze StatementThe ANALYZE statement can be used to gather statistics for a specific table, index or cluster. The statistics can be computed exactly...
分类:数据库   时间:2015-09-06 21:23:17    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!