上一页 1 2 3 4 5 6 ··· 28 下一页
摘要: https://www.naturalearthdata.com/downloads/10m-cultural-vectors/ 首先 从这个地方下载数据 这里面的香港、澳门、台湾是需要处理的 国家信息 https://www.naturalearthdata.com/http//www.natur 阅读全文
posted @ 2023-11-18 14:53 尘梦 阅读(120) 评论(0) 推荐(0) 编辑
摘要: // 任务列表 $userInfo = $this->user->getUserInfo(0, 50000); // 存储子进程的PID $childPids = []; for ($i = 1; $i <= 20; $i++) { $pid = pcntl_fork(); if ($pid == 阅读全文
posted @ 2023-10-26 16:55 尘梦 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 下载模型实现 然后手动下载模型 GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/THUDM/chatglm2-6b cd ChatGLM2-6B mkdir modelsglm && cd modelsglm vim downs.py # 阅读全文
posted @ 2023-10-24 22:16 尘梦 阅读(86) 评论(0) 推荐(0) 编辑
摘要: #准备工作 1.下载docker 桌面版 傻瓜式操作 https://docs.docker.com/desktop/install/mac-install/ 2.安装完成后配置一波docker的命令行。 echo export PATH="/Applications/Docker.app/Cont 阅读全文
posted @ 2023-08-22 14:21 尘梦 阅读(178) 评论(0) 推荐(0) 编辑
摘要: ```php public function curls() { $urls = "http://wyh.li/review/save_all_agree?act=do"; foreach (range(1, 100) as $vals) { $expert_id = $vals; $mulcurl 阅读全文
posted @ 2023-07-24 14:58 尘梦 阅读(40) 评论(0) 推荐(0) 编辑
摘要: ```php public function test123() { $privateKeyStr = "MIICdgIBA"; //openssl rsa -in pri.pem -text -out private.txt $content = chunk_split($privateKeySt 阅读全文
posted @ 2023-07-03 16:23 尘梦 阅读(120) 评论(0) 推荐(0) 编辑
摘要: php部分 ajax请求此部分 function aysncexec() { $lock_file = 'filelock.lock'; if (file_exists($lock_file)) { exit(json_encode(array('code' => 0))); } $url = ba 阅读全文
posted @ 2023-05-12 16:33 尘梦 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 没啥思路,就取编辑器内容html,dompase解析,然后递归循环截取 traverse(curNode, curLen,limit,truncated,types) { if (truncated) { return curLen; } let that=this; //如果其为文本节点则进行截取 阅读全文
posted @ 2023-03-24 09:49 尘梦 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 使用大佬的:https://github.com/lpilp/phpsm2sm3sm4 php版本国密 意见问题:在判断椭圆点的时候x,y报错。 发现java部分的问题在于 /***分解加密字串 * (C1 = C1标志位2位 + C1实体部分128位 = 130) * (C3 = C3实体部分64 阅读全文
posted @ 2023-01-09 17:06 尘梦 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 1、html内容 <table class="layui-hide" id="table-info" lay-filter="table-info"></table> <script type="text/html" id="barOpt"> {literal} <input type="radio 阅读全文
posted @ 2022-10-12 09:16 尘梦 阅读(829) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 28 下一页