RedHat6.864位上安装ASMasm有三个包oracleasm-supportoracleasmlibkmod-oracleasm前面两个包可以在oracle的官网上下载,地址如下http://www.oracle.com/technetwork/server-storage/linux/asmlib/rhel6-1940776.html但安装oracleasmlib这个包时,会提示[root@linux1~]#rpm-ivh/..
分类:
其他好文 时间:
2017-08-08 19:42:50
阅读次数:
193
These days, you can do all sorts of things online. For example, you can use various websites to make virtual friends. For some people, growing their s ...
分类:
其他好文 时间:
2017-08-08 19:42:43
阅读次数:
154
Find the contiguous subarray within an array (containing at least one number) which has the largest product. For example, given the array [2,3,-2,4],t ...
分类:
其他好文 时间:
2017-08-08 19:42:37
阅读次数:
149
参考:脚本之家 这里对cookie进行了说明,也介绍了几个方法,但是我要取我存的cookie时取不到,他的方法只是针对存的 名字-值,不涉及键,所以自己写了个方法,来满足我的需求。 ①你首先的了解Cookie的两种存法 查看 这篇文章下面的一点的位子有介绍 js存cookie: 这个太简单了。 我们 ...
分类:
Web程序 时间:
2017-08-08 19:42:27
阅读次数:
175
Windows平台drozer的安装和使用 使用环境:使用该工具需要JDK的支持,所以使用此工具之前请自行安装 JDK 其他工具:还需要安卓调试工具adb的一些支持,请自行配置安装 drozer安装 首先下载drozer的安装包,下载后解压 其中 setup.exe 为Windows主机的安装文件 ...
分类:
移动开发 时间:
2017-08-08 19:42:19
阅读次数:
413
1、备份mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/CentOS 5wget -O /etc/yum.rep ...
分类:
其他好文 时间:
2017-08-08 19:42:11
阅读次数:
110
GridView小部件用于展示多条数据的列表。GridView小部件的使用需要数据提供器即yii\data\ActiveDataProvider的实例作为参数,所以 第一步就是要在控制器方法中创建这个实例然后传给视图,下面以我做的一个demo为例子进行讲解。 控制器LifeController代码: ...
分类:
其他好文 时间:
2017-08-08 19:42:02
阅读次数:
236
samba和nginx服务 1.s配置amba samba的功能: samba是一个网络服务器,用于Linux和Windows之间共享文件。 1.1配置环境 关闭防火墙和selinux systemctl stop firewalld #关闭防火墙 systemctl status firewall ...
分类:
其他好文 时间:
2017-08-08 19:41:56
阅读次数:
194
Given two strings a and b we define a*b to be their concatenation. For example, if a = "abc" and b = "def" then a*b = "abcdef". If we think of concate ...
分类:
其他好文 时间:
2017-08-08 19:41:47
阅读次数:
147
1.如果不是单颜色,应该把材质颜色连接到Emissiver Color(自发光颜色) 2.要使用遮罩,BlendMode(混合模式) 要改成Translucent 补充:Translucent和Masked区别 Translucent表示半透明的,Masked(一般用于植物,叶片透明)要么有,要么没 ...
分类:
其他好文 时间:
2017-08-08 19:41:37
阅读次数:
135
使用Dockerfile构建容器Dockfile是一种被Docker程序解释的脚本,Dockerfile由一条一条的指令组成,每条指令对应Linux下面的一条命令。Docker程序将这些Dockerfile指令翻译真正的Linux命令。Dockerfile有自己书写格式和支持的命令,Docker程序解决这些命令间的依赖关系,类似于M..
分类:
其他好文 时间:
2017-08-08 19:41:29
阅读次数:
264
Given two sequences of numbers : a[1], a[2], ...... , a[N], and b[1], b[2], ...... , b[M] (1 <= M <= 10000, 1 <= N <= 1000000). Your task is to find a ...
分类:
其他好文 时间:
2017-08-08 19:41:21
阅读次数:
152
1.docker是一个一款很轻便的应用容器引擎,为了更好的管理和使用docker,使用web可视化管理工具似乎更符合大多数人的需求。在这里,我给大家分享下自己使用过的几款web工具:docker UI、shipyard、portainer 因为怕自己学术不精误导了初学者,因此我就不使用术语专业名词之 ...
分类:
Web程序 时间:
2017-08-08 19:41:12
阅读次数:
240
一、数据类型1、核心数据类型:数字:int,long(python3.5已经没有),float,complex,bool字符:str,unicode列表:list字典:dict元组:tuple集合:set(可变集合),frozenset(不可变集合)文件:file二、数字类型python的数字字面量:整数,布尔型,浮点数,复数,所有数字类型均为..
分类:
编程语言 时间:
2017-08-08 19:40:50
阅读次数:
211
-------------------siwuxie095 Struts2 概述 1、Struts2 是应用在 Java EE 三层架构中的 Web 层的框架 2、Struts2 是在 Struts1 和 WebWork 基础之上发展的全新框架 3、Struts2 解决的问题 在传统模式的开发中,不... ...
分类:
其他好文 时间:
2017-08-08 19:40:40
阅读次数:
214
1.安装node.js 2.安装npm install -g vue-cli 3.使用vue-cli初始化项目:vue init webpack myproject ...
分类:
其他好文 时间:
2017-08-08 19:40:32
阅读次数:
142
一 Struts2环境配置 1.准备jar包,核心jar包有: 2.创建Struts2项目并导入jar包 3.在Struts2项目中src下创建Struts.xml配置文件 4.在Web.xml文件中配置拦截器 其中:org.apache.struts2.dispatcher.ng.filter.S ...
分类:
其他好文 时间:
2017-08-08 19:40:16
阅读次数:
220