上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: Building for production...Error: error:0308010C:digital envelope routines::unsupported 先执行以下命令: windows: set NODE_OPTIONS openssl-legacy-provider linu 阅读全文
posted @ 2022-11-06 13:39 浊浊然 阅读(2011) 评论(0) 推荐(0)
摘要: let params = (new URL(document.location)).searchParams; const code = params.get('code'); 阅读全文
posted @ 2022-08-30 21:38 浊浊然 阅读(44) 评论(0) 推荐(0)
摘要: 使用的宝塔面板 下载pecl包 http://pecl.php.net/package/oci8 //php7.4 wget http://pecl.php.net/get/oci8-2.2.0.tgz tar zxf oci8-2.2.0.tgz cd oci8-2.2.0 /www/server 阅读全文
posted @ 2021-08-03 17:31 浊浊然 阅读(205) 评论(0) 推荐(0)
摘要: npm 设置镜像仓库 npm config set registry https://registry.npm.taobao.org npm config get registry 查看设置结果 安装nativefier (nativefier 可直接将网址打包为可执行文件) npm install 阅读全文
posted @ 2021-01-31 12:07 浊浊然 阅读(1193) 评论(0) 推荐(0)
摘要: $(document).on('click','.upimgbtn', function() { var pos = $(this).data('pos'); var posTxt = {'photo1':'照片1','photo2':'照片2','photo3':'照片3'}; var that 阅读全文
posted @ 2020-05-29 11:15 浊浊然 阅读(2890) 评论(0) 推荐(0)
摘要: win10下始终都是正常的,linux下下载的word文档始终提示文件损坏之类的 1.使用phpword创建一个word文档 $phpWord = new \PhpOffice\PhpWord\PhpWord();//各种操作 if(ob_get_length()) ob_end_clean();/ 阅读全文
posted @ 2019-11-21 15:16 浊浊然 阅读(1254) 评论(0) 推荐(0)
摘要: 打开记事本,保存为:vsCodeOpenFolder.reg,双击执行即可 阅读全文
posted @ 2019-02-28 18:31 浊浊然 阅读(1038) 评论(0) 推荐(0)
摘要: namespace service; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Writer\Xlsx; class ExcelService { /** * @param string $name 阅读全文
posted @ 2019-01-14 13:11 浊浊然 阅读(1856) 评论(0) 推荐(0)
摘要: 宝塔面板中 web面板配置好后,配置中添加了如下内容: SSLEngine onSSLCertificateFile "D:\BtSoft\WebSoft\apache\conf\ssl\xxx.crt"SSLCertificateKeyFile "D:\BtSoft\WebSoft\apache\ 阅读全文
posted @ 2019-01-04 09:43 浊浊然 阅读(240) 评论(0) 推荐(0)
摘要: // 两种获取方法 function GetQueryString(parameter) { var reg = new RegExp("(^|&)" + parameter + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); if (r != null) { i... 阅读全文
posted @ 2018-08-25 09:36 浊浊然 阅读(1482) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页