上一页 1 2 3 4 5 6 ··· 28 下一页
摘要: 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 尘梦 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 没啥思路,就取编辑器内容html,dompase解析,然后递归循环截取 traverse(curNode, curLen,limit,truncated,types) { if (truncated) { return curLen; } let that=this; //如果其为文本节点则进行截取 阅读全文
posted @ 2023-03-24 09:49 尘梦 阅读(100) 评论(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 尘梦 阅读(311) 评论(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 尘梦 阅读(625) 评论(0) 推荐(0) 编辑
摘要: 一个图标点选的验证码 /** * 随机生成图标 * * @return void */ private function randChars($length = 0, $max = 15) { $result = []; $index = array(); for ($i = 1; $i < $ma 阅读全文
posted @ 2022-09-07 09:44 尘梦 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 数据格式如下: 0 => array (size=12) 'root_id' => string '0' (length=1) 'parent_id' => string '0' (length=1) 'field_id' => string '10' (length=2) 'field_name' 阅读全文
posted @ 2022-08-29 17:36 尘梦 阅读(350) 评论(0) 推荐(1) 编辑
摘要: 1、http.js里面拦截 postt(url,params,headers) { return new Promise((resolve, reject) => { axios({ url, data: params, headers:headers, method: 'POST' }).then 阅读全文
posted @ 2022-08-25 14:11 尘梦 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 配置如下 主要修改如下 location / { try_files $uri $uri/ /index.php$uri?$query_string; } location ~ \.php(.*)$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index 阅读全文
posted @ 2022-05-27 18:48 尘梦 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 起因:玩游戏老是闪退,打一会儿就不行了 解决方法:1、打开任务管理器查看内存使用情况,正常,排除内存超问题。 2、显卡驱动更新、继续出现问题,排除。 3、关闭bios的cpu超频,状况改善。但是还是断断续续会出现。 4、这次用了n卡,amd当时没问题。所以怀疑是cpu驱动问题。回滚cpu驱动到稳定版 阅读全文
posted @ 2022-02-08 00:11 尘梦 阅读(930) 评论(0) 推荐(0) 编辑
摘要: `` 1、安装 code-server https://github.com/cdr/code-server 在release 里面有下载的版本 找到对应的自己的 2、配置 因为是内网 所以 nginx走反向代理 走websocte https://blog.csdn.net/lewee0215/a 阅读全文
posted @ 2021-12-14 14:09 尘梦 阅读(240) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 28 下一页