安装Tomcat分为两步: JDK和Tomcat 安装jdk 1、在oralce官网下载jdk 2、解压并创建jdk目录 ~# tar jdk-89121-linux-x64.tar.gz ~# mkdir /usr/lib/jvm ~# cp -R jdk1.8.0_121 /usr/lib/jv ...
分类:
系统相关 时间:
2017-02-19 22:00:40
阅读次数:
285
I joined Analytics Vidhya as an intern last summer. I had no clue what was in store for me. I had been following the blog for some time and liked the ...
分类:
其他好文 时间:
2017-02-07 15:05:49
阅读次数:
449
鼠标形状css样式 hand 手型 pointer 手型 crosshair 十字型 help 问号 text 文本 wait 等待 default 默认 e-resize 向右箭头 ne-resize 向右上的箭头 n-resize 向上的箭头 nw-resize 左上的箭头 w-resize 向 ...
分类:
Web程序 时间:
2017-01-13 12:48:57
阅读次数:
223
本文同时发布在本人个人博客上www.yaoxiaowen.com 这段时间在学习前端,并仿着我们公司官网的设计 tongshai.net, 把官网重新实现了一遍。 主要是因为我们公司的官网设计很简单(就几个静态页面,连什么控件都没用),很适合作为练手项目, 模仿的工程放在了我的另一个测试服务器上。 ...
分类:
Web程序 时间:
2016-11-23 07:41:01
阅读次数:
306
筛素数void shai()
{
no[1]=true;no[0]=true;
for(int i=2;i<=r;i++)
{
if(!no[i])
p[++p[0]]=i;
int j=1,t=i*p[1];
while(j<=p[0] && t<=r)
{
no...
分类:
其他好文 时间:
2015-07-08 10:58:41
阅读次数:
162
嗯。。在SPOJ上刷的第二题。一开始不知道哪错了,后来发现i出现了两遍。。因为m#include#includeint n,i,j,t,m,k,tot;int a[100005],b[4000];int prime[40000];int shai(int s){ int i,j; mem...
分类:
其他好文 时间:
2015-02-14 22:31:29
阅读次数:
152
HElib库是在NTL库的基础上编写的,所以要顺利使用HElib库就得先编译NTL库:
http://www.shoup.net/ntl/
-- NTL库的链接
https://github.com/shaih/HElib
-- HElib库的链接
1. 编译NTL库
1)进入http://www.shoup.net/ntl/。依次点击A Tour of NTL->Obtaining...
分类:
系统相关 时间:
2014-11-21 12:44:45
阅读次数:
4260