今天coding的时候碰到一个异常:ERROR: I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property.查了下资料:大部分都是将ntlmauth.dll.....
分类:
数据库 时间:
2014-08-22 16:06:28
阅读次数:
362
本地文件在commit到仓库之前若没有chmod +x 权限的话,那在svn仓库里的文件将会保持当前无可执行属性状态。 即使在本地chmod +x filename 之后,再提交到仓库也是没有用的。check out到其他目录的时候,文件仍然没...
分类:
其他好文 时间:
2014-08-22 13:09:49
阅读次数:
279
#include #include #include #include #include using namespace std; struct Point { double x, y;};//计算叉乘,平面上的点,所以向量总是沿z轴方向double cross(const Point &...
分类:
其他好文 时间:
2014-08-22 12:20:26
阅读次数:
166
出现这个这个问题是因为发布菜单的JSON字符串中存在Unicode字符我的项目中是因为Serialize序列化时自动将Url中的“&”自动转换成Unicode解决方法就是将json串中的unicode字符解码如何进行unicode解码,传送门
分类:
微信 时间:
2014-08-22 10:36:26
阅读次数:
2070
Theandcoordinates of the point of intersection of two non-vertical lines can easily be found using the following substitutions and rearrangements.Supp...
分类:
其他好文 时间:
2014-08-21 18:31:04
阅读次数:
189
POINT : 质因子分解;(仅给题解)http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=1721题意:给你两个整数m和n,求最大的k使...
分类:
其他好文 时间:
2014-08-21 14:50:14
阅读次数:
233
题目大意:求出区间[a,b]之间的回文质数。 a10000)13 break;14 check[c]=true;15 if (i % prime[j]==0)16 break;17 ...
分类:
其他好文 时间:
2014-08-21 14:34:14
阅读次数:
192
本系列作为Effective JavaScript的读书笔记。
提起Unicode,也许许多程序员都会觉得这玩意很麻烦,可以本质上,Unicode并不复杂。世界上每种语言的每一个文字都有一个整形数值用来表示它们。范围是0到1114111,这个值在Unicode术语中被称为Code
Point。在字符到整形数值的映射上,Unicode和其它编码方式诸如ASCII并没有区别。
但是...
分类:
编程语言 时间:
2014-08-21 13:25:04
阅读次数:
218
/**
* 功能:嵌套友元
* 时间:2014年8月21日07:21:29
* 作者:cutter_point
*/
#include
#include //为了初始化时使用memset()
#include
using namespace std;
const int sz=20;
struct Holder
{
private:
int a[sz]; //一个整形...
分类:
编程语言 时间:
2014-08-21 09:53:23
阅读次数:
238
Most Distant Point from the Sea
Time Limit: 5000MS
Memory Limit: 65536K
Total Submissions: 3955
Accepted: 1847
Special Judge
Description
The main land of Japan ca...
分类:
其他好文 时间:
2014-08-20 22:48:43
阅读次数:
418