"ionic中android的返回键" 在ionic框架中已经注册了几个返回事件,分别是 view sideMenu modal actionSheet popup loading 他们的优先级分别是 1. view: 100 1. sideMenu: 150 1. modal: 200 1. ac ...
分类:
移动开发 时间:
2017-12-02 19:11:15
阅读次数:
198
题目: 题解: DP,方案数统计,(神奇)。 题意不再赘述。 但不得不说,做这种dp真的好难受啊。 我们做如下考虑:首先,起点只有出度,终点只有入度,其它点的出入度均为 1(这个结论好像没啥明显的用处哈)。 如果把 K位置作为终点,那么序列被分为了两段 :[1,K-1] 和 [k+1,N]那么如何把... ...
分类:
其他好文 时间:
2017-12-02 17:36:40
阅读次数:
111
------------------------------ ...
分类:
其他好文 时间:
2017-11-29 18:27:30
阅读次数:
188
# _Author:huang# date: 2017/11/28# 字符串'''print("hello" * 3)print("hello world"[2:])print("llo" in "hello world")print(123 in [1232,123,345])print("Hua ...
分类:
编程语言 时间:
2017-11-28 17:20:58
阅读次数:
235
在一个tab中添加或删除数据后,要改变主页(相当于链接的另一个tab)的内容: 1、在要刷新的窗口的初始化中添加 js 刷新方法,并保存到 window.top 中 window.top["Refresh_CloudHomePage_Content"] = function () { window. ...
分类:
其他好文 时间:
2017-11-28 14:16:20
阅读次数:
182
https://docs.microsoft.com/en-us/aspnet/core/publishing/iis?tabs=aspnetcore2x 支持的操作系统 以下操作系统的支持: Windows 7和更新 Windows Server 2008 R2和新? ?概念,本文档中描述的IIS ...
分类:
Windows程序 时间:
2017-11-19 22:16:36
阅读次数:
2840
/** * Created by EX-ZHANGLEI009 on 2017/10/30. */ import React,{PropTypes} from 'react' import { Tabs } from 'antd'; import { connect } from 'react-re... ...
分类:
其他好文 时间:
2017-11-18 19:59:17
阅读次数:
218
function change_cat_meta_postbox_css(){ ?> <style type="text/css"> .wp-tab-panel, .categorydiv div.tabs-panel, .customlinkdiv div.tabs-panel, .posttyp ...
分类:
其他好文 时间:
2017-11-16 23:53:34
阅读次数:
175
今天回顾下我之前学习python的第一个对象——字符串,这个对象真蛋疼,因为方法是最多的,也是最常见的类型,没有之一。。。 内容有点多,我就搜了下网上的资料,转载下这个看起来还不错的网址吧:http://www.cnblogs.com/PeterZhang1520389703/p/7647160.h ...
分类:
编程语言 时间:
2017-11-13 20:05:20
阅读次数:
228
页面返回错误 事件日志显示错误 大家可以先看着个链接 https://docs.microsoft.com/en-us/aspnet/core/publishing/iis?tabs=aspnetcore2x#tabpanel_tfsY37MhAQ_aspnetcore2x 如果还不能解决 建议把i ...
分类:
Web程序 时间:
2017-11-13 16:35:37
阅读次数:
194