码迷,mamicode.com
首页 >  
搜索关键字:some other host already uses address    ( 36936个结果
MATLAB的使用总结
Log scale 1 %# some random data 2 x = 2.^(0:10); 3 y = rand(size(x)); 4 5 plot(log2(x), y) %# plot on log2 x-scale 6 se...
分类:其他好文   时间:2014-05-12 15:54:18    阅读次数:377
PL/SQL——编程——例外处理
1、系统预定义异常no_data_foundcase_not_foundcursor_already_openinvalid_number--no_data_found异常set serveroutput on;--&NO表示从控制台输入参数DECLARE v_ename varchar2(30)....
分类:数据库   时间:2014-05-05 23:45:21    阅读次数:427
google mapsDemo示例运行
①申请API KEY②SelectFile>Import>Android>Existing Android Code Into Workspaceand clickNext.导入google-play-services_lib③SelectFile>New>Other>Android Sample ...
分类:其他好文   时间:2014-05-05 23:05:06    阅读次数:344
Play framework logging设置
play的logger是基于Log4j,Play 2.0 uses logback as its logging engine.一、配置1. 在conf/application.conf中设置logger的级别// Logger// ~~~~~~~~~~~~~~~~~~~~~~~~~// You c...
分类:其他好文   时间:2014-05-05 22:59:19    阅读次数:500
org.hibernate.NonUniqueObjectException 异常
在做hibernate修改和删除的时候,可能会遇到 org.hibernate.NonUniqueObjectException异常,a different object with the same identifier value was already associated with the s...
分类:系统相关   时间:2014-05-05 22:27:35    阅读次数:361
[ACM] hdu 1029 Ignatius and the Princess IV (动归或hash)
Ignatius and the Princess IV Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 65536/32767K (Java/Other) Total Submission(s) : 7   Accepted Submission(s) : 3 Font: Times New Roman | Verdana | ...
分类:其他好文   时间:2014-05-05 13:01:52    阅读次数:325
【LeetCode】Reverse Integer
题目 Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 Have you thought about this? Here are some good questions to ask before coding. Bonus points...
分类:其他好文   时间:2014-05-03 17:35:30    阅读次数:345
[ACM] hdu 1087 Super Jumping! Jumping! Jumping! (动态规划)
Super Jumping! Jumping! Jumping! Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 65536/32768K (Java/Other) Total Submission(s) : 6   Accepted Submission(s) : 5 Font: Times New Roman | Verdan...
分类:其他好文   时间:2014-05-03 16:47:07    阅读次数:262
codechef Holes in the text 题解
Chef wrote some text on a piece of paper and now he wants to know how many holes are in the text. What is a hole? If you think of the paper as the plane and a letter as a curve on the plane, then each...
分类:其他好文   时间:2014-05-03 15:49:18    阅读次数:412
[Unity3D]引擎崩溃、异常、警告、BUG与提示总结及解决方法
1.U3D经常莫名奇妙崩溃。一般是由于空异常造成的,多多检查自己的引用是否空指针。2.编码切换警告提示。警告提示:Some are Mac OS X (UNIX) and some are Windows.This might lead to incorrect line numbers in st...
分类:其他好文   时间:2014-05-02 14:27:11    阅读次数:752
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!