码迷,mamicode.com
首页 >  
搜索关键字:connected    ( 1446个结果
组合数学 - 波利亚定理 --- poj : 2154 Color
ColorTime Limit:2000MSMemory Limit:65536KTotal Submissions:7873Accepted:2565DescriptionBeads of N colors are connected together into a circular neckla...
分类:其他好文   时间:2014-09-12 01:10:02    阅读次数:322
ZOJ 3805 Machine
搜索.... Machine Time Limit: 2 Seconds      Memory Limit: 65536 KB In a typical assembly line, machines are connected one by one. The first machine's output product will be the second mac...
分类:其他好文   时间:2014-09-11 20:59:42    阅读次数:186
[Windows Server] 在 Windows Server 2012 上安裝 .NET Framework 3.5 - 摘自网络
官方:Applies To: Windows 8, Windows 8.1For a Windows Server®2012 core installation that is not connected to the Internet, you can use Windows PowerShell...
分类:Windows程序   时间:2014-09-10 09:33:40    阅读次数:325
Union Find
Union Find 动态链接:               这里union(x,y) 相当于一个函数,这个函数建立两个点,x,y的链接。而connected(x,y)用于检测两点的链接性,即是否处于链接状态. connected(0,7)就是用于检测0,7这两点是否相连。 Union find能做很酷帅的事情,迷宫连通图的查找~...
分类:其他好文   时间:2014-09-07 12:21:33    阅读次数:281
ubuntu 学习笔记 更新
ubuntu 中telnet 本机ip 端口 输出:Connected to 192.168.1.102.Escape character is '^]'.这时只要ctrl +] 即可进入telnet啦!开始还以为是错误呢!!!呵呵需要退出时再次 ctrl +] 然后 输入q 回车。
分类:其他好文   时间:2014-09-07 00:57:34    阅读次数:233
IO-APIC
MP-BIOS bug :8254 timer not connected to IO-APIC解决办法 云计算中在基于一个template image instance vmServer时出现上述的报错信息,解决方法直接基于libvirt.xml启动虚机进到OS中修改/etc/grub.conf找...
分类:Windows程序   时间:2014-09-05 14:17:41    阅读次数:272
Metasploit扫描Mysql弱口令
msf>db_connect-y/opt/metasploit/apps/pro/ui/config/database.ymlmsf连接数据库[*]Rebuildingthemodulecacheinthebackground...msf>db_status查看数据库连接状态[*]postgresqlconnectedtomsf3msf>useauxiliary/scanner/mysql/mysql_login加载扫描模块msfauxiliary(m..
分类:数据库   时间:2014-09-01 19:44:23    阅读次数:1082
Redis Master-Slave 读写分离测试
1 master/slave server 启动 利用默认redis.conf配置文件启动master server,端口6379 。 [7304] 29 Aug 09:57:26 - 0 clients connected (0 slaves), 673996 bytes in use [7304] 29 Aug 09:57:31 - DB 0: 15 key...
分类:其他好文   时间:2014-08-29 11:18:58    阅读次数:238
uva 12452 Plants vs. Zombies HD SP (树DP)
Problem I: Plants vs. Zombies HD Super ProPlants versus Zombies HD Super Pro is a game played not a grid, but on a connected graph G with no cycles (i...
分类:其他好文   时间:2014-08-28 22:33:56    阅读次数:345
工作中遇到的异常处理
1)Exception :shutdown failed: ENOTCONN (Transport endpoint is not connected) 问题描述: socket shutdonwOutput时出现异常,这个问题可能是多次关闭同一个socket所导致。我这里出现这个问题的原因是server端和client端都执行断开链接的操作: 一端(qt实现)执行: socket->d...
分类:其他好文   时间:2014-08-28 11:26:49    阅读次数:152
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!