上一页 1 2 3 4 5 6 7 8 9 ··· 29 下一页
摘要: 1、如果出现报错 已经安装了最高版本 下载请看:https://www.jianshu.com/p/3b580c405c7c 请看下面方法处理错误 1、在mac的访达中 找到 “脚本编辑器” 输入如下(原文:https://forums.macrumors.com/threads/java-6-ru 阅读全文
posted @ 2020-05-29 15:12 尘梦 阅读(962) 评论(0) 推荐(0)
摘要: 详细看代码把 txt文件 一 01 哲学 02 经济学 03 法学 04 教育学 05 文学 06 历史学 07 理学 08 工学 09 农学 10 医学 11 军事学 12 管理学 13 艺术学 二 0101 哲学 0201 理论经济学 0202 应用经济学 0301 法学 0302 政治学 03 阅读全文
posted @ 2019-11-26 16:49 尘梦 阅读(637) 评论(0) 推荐(0)
摘要: 遇见问题: delphi的解密需要在c#里面实现 方法一:delphi编写delphi dll组件,c#里面调用 方法二:c#重写delphi的代码进行解析 方法一: delphi部分代码: library Project2; { Important note about DLL memory ma 阅读全文
posted @ 2019-11-25 14:27 尘梦 阅读(293) 评论(0) 推荐(1)
摘要: 需求: 有一个专业表,没有插入数据,读取的excel,复制为txt文件 每行读取 并且 将汉字的一转换为数字1 阅读全文
posted @ 2019-11-19 22:24 尘梦 阅读(360) 评论(0) 推荐(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 阅读全文
posted @ 2019-09-17 08:41 尘梦 阅读(433) 评论(0) 推荐(0)
摘要: 编号重复 在数据库中有P20190199139编号,重复了将近几十个,所以循环处理,依次追加增1 php public function tests() { $results=$this db query('select pro_sn from (SELECT FROM where serialid 阅读全文
posted @ 2019-09-09 10:48 尘梦 阅读(328) 评论(0) 推荐(0)
摘要: 多种样式柱状图 前台部分 php 部分 阅读全文
posted @ 2019-07-31 09:04 尘梦 阅读(664) 评论(0) 推荐(0)
摘要: echarts和php结合 根据php后台数据,映射到地图上所有的省份,地图市下钻的形式,每次下钻到新地图不合并(合并缩放的话会导致下钻地图位置找不到了),添加了自定义工具栏里面的返回到顶级下钻地图 页面部分 js部分 阅读全文
posted @ 2019-07-31 09:02 尘梦 阅读(921) 评论(0) 推荐(0)
摘要: 两数之和\(Go语言\) 给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个 整数,并返回他们的数组下标。 你可以假设每种输入只会对应一个答案。但是,你不能重复利用这个数组中同样的元素。 第一种解法\(on2\) func twoSum(nums []in 阅读全文
posted @ 2019-07-30 21:51 尘梦 阅读(398) 评论(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 尘梦 阅读(570) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 29 下一页