上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页
摘要: echarts和php结合 根据php后台数据,映射到地图上所有的省份,地图市下钻的形式,每次下钻到新地图不合并(合并缩放的话会导致下钻地图位置找不到了),添加了自定义工具栏里面的返回到顶级下钻地图 页面部分 js部分 阅读全文
posted @ 2019-07-31 09:02 尘梦 阅读(884) 评论(0) 推荐(0) 编辑
摘要: 两数之和\(Go语言\) 给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个 整数,并返回他们的数组下标。 你可以假设每种输入只会对应一个答案。但是,你不能重复利用这个数组中同样的元素。 第一种解法\(on2\) func twoSum(nums []in 阅读全文
posted @ 2019-07-30 21:51 尘梦 阅读(388) 评论(0) 推荐(0) 编辑
摘要: ```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... 阅读全文
posted @ 2019-07-26 09:04 尘梦 阅读(564) 评论(0) 推荐(0) 编辑
摘要: [ODBC Data Sources] ST = OSCAR ODBC DRIVER [ST] Driver = /opt/ShenTong/odbc/lib/liboscarodbcw.so Servername = 202.205.xx。xx Port = 2003 Database = OSR 阅读全文
posted @ 2019-06-26 14:20 尘梦 阅读(2127) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-06-19 13:59 尘梦 阅读(439) 评论(0) 推荐(0) 编辑
摘要: docker下配置php macos系统无法使用神通数据库,所以使用docker来安装php 第一步先安装php test php.conf 第二部 安装nginx并关联php 现在可以运行了。。。 127.0.0.1:8081/index.php 阅读全文
posted @ 2019-05-28 16:19 尘梦 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 神通数据库连接手册 1、扩展安装 目前连接神通数据库有两种方式 | ODBC | PDO\_ACI | | : | : | | 具体请看手册,目前使用PDO\_ODBC方法PS:请看 操作2 | 目前只有64位有pdo\_aci.so文件,需要在神通数据库的安装目录里面找到PDO\_ACI目录,并找 阅读全文
posted @ 2019-05-24 13:35 尘梦 阅读(1517) 评论(0) 推荐(0) 编辑
摘要: ```python import numpy as np import pandas as pd #预处理数据sklearn-preprocessing #创建一组特征数据,每一行表示一个样本,每一列表示一个特征 dataset = pd.read_csv('data.csv') X = dataset.iloc[ : , :-1].values #自变量 Y = dataset.iloc[... 阅读全文
posted @ 2019-01-22 17:30 尘梦 阅读(146) 评论(0) 推荐(0) 编辑
摘要: table样式还未读出 正在测试中, 目前有 rows cell textrun等样式 顺序不固定 可以设定 阅读全文
posted @ 2019-01-17 08:41 尘梦 阅读(8334) 评论(0) 推荐(0) 编辑
摘要: 内容: | admin.php | wu | | : | : | | attach.php | wu | | audit.php | wu | | begin.php | wu | | content.php | wu | | download.php | wu | | downschooldata 阅读全文
posted @ 2019-01-09 16:57 尘梦 阅读(260) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页