摘要:
需求: 有一个专业表,没有插入数据,读取的excel,复制为txt文件 每行读取 并且 将汉字的一转换为数字1 阅读全文
摘要:
前台部分 <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 阅读全文
摘要:
多种样式柱状图 前台部分 php 部分 阅读全文
摘要:
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 阅读全文