迭代加深搜索基础 题目描述 A little known fact about Bessie and friends is that they love stair climbing races. A better known fact is that cows really don’t like ...
分类:
其他好文 时间:
2018-02-25 17:15:41
阅读次数:
219
Xcode 配置包 could not find developer disk image 在Finder状态下前往文件夹,快捷键:shift+command+G,填写路径/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl ...
分类:
其他好文 时间:
2018-02-24 19:25:26
阅读次数:
161
Xamarin.Forms 退出应用 同样利用DependencyService来针对不同平台做处理: Android实现: iOS实现: UWP实现: 使用: ...
分类:
其他好文 时间:
2018-02-22 19:33:16
阅读次数:
652
在你的应用里面添加一个 fig.yml 文件,并指定一些简单的内容,执行 fig up 它就能帮你快速建立起一个容器 快速搭建基于 Docker 的隔离开发环境 使用 Dockerfile 文件指定你的应用环境,让它能在任意地方复制使用: FROM python:2.7 ADD . /code WO ...
分类:
其他好文 时间:
2018-02-21 00:49:05
阅读次数:
696
告白模块 获取表白状态 请求参数 接口:https://95968767.scrazy.cn/adore/status 方法:GET 参数:openid(必选) 返回参数 格式:json 未曾使用告白功能返回 否则返回详细数据 | 重要参数 | 备注 | | | | | id | | | email ...
分类:
微信 时间:
2018-02-19 13:30:12
阅读次数:
454
延续系列一: "链接" ,此次主要整理JS里面很常见的三个函数call,apply,bind的妙用。(apply和call差不多,只是参数的区别)(下面有些这三个可能只是辅助,但是只要用到,我就在这里整理) 1.类型检测 上一篇最后一个已经讲到,Object.prototype.toString.c ...
分类:
移动开发 时间:
2018-02-17 17:15:42
阅读次数:
214
用到的控件有 code: listviewPaging datagridviewpaging ...
一、目标:统计各类型资源的个数,输出详细报表 http://10.10.6.225:9200/dsideal_db/t_resource_info/_mapping{ "properties": { "RESOURCE_FORMAT": { "type": "text", "fielddata": ...
分类:
其他好文 时间:
2018-02-11 14:33:00
阅读次数:
152
一、简介 使用 appache 的 httpclient 来实现的 二、源码 package com.ray.weixin.gz.util; import java.io.File; import java.io.FileOutputStream; import java.io.IOExceptio ...
分类:
编程语言 时间:
2018-02-06 20:23:10
阅读次数:
188