1.在创建项目之前,我们先在虚拟机中运行以下命令来实现 Composer 安装加速 : $ composer config -g repo.packagist composer https://packagist.phpcomposer.com1或者https://laravel-china.org ...
分类:
其他好文 时间:
2019-04-04 09:43:10
阅读次数:
132
在GitHub上找到jsencrypt.js对RSA加解密的工具文件,地址分别是:https://github.com/travist/jsencrypt和https://github.com/openstack/xstatic-jsencrypt/blob/master/xstatic/pkg/j ...
分类:
编程语言 时间:
2019-03-29 00:42:53
阅读次数:
216
a.依赖管理工具,框架,环境 1.composer 2.laravel(我的是5.5) 3.PHP(我的7.2),MySql(我的5.7) b,安装 1.首先需要安装一个干净的 Laravel 项目,然后在项目根目录下通过 Composer 来安装扩展包依赖: composer create-pro ...
分类:
其他好文 时间:
2019-03-26 19:46:49
阅读次数:
205
COMP228 Assignment 1 w/c 25th February 2019Developing a Data-Driven App.Your TaskYou will design and develop an application written in Swift 4 (or lat ...
分类:
其他好文 时间:
2019-03-17 19:40:39
阅读次数:
136
一:这种方法是配置不同的地址访问不同的文件夹的配置 ...
分类:
Web程序 时间:
2019-02-15 17:41:39
阅读次数:
207
Giant rocks from space are falling from the sky more than they used to, but don't worry. For the past 290 million years, large asteroids have been cra ...
分类:
其他好文 时间:
2019-01-20 12:03:15
阅读次数:
118
phpcms列表页列出当前栏目子栏目调用: {pc:content action="category" catid="$top_parentid" num="10" siteid="$siteid" order="listorder asc"} {loop $data $val} <li><a ta ...
分类:
Web程序 时间:
2019-01-18 10:52:51
阅读次数:
183
内置10进制转换各种进制的函数 函数原型:char *itoa(int value,char *string,int radix ); value是你想转化的数,radix 多少进制。 string的substr函数 s.substr(pos, n) pos是开始截取的位置,n是从那个位置开始要截取 ...
分类:
编程语言 时间:
2019-01-13 13:45:50
阅读次数:
261
HPC解决方案----云服务化后企业TCO可降低70%什么叫HPC?HPC顾名思义就是高性能计算(HIGHperformancecomputing),以计算为目的,使用很多的处理器进行计算,或使用多台计算机集群的一个计算系统和环境。因为现在很多上层的应用软件,单台服务器节点计算能力是不能满足上层系统的需要。在进行复杂研究项目时通常需要使用大量的计算资源快速获得结果,高性能计算(HPC)能够为中到大
分类:
其他好文 时间:
2019-01-11 11:28:09
阅读次数:
272
关于Nim游戏,sg函数及其一些变形可以戳这位大佬的blog: https://blog.csdn.net/clover_hxy/article/details/53818624 Solution 这是一道阶梯Nim游戏的题,与普通的阶梯Nim游戏不同之处在于它是在一棵树上移动,实际上就是多个阶梯N ...
分类:
其他好文 时间:
2019-01-09 20:24:13
阅读次数:
154