码迷,mamicode.com
首页 >  
搜索关键字:sea    ( 3752个结果
Javaweb项目碰到的问题- Access denied for user 'root'@'localhost' (using password: YES)
出现未给localhost root用户授权,主要是项目中存在的多个xxx.properties,其中用户名为root的password的值不完全相同导致的,使用eclipse的search 功能找到所有的password进行修改,使其一致,删除项目重新添加,再运行即可。 菜单栏Search-Sea ...
分类:数据库   时间:2016-08-23 21:56:12    阅读次数:225
汇编指令
v_mac_f32 a,b,c a=b*c+a v_mul_f32 a,b,c v_exp_f32 a,b,c v_mad_f32 a,b,c v_sub_f32 a,b,c https://www.yumpu.com/en/document/view/9965108/amd-sea-islands ...
分类:其他好文   时间:2016-08-23 14:52:27    阅读次数:161
【POJ 3525】Most Distant Point from the Sea(直线平移、半平面交)
按逆时针顺序给出n个点,求它们组成的多边形的最大内切圆半径。 二分这个半径,将所有直线向多边形中心平移r距离,如果半平面交不存在那么r大了,否则r小了。 平移直线就是对于向量ab,因为是逆时针的,向中心平移就是向向量左手边平移,求出长度为r方向指向向量左手边的向量p,a+p指向b+p就是平移后的向量 ...
分类:其他好文   时间:2016-08-22 18:12:19    阅读次数:147
seajs封装js方法
必须要先引入sea.js文件 其次,引入其他js文件 封装的js文件必须以define定义 ...
分类:Web程序   时间:2016-08-17 12:00:38    阅读次数:226
分布式系统领域经典论文翻译集
分布式领域论文译序 sql&nosql年代记 SMAQ:海量数据的存储计算和查询 一.google论文系列 1. google系列论文译序 2. The anatomy of a large-scale hypertextual Web search engine (译 zz) 3. web sea ...
分类:其他好文   时间:2016-08-09 20:20:38    阅读次数:164
hdu 2448(KM算法+SPFA)
Mining Station on the Sea Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2997 Accepted Submissio ...
分类:编程语言   时间:2016-08-03 21:58:06    阅读次数:276
贪心 Radar Installation (求最少探测雷达)
Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating ...
分类:其他好文   时间:2016-07-23 23:03:01    阅读次数:225
2016年7月23日 星期六 --出埃及记 Exodus 15:19
2016年7月23日 星期六 --出埃及记 Exodus 15:19When Pharaoh's horses, chariots and horsemen went into the sea, the LORD brought the waters of the sea back over the ...
分类:其他好文   时间:2016-07-23 09:05:26    阅读次数:134
poj1328雷达设置 贪心
Radar Installation Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island ...
分类:其他好文   时间:2016-07-22 01:09:22    阅读次数:194
[LintCode] Number of Islands 岛屿的数量
Given a boolean 2D matrix, find the number of islands. Notice 0 is represented as the sea, 1 is represented as the island. If two 1 is adjacent, we co ...
分类:其他好文   时间:2016-07-15 13:40:36    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!