1.下载安装phpcms 下载完后解压将install_packages上传到服务器并重命名为phpcms_test: 更改目录文件系统权限: chmod -R 777 phpcms_test 配置nginx访问: server { root C:/Users/liudaoqiang/project ...
分类:
Web程序 时间:
2017-08-20 19:58:08
阅读次数:
302
Bloxorz I Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 6108 Accepted: 2007 Description Little Tom loves playing games. One day he downlo ...
分类:
其他好文 时间:
2017-08-19 21:14:12
阅读次数:
119
A. Generous Kefa One day Kefa found n baloons. For convenience, we denote color of i-th baloon as si — lowercase letter of the Latin alphabet. Also Ke ...
分类:
其他好文 时间:
2017-08-19 17:08:19
阅读次数:
225
Optionally replace a try statement with the desugaring of a try-with-resources statement. The canonical desugaring of try ResourceSpecification Block ... ...
分类:
编程语言 时间:
2017-08-19 12:38:24
阅读次数:
166
QueueUserWorkItem方法将非常简单的任务排入队列 下面这个简单的代码,涉及到资源竞争问题,如果主线程先争取到资源,如果没有等待 一段时间,那么QueueUserWorkItem申请的线程没有机会执行。 1 using System; 2 using System.Threading; ... ...
分类:
Web程序 时间:
2017-08-18 20:10:00
阅读次数:
209
方法1,通过指定条个參数安装 setup.exe /Q /IACCEPTSQLSERVERLICENSETERMS /ACTION=install /PID=<validpid> /FEAT URES=SQL,AS,RS,IS,Tools /INSTANCENAME=MSSQLSERVER /SQL ...
分类:
数据库 时间:
2017-08-18 17:05:19
阅读次数:
384
今天在操作cassandra集群数据迁移时发生了一些意料之外的事情,服务器迁移前与迁移后同样为5台,但是不知道是什么原因导致的,迁移过后的节点居然多出了一台cassandra节点,个人瞬间感觉莫名其妙,但是问题节点的ip地址是原平台的cassandra数据库ip,所以感觉很不好,知道可能是因为那个环 ...
分类:
其他好文 时间:
2017-08-17 21:20:38
阅读次数:
257
Simple NSD File This section describes a simple NSD file with an example. The following is an example of a preferred simple IBM Spectrum Scale? NSD fi ...
分类:
其他好文 时间:
2017-08-16 23:05:37
阅读次数:
209
很多时候我们需要从GEO(https://www.ncbi.nlm.nih.gov/geo/)下载RNA-seq数据,一个典型的下载页面是https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE76381(搜 GSE76381)。 这里你会看到数据... ...
分类:
其他好文 时间:
2017-08-15 17:19:29
阅读次数:
1601
一、运算符 1、算术运算符 % 求余运算 ** 幂-返回x的y次幂 // 取整数-返回商的整数部分,例:9//2输出结果是4 2、比较运算符 == 等于 != 不等于 <> 不等于 > 大于 < 小于 >= 大于等于 <= 小于等于 3、赋值运算 = 简单的赋值 += 加法赋值运算,c += a等效 ...
分类:
编程语言 时间:
2017-08-15 14:11:51
阅读次数:
289