随笔分类 - PHP
摘要:php部分 ajax请求此部分 function aysncexec() { $lock_file = 'filelock.lock'; if (file_exists($lock_file)) { exit(json_encode(array('code' => 0))); } $url = ba
阅读全文
摘要:使用大佬的:https://github.com/lpilp/phpsm2sm3sm4 php版本国密 意见问题:在判断椭圆点的时候x,y报错。 发现java部分的问题在于 /***分解加密字串 * (C1 = C1标志位2位 + C1实体部分128位 = 130) * (C3 = C3实体部分64
阅读全文
摘要:一个图标点选的验证码 /** * 随机生成图标 * * @return void */ private function randChars($length = 0, $max = 15) { $result = []; $index = array(); for ($i = 1; $i < $ma
阅读全文
摘要:配置如下 主要修改如下 location / { try_files $uri $uri/ /index.php$uri?$query_string; } location ~ \.php(.*)$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index
阅读全文
摘要:目前碰见一个问题 需要把多个word进行合并,但是呢在合并过程中发现换行的问题出现,因为合并是基于word的xml来的 所以分析xml的问题 思路如下: 将多个xml读取到一个数组里面截取body部分,然后替换中间多余的段落行为空,组合成一个大的body,然后追加到第一个word里面 组件用的是tb
阅读全文
摘要:微信网站应用扫码登陆 1、js二维码code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name
阅读全文
摘要:安装php扩展redis 报错 pecl install redis 报错了 phpsize 少了一些东西 重新安装一下(大部分的软件依赖出错了 都是这个) xcode-select --install
阅读全文
摘要:当前滑动组件 使用了 https://gitee.com/LongbowEnterprise/SliderCaptcha 作者的 在原基础上面 改动为 触发式 <div class="slidercaptcha card"> <div class="card-body" style="margin-
阅读全文
摘要:前台部分 <div class="col-md-12"> <div class="form-group"> <label class="control-label col-sm-2">申请人材料zip包</label> <div class="input-box col-sm-6"> <input
阅读全文
摘要:编号重复 在数据库中有P20190199139编号,重复了将近几十个,所以循环处理,依次追加增1 php public function tests() { $results=$this db query('select pro_sn from (SELECT FROM where serialid
阅读全文
摘要:echarts和php结合 根据php后台数据,映射到地图上所有的省份,地图市下钻的形式,每次下钻到新地图不合并(合并缩放的话会导致下钻地图位置找不到了),添加了自定义工具栏里面的返回到顶级下钻地图 页面部分 js部分
阅读全文
摘要:两数之和\(Go语言\) 给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个 整数,并返回他们的数组下标。 你可以假设每种输入只会对应一个答案。但是,你不能重复利用这个数组中同样的元素。 第一种解法\(on2\) func twoSum(nums []in
阅读全文
摘要:```php $api = 'http://api.map.baidu.com/shangquan/forward/?qt=sub_area_list&ext=1&level=3&areacode=1&business_flag=0'; $get_contents = file_get_contents($api); $json_map = json_de...
阅读全文
摘要:[ODBC Data Sources] ST = OSCAR ODBC DRIVER [ST] Driver = /opt/ShenTong/odbc/lib/liboscarodbcw.so Servername = 202.205.xx。xx Port = 2003 Database = OSR
阅读全文
摘要:shell 根据参数检测 当前php项目下 的语法错误 shell !/bin/bash function getdir(){ for el in do dir_file=$1"/"$el if [ d $dir_file ] then getdir $dir_file else ext=${dir
阅读全文
摘要:docker下配置php macos系统无法使用神通数据库,所以使用docker来安装php 第一步先安装php test php.conf 第二部 安装nginx并关联php 现在可以运行了。。。 127.0.0.1:8081/index.php
阅读全文
摘要:神通数据库连接手册 1、扩展安装 目前连接神通数据库有两种方式 | ODBC | PDO\_ACI | | : | : | | 具体请看手册,目前使用PDO\_ODBC方法PS:请看 操作2 | 目前只有64位有pdo\_aci.so文件,需要在神通数据库的安装目录里面找到PDO\_ACI目录,并找
阅读全文
摘要:table样式还未读出 正在测试中, 目前有 rows cell textrun等样式 顺序不固定 可以设定
阅读全文
摘要:内容: | admin.php | wu | | : | : | | attach.php | wu | | audit.php | wu | | begin.php | wu | | content.php | wu | | download.php | wu | | downschooldata
阅读全文