(1).configure: error: Please reinstall the v8 distribution
错误原因,源码中默认读取的目录是usr/lib和/usr/include/把自己的v8复制一份过去。
cp /usr/lib64/libv8.so /usr/lib/
cp /usr/include/v8* /usr/include/
(2).checking for libv8_libplatform... configure: error: could not find libv8_libplatform library
错误原因v8js版本太低
通过windows版本的php --ri v8js 看到需要安装 7.4.288.28版本
1.全局用户信息设置 git config --global user.name gaojiufeng git config --global user.email 392223903...
1.远程仓库的协作模式开发者把自己最新的版本推到线上仓库,同时把线上仓库的最新代码,拉到自己本地即可2.注册git帐号国外: http://www.github.com国内: http://git.oschina.net2.在码云创建项目,不要初始化readmegit push https://gi...
git pull https://git.oschina.net/392223903/learn.git master 换为您的git地址...
1.关机Process.Start("shutdown", "-s -t 0"); 2. 注销 Proc...
public static string GetMD5(string str) { //创建MD5对象 MD5 md5 = MD5.C...
首先在阿里云申请免费的证书,选择自动生成证书。然后就是nginx虚拟主机配置文件的修改。以下是我的配置文件(因为公司开发小程序,没有办法只能使用https)。您只需要关注带有ssl的配置选项,我增加了一个监听80和443的端口,同时增加了http跳转https的配置server &nbs...